Skip to content

Commit

Permalink
Merge pull request #4013 from 3scale/dependabot/bundler/rack-2.2.11
Browse files Browse the repository at this point in the history
Bump rack from 2.2.10 to 2.2.11
  • Loading branch information
mayorova authored Feb 14, 2025
2 parents a3e1d95 + 375ce38 commit 289e698
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 @@ -6,7 +6,7 @@ source 'https://rubygems.org'
# to not use insecure git protocol
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rack', '~> 2.2.8'
gem 'rack', '~> 2.2.11'

gem 'aws-sdk-rails', '~> 3'
gem 'aws-sdk-s3', '~> 1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ GEM
public_suffix (4.0.7)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.10)
rack (2.2.11)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-no_animations (1.0.3)
Expand Down Expand Up @@ -1069,7 +1069,7 @@ DEPENDENCIES
pry-rails
pry-shell
pry-stack_explorer
rack (~> 2.2.8)
rack (~> 2.2.11)
rack-cors
rack-no_animations (~> 1.0.3)
rack-utf8_sanitizer
Expand Down

0 comments on commit 289e698

Please sign in to comment.