aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-03-14 22:42:12 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-03-14 22:45:46 -0700
commit8d3e5c8c5200880a66abef3fd2f45104e65732e9 (patch)
tree574e92afc21fd5a7d98d88a02f328083c52ec6b8 /Gemfile
parenta0dfd84440f28d2862b7eb7ea340ca28d98fb23f (diff)
downloadrails-8d3e5c8c5200880a66abef3fd2f45104e65732e9.tar.gz
rails-8d3e5c8c5200880a66abef3fd2f45104e65732e9.tar.bz2
rails-8d3e5c8c5200880a66abef3fd2f45104e65732e9.zip
hide more data in the schema cache
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a367397c89..fed5683e51 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ gem 'bcrypt-ruby', '~> 3.0.0'
gem 'jquery-rails', '~> 2.2.0'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0.beta1'
+gem 'arel', :path => '/Users/aaron/git/arel'
# This needs to be with require false to avoid
# it being automatically loaded by sprockets