mirror of https://github.com/rails/rails
Use the released arel gem
This commit is contained in:
parent
4f330b0428
commit
18be17ac43
1
Gemfile
1
Gemfile
|
@ -12,7 +12,6 @@ gem 'bcrypt-ruby', '~> 3.1.2'
|
|||
gem 'jquery-rails', '~> 2.2.0'
|
||||
gem 'turbolinks'
|
||||
gem 'coffee-rails', '~> 4.0.0'
|
||||
gem 'arel', github: 'rails/arel', branch: 'master'
|
||||
|
||||
# This needs to be with require false to avoid
|
||||
# it being automatically loaded by sprockets
|
||||
|
|
|
@ -24,5 +24,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'activesupport', version
|
||||
s.add_dependency 'activemodel', version
|
||||
|
||||
s.add_dependency 'arel', '~> 5.0.0'
|
||||
s.add_dependency 'arel', '~> 5.0.0'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue