Skip to content

Commit

Permalink
Install rack 1.6 if ruby version is lower than 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Jan 6, 2017
1 parent d4cc40d commit 3070898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ gemspec
gem 'rake'

group :test do
if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.2.2")
gem "rack", "~> 1.6"
end
gem 'rspec', '~> 3.2'
gem 'rack-test'
gem 'simplecov'
Expand Down

0 comments on commit 3070898

Please sign in to comment.