diff --git a/Gemfile b/Gemfile index b8d20da5ef..13975f7a84 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ if ENV['AREL'] gem "arel", :path => ENV['AREL'] end +gem "jquery-rails" # This needs to be with require false to avoid # it being automatically loaded by sprockets gem "uglifier", ">= 1.0.0", :require => false