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:
parent
607bac059d
commit
22da126e91
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue