Make possible to use sprockets-rails 2.1

This commit is contained in:
Rafael Mendonça França 2014-04-04 16:25:46 -03:00
parent 5f1346b0c7
commit a338b39f75
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', '~> 3.1.0'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0'
gem 'sprockets-rails', github: 'rails/sprockets-rails'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)

View File

@ -27,5 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency 'railties', version
s.add_dependency 'bundler', '>= 1.3.0', '< 2.0'
s.add_dependency 'sprockets-rails', '~> 2.0.0'
s.add_dependency 'sprockets-rails', '~> 2.1'
end