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

This commit is contained in:
Paul Nikitochkin 2013-06-12 16:57:04 +03:00
parent 9996e3c351
commit 37db946023

View file

@ -25,5 +25,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.rc4'
s.add_dependency 'sprockets-rails', '~> 2.0.0'
end