diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-02-25 16:39:25 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-02-25 16:40:35 -0500 |
commit | 94bebde8a7a9334d3cd5de3f2252a8a842722528 (patch) | |
tree | 02320b8fa16d8799fac9c1df1d4f563d5410eca8 /Gemfile | |
parent | a44a5e4bbd0c1429a052444f4ce715d5360c1a0b (diff) | |
download | rails-94bebde8a7a9334d3cd5de3f2252a8a842722528.tar.gz rails-94bebde8a7a9334d3cd5de3f2252a8a842722528.tar.bz2 rails-94bebde8a7a9334d3cd5de3f2252a8a842722528.zip |
Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |