aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2013-07-17 21:31:26 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2013-07-17 21:31:26 +0300
commitddbd5682ab59d12c39cb1a51e8c2c303a6e70928 (patch)
tree36195077f90e20aad3608d1deee7a0c29e1e636e /Gemfile
parent356373b2154f4a062e4867910590f1c0358803f7 (diff)
downloadrefinerycms-blog-ddbd5682ab59d12c39cb1a51e8c2c303a6e70928.tar.gz
refinerycms-blog-ddbd5682ab59d12c39cb1a51e8c2c303a6e70928.tar.bz2
refinerycms-blog-ddbd5682ab59d12c39cb1a51e8c2c303a6e70928.zip
Remove jquery-rails from Gemfile because it gets required by Refinery::Core engine.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 860091b..aa49e14 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,8 +32,6 @@ group :assets do
gem 'uglifier'
end
-gem 'jquery-rails'
-
# Load local gems according to Refinery developer preference.
if File.exist? local_gemfile = File.expand_path('../.gemfile', __FILE__)
eval File.read(local_gemfile)