Skip to content

Commit

Permalink
Gemfile: Try to keep rack runnable on 2.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 22, 2016
1 parent 1c69994 commit 22d8113
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 @@ -13,7 +13,7 @@ group :development, :test do
end

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

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

0 comments on commit 22d8113

Please sign in to comment.