Skip to content

Commit

Permalink
Require sprockets-rails 3.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 19, 2014
1 parent 43073b3 commit d4f018f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -14,7 +14,6 @@ gem 'rails-html-sanitizer'

# TODO: remove this before the 4.2.0.beta1 release
gem 'turbolinks', github: 'rails/turbolinks', branch: 'master'
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'

# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)
Expand Down
2 changes: 1 addition & 1 deletion rails.gemspec
Expand Up @@ -28,5 +28,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.1'
s.add_dependency 'sprockets-rails', '~> 3.0.0.beta1'
end

0 comments on commit d4f018f

Please sign in to comment.