aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 8dffcee105..73fdc6c42e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,12 +9,7 @@ else
end
gem 'bcrypt-ruby', '~> 3.0.0'
-
-if RUBY_VERSION < '1.9.3'
- gem 'jquery-rails', '< 4'
-else
- gem 'jquery-rails'
-end
+gem 'jquery-rails', '< 4'
if ENV['JOURNEY']
gem 'journey', :path => ENV['JOURNEY']