Skip to content

Commit

Permalink
Update rack to 2.2.2
Browse files Browse the repository at this point in the history
This includes a fix for CVE-2020-8161.
  • Loading branch information
mcmire committed Jun 14, 2020
1 parent 540e7df commit 693c297
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
pry (~> 0.10)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.0.8)
rack (2.2.2)
rainbow (3.0.0)
rake (13.0.1)
redcarpet (3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
pry (~> 0.10)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (1.6.12)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.11.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
puma (3.12.2)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.0.8)
rack (2.2.2)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
puma (3.12.2)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.0.8)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.1.7)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
puma (3.12.2)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.0.8)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
nio4r (~> 2.0)
pygments.rb (1.2.1)
multi_json (>= 1.0.0)
rack (2.0.8)
rack (2.2.2)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
Expand Down

0 comments on commit 693c297

Please sign in to comment.