Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

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

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2023
1 parent 3d2a8a9 commit 9209ad5
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 @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby "2.4.5"

gem "rack", "~> 2.1", ">= 2.1.4"
gem "rack", "~> 2.2"
gem "yajl-ruby"
gem "librato-metrics", "~> 1.3.0"
gem "sinatra", "2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.6)
puma (3.12.6)
rack (2.2.3)
rack (2.2.6.2)
rack-protection (2.0.2)
rack
rack-ssl (1.4.1)
Expand Down Expand Up @@ -97,7 +97,7 @@ DEPENDENCIES
librato-metrics (~> 1.3.0)
pry
puma (~> 3.12.6)
rack (~> 2.1, >= 2.1.4)
rack (~> 2.2)
rack-ssl (>= 1.4.1)
rack-test (>= 0.6.2)
rack-timeout
Expand Down

0 comments on commit 9209ad5

Please sign in to comment.