aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3364af787e..d8092de9d9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,13 @@ end
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
-gem 'uglifier', '>= 1.0.3', require: false
+gem 'uglifier', require: false
+
+if ENV['SPROCKETS_RAILS']
+ gem 'sprockets-rails', path: ENV['SPROCKETS_RAILS']
+else
+ gem 'sprockets-rails', github: 'rails/sprockets-rails'
+end
group :doc do
# The current sdoc cannot generate GitHub links due
@@ -35,7 +41,7 @@ group :doc do
# for some weeks unapplied. As a temporary solution
# this is our own fork with the fix.
gem 'sdoc', github: 'fxn/sdoc'
- gem 'RedCloth', '~> 4.2'
+ gem 'redcarpet', '~> 2.1.1'
gem 'w3c_validators'
end