1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use sprockets-rails 2.0.0.rc3 in new apps

This commit is contained in:
Guillermo Iguaran 2013-02-24 13:31:29 -05:00
parent e06aae7d25
commit 40111c5c8a
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -210,7 +210,7 @@ module Rails
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sprockets-rails', '~> 2.0.0.rc1'
gem 'sprockets-rails', '~> 2.0.0.rc3'
gem 'sass-rails', '~> 4.0.0.beta'
gem 'coffee-rails', '~> 4.0.0.beta'