1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

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

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