Gemfile: gem 'arel', '< 5.0.0'

The Arel version 5 is incompatible with earlier Rails dependancies.
This commit is contained in:
Jon Atack 2014-02-27 18:16:02 +01:00
parent a99e3cc51e
commit d3a2d7cd9d
1 changed files with 2 additions and 2 deletions

View File

@ -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