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

This dep is already defined in activerecord.gemspec

This commit is contained in:
Santiago Pastorino 2011-08-03 18:14:11 -03:00 committed by Xavier Noria
parent 1ff52cbe81
commit a9b2634a3c

View file

@ -4,8 +4,6 @@ gemspec
if ENV['AREL'] if ENV['AREL']
gem "arel", :path => ENV['AREL'] gem "arel", :path => ENV['AREL']
else
gem "arel", '~> 2.1.3'
end end
gem "jquery-rails" gem "jquery-rails"