Skip to content

Commit

Permalink
Bump rack from 2.2.9 to 2.2.10 (#319)
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.9...v2.2.10)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 0635275 commit 8fc8890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'otr-activerecord', '~> 2.4'
gem 'pg', '~> 1.5'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.4'
gem 'rack', '~> 2.2.8'
gem 'rack', '~> 2.2.10'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.1'
gem 'secure_headers', '~> 6.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -289,7 +289,7 @@ DEPENDENCIES
pg (~> 1.5)
prometheus-client (~> 4.2)
puma (~> 6.4)
rack (~> 2.2.8)
rack (~> 2.2.10)
rack-cors (~> 2.0)
rack-test (~> 2.1)
rake (~> 13.1)
Expand Down

0 comments on commit 8fc8890

Please sign in to comment.