mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile
This commit is contained in:
parent
a44a5e4bbd
commit
94bebde8a7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -9,7 +9,7 @@ gem 'rack-cache', '~> 1.2'
|
|||
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
gem 'jquery-rails', '~> 2.2.0'
|
||||
gem 'turbolinks'
|
||||
gem 'coffee-rails', github: 'rails/coffee-rails'
|
||||
gem 'coffee-rails', '~> 4.0.0.beta1'
|
||||
|
||||
# Needed for compiling the ActionDispatch::Journey parser
|
||||
gem 'racc', '>=1.4.6', require: false
|
||||
|
|
|
@ -196,8 +196,8 @@ module Rails
|
|||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
group :assets do
|
||||
gem 'sass-rails', '~> 4.0.0.beta'
|
||||
gem 'coffee-rails', '~> 4.0.0.beta'
|
||||
gem 'sass-rails', '~> 4.0.0.beta1'
|
||||
gem 'coffee-rails', '~> 4.0.0.beta1'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
#{javascript_runtime_gemfile_entry}
|
||||
|
|
Loading…
Reference in a new issue