mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
moving to arel 3.0.0
This commit is contained in:
parent
e3f7d0d7ab
commit
488c9ef64c
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('activemodel', version)
|
||||
s.add_dependency('arel', '~> 3.0.0.rc1')
|
||||
s.add_dependency('arel', '~> 3.0.0')
|
||||
s.add_dependency('tzinfo', '~> 0.3.29')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue