Gemfile: bundle Rack 2 for testing Rails 5/master

This commit is contained in:
Jon Atack 2015-08-30 18:53:24 +02:00
parent 607bac059d
commit 22da126e91
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ gem 'rake'
rails = ENV['RAILS'] || '4-2-stable'
if rails == 'master'
gem 'rack', github: 'rack/rack'
gem 'arel', github: 'rails/arel'
gem 'polyamorous', github: 'activerecord-hackery/polyamorous'
else