aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5cd5a56725..ef17ed735c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,8 +17,6 @@ gem 'rack-cache', '~> 1.2'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'
-gem 'sprockets-rails', '~> 3.0.0.beta3', github: 'rails/sprockets-rails', branch: 'master'
-
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid Active Model (and by extension the entire framework)
# being dependent on a binary library.