Skip to content

Commit

Permalink
Merge pull request #4033 from 3scale/dependabot/bundler/rack-2.2.12
Browse files Browse the repository at this point in the history
Bump rack from 2.2.11 to 2.2.12
  • Loading branch information
mayorova authored Mar 5, 2025
2 parents ff49784 + f769cdb commit a2d94a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.11'
gem 'rack', '~> 2.2.12'

gem 'aws-sdk-rails', '~> 3'
gem 'aws-sdk-s3', '~> 1'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ GIT

GIT
remote: https://github.com/3scale/swagger-ui_rails.git
revision: f88bb8bed4fdb57fcf5be6425f3fc10c638788d1
branch: dev-2.1.3
revision: 13968af8f2845f448a0b88c4ffe4cf93477c90fa
branch: dev
specs:
swagger-ui_rails2 (0.1.7)
swagger-ui_rails (0.1.7)

GIT
remote: https://github.com/3scale/swagger-ui_rails.git
revision: 13968af8f2845f448a0b88c4ffe4cf93477c90fa
branch: dev
revision: f88bb8bed4fdb57fcf5be6425f3fc10c638788d1
branch: dev-2.1.3
specs:
swagger-ui_rails (0.1.7)
swagger-ui_rails2 (0.1.7)

GIT
remote: https://github.com/prawnpdf/prawn-table.git
Expand Down Expand Up @@ -612,7 +612,7 @@ GEM
public_suffix (4.0.7)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.11)
rack (2.2.12)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-no_animations (1.0.3)
Expand Down Expand Up @@ -1073,7 +1073,7 @@ DEPENDENCIES
pry-rails
pry-shell
pry-stack_explorer
rack (~> 2.2.11)
rack (~> 2.2.12)
rack-cors
rack-no_animations (~> 1.0.3)
rack-utf8_sanitizer
Expand Down

0 comments on commit a2d94a4

Please sign in to comment.