diff --git a/Gemfile b/Gemfile index 12ea702..db5512e 100644 --- a/Gemfile +++ b/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