1
0
Fork 0
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:
Guillermo Iguaran 2013-02-25 16:39:25 -05:00
parent a44a5e4bbd
commit 94bebde8a7
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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}