We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d17ed commit 714fee2Copy full SHA for 714fee2
Gemfile
@@ -4,7 +4,7 @@ group :default do
4
if rack_version = ENV['RACK_VERSION']
5
gem 'rack', rack_version
6
else
7
- gem 'rack', '~> 1.5.2'
+ gem 'rack', '~> 1.6.8'
8
end
9
10
Gemfile.lock
@@ -6,7 +6,7 @@ GEM
rake
diff-lcs (1.2.5)
jruby-openssl (0.9.21-java)
- rack (1.5.5)
+ rack (1.6.8)
rake (10.4.2)
11
rspec (2.14.1)
12
rspec-core (~> 2.14.0)
@@ -23,7 +23,7 @@ PLATFORMS
23
DEPENDENCIES
24
appraisal
25
jruby-openssl (~> 0.9.20)
26
- rack (~> 1.5.2)
+ rack (~> 1.6.8)
27
rake (~> 10.4.2)
28
rspec (~> 2.14.1)
29
0 commit comments