mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
commit
c0f3df3a2d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ gem "bcrypt-ruby", "~> 3.0.0"
|
||||||
gem "jquery-rails"
|
gem "jquery-rails"
|
||||||
# This needs to be with require false to avoid
|
# This needs to be with require false to avoid
|
||||||
# it being automatically loaded by sprockets
|
# it being automatically loaded by sprockets
|
||||||
gem "uglifier", ">= 1.0.0", :require => false
|
gem "uglifier", ">= 1.0.3", :require => false
|
||||||
|
|
||||||
# Temp fix until rake 0.9.3 is out
|
# Temp fix until rake 0.9.3 is out
|
||||||
if RUBY_VERSION >= "1.9.3"
|
if RUBY_VERSION >= "1.9.3"
|
||||||
|
|
Loading…
Reference in a new issue