Skip to content

Commit

Permalink
Gemfile: Try to keep rack runnable on 2.1 again again again
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 22, 2016
1 parent 98ddde0 commit 9bd44b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

group :test do
gem 'rack', '< 2', platform: [:mri_21, :mri_22]
gem 'rack', '>= 2', platform: :mri_23
gem 'rack', '>= 2', platform: :mri

gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
Expand Down

0 comments on commit 9bd44b0

Please sign in to comment.