rack 2.1.1 has released

https://github.com/rack/rack/compare/2.1.0...2.1.1
This commit is contained in:
Ryuta Kamizono 2020-01-12 19:54:25 +09:00
parent 2bf1c17c20
commit 4628518382
2 changed files with 1 additions and 11 deletions

View File

@ -12,9 +12,6 @@ gem "rake", ">= 11.1"
gem "capybara", ">= 3.26"
gem "selenium-webdriver", ">= 3.141.592"
# TODO: Remove the line once next version has released.
gem "rack", github: "rack/rack", ref: "1b82d84"
gem "rack-cache", "~> 1.2"
gem "sass-rails"
gem "turbolinks", "~> 5"

View File

@ -14,13 +14,6 @@ GIT
event_emitter
websocket
GIT
remote: https://github.com/rack/rack.git
revision: 1b82d84d80c7d02a04122517da4a3874e5b78ba7
ref: 1b82d84
specs:
rack (2.2.0)
PATH
remote: .
specs:
@ -374,6 +367,7 @@ GEM
thor
raabro (1.1.6)
racc (1.4.16)
rack (2.1.1)
rack-cache (1.10.0)
rack (>= 0.4)
rack-protection (2.0.7)
@ -581,7 +575,6 @@ DEPENDENCIES
queue_classic!
qunit-selenium
racc (>= 1.4.6)
rack!
rack-cache (~> 1.2)
rails!
rake (>= 11.1)