1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

bumping arel requirement

This commit is contained in:
Aaron Patterson 2011-05-17 18:05:27 -04:00
parent 6d3122445c
commit a898df66e4

View file

@ -22,6 +22,6 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', version)
s.add_dependency('activemodel', version)
s.add_dependency('arel', '~> 2.1.0')
s.add_dependency('arel', '~> 2.1.1')
s.add_dependency('tzinfo', '~> 0.3.27')
end