mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Gemfile: gem 'arel', '< 5.0.0'
The Arel version 5 is incompatible with earlier Rails dependancies.
This commit is contained in:
parent
a99e3cc51e
commit
d3a2d7cd9d
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -1,11 +1,11 @@
|
|||
source "https://rubygems.org"
|
||||
source 'https://rubygems.org'
|
||||
gemspec
|
||||
|
||||
gem 'rake'
|
||||
|
||||
rails = ENV['RAILS'] || '4-0-stable'
|
||||
|
||||
gem 'arel'
|
||||
gem 'arel', '< 5.0.0'
|
||||
|
||||
case rails
|
||||
when /\// # A path
|
||||
|
|
Loading…
Reference in a new issue