Skip to content

Commit

Permalink
Do not allow rack pre releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 30, 2016
1 parent 83ae9e0 commit dc4c7ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Gemfile.lock
Expand Up @@ -42,7 +42,7 @@ PATH
actionpack (5.0.0.rc2)
actionview (= 5.0.0.rc2)
activesupport (= 5.0.0.rc2)
rack (~> 2.x)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -180,12 +180,11 @@ GEM
pg (0.18.4-x64-mingw32)
pg (0.18.4-x86-mingw32)
pkg-config (1.1.7)
psych (2.0.17)
psych (2.1.0)
puma (3.4.0)
que (0.11.5)
racc (1.4.14)
rack (2.0.0.rc1)
json
rack (2.0.1)
rack-cache (1.6.1)
rack (>= 0.4)
rack-test (0.6.3)
Expand Down Expand Up @@ -238,7 +237,7 @@ GEM
sprockets (3.6.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.4)
sprockets-rails (3.1.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activesupport', version

s.add_dependency 'rack', '~> 2.x'
s.add_dependency 'rack', '~> 2.0'
s.add_dependency 'rack-test', '~> 0.6.3'
s.add_dependency 'rails-html-sanitizer', '~> 1.0', '>= 1.0.2'
s.add_dependency 'rails-dom-testing', '~> 2.0'
Expand Down

0 comments on commit dc4c7ba

Please sign in to comment.