Skip to content

Commit

Permalink
Bump rack from 2.1.1 to 01556901e519159982c28a8511b18ffb22f0454d
Browse files Browse the repository at this point in the history
Fix #12880
  • Loading branch information
Gargron committed Jan 26, 2020
1 parent b9d74d4 commit 38f699c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ gem 'parallel', '~> 1.19'
gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c'
gem 'pundit', '~> 2.1'
gem 'premailer-rails'
gem 'rack', git: 'https://github.com/rack/rack', ref: '01556901e519159982c28a8511b18ffb22f0454d'
gem 'rack-attack', '~> 6.2'
gem 'rack-cors', '~> 1.1', require: 'rack/cors'
gem 'rails-i18n', '~> 5.1'
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ GIT
health_check (4.0.0.pre)
rails (>= 4.0)

GIT
remote: https://github.com/rack/rack
revision: 01556901e519159982c28a8511b18ffb22f0454d
ref: 01556901e519159982c28a8511b18ffb22f0454d
specs:
rack (2.2.0)

GIT
remote: https://github.com/rtomayko/posix-spawn
revision: 58465d2e213991f8afb13b984854a49fcdcc980c
Expand Down Expand Up @@ -441,7 +448,6 @@ GEM
pundit (2.1.0)
activesupport (>= 3.0.0)
raabro (1.1.6)
rack (2.1.1)
rack-attack (6.2.2)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -749,6 +755,7 @@ DEPENDENCIES
pry-rails (~> 0.3)
puma (~> 4.3)
pundit (~> 2.1)
rack!
rack-attack (~> 6.2)
rack-cors (~> 1.1)
rails (~> 5.2.4)
Expand Down

0 comments on commit 38f699c

Please sign in to comment.