aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2013-02-26 00:10:03 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2013-02-26 00:10:03 -0500
commit066ae49fb7af3679c163c070515388357ee91ba9 (patch)
treef426f7b50486cfb3befb89bac4b3adaea314323f /Gemfile
parent670a2673946e2f933ff1c16699637958ef84c831 (diff)
downloadrails-066ae49fb7af3679c163c070515388357ee91ba9.tar.gz
rails-066ae49fb7af3679c163c070515388357ee91ba9.tar.bz2
rails-066ae49fb7af3679c163c070515388357ee91ba9.zip
JRuby does not support racc, include it only in ruby platform
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 3a3804944d..1e3d746a9b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,9 +9,6 @@ gem 'jquery-rails', '~> 2.2.0'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0.beta1'
-# Needed for compiling the ActionDispatch::Journey parser
-gem 'racc', '>=1.4.6', require: false
-
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem 'uglifier', require: false
@@ -41,6 +38,9 @@ platforms :ruby do
gem 'yajl-ruby'
gem 'nokogiri', '>= 1.4.5'
+ # Needed for compiling the ActionDispatch::Journey parser
+ gem 'racc', '>=1.4.6', require: false
+
# AR
gem 'sqlite3', '~> 1.3.6'