Skip to content

Commit

Permalink
rack 2.0 requires at least Ruby 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed May 8, 2016
1 parent 986462a commit 2703806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/rails_5.0.gemfile
Expand Up @@ -5,6 +5,8 @@ gem 'rubysl', :platforms => :rbx
gem 'rubinius-developer_tools', :platforms => :rbx
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby

gem "rack", "~> 1" if Gem::Version.create(RUBY_VERSION.dup) <= Gem::Version.create('2.2.2')
gem "mime-types", "~> 2" if Gem::Version.create(RUBY_VERSION.dup) <= Gem::Version.create('1.9.3')

gem "rails", "5.0.0.beta4"
Expand Down

0 comments on commit 2703806

Please sign in to comment.