aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-08-03 18:14:11 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-08-03 18:15:14 -0300
commit8962e96e3926a0c8d11d57eb583d5879dab0637c (patch)
tree007eeaf5c6277013e976f83352c6de6cd20b30a9 /Gemfile
parent86b7d83f1ce81284cad37781667a5f204be22273 (diff)
downloadrails-8962e96e3926a0c8d11d57eb583d5879dab0637c.tar.gz
rails-8962e96e3926a0c8d11d57eb583d5879dab0637c.tar.bz2
rails-8962e96e3926a0c8d11d57eb583d5879dab0637c.zip
This dep is already defined in activerecord.gemspec
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ec064bbda8..f6caa1ee65 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,8 +4,6 @@ gemspec
if ENV['AREL']
gem "arel", :path => ENV['AREL']
-else
- gem "arel", '~> 2.1.3'
end
gem "jquery-rails"