mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
No need to check ruby version here
As rake 0.9.2.2 is out with the same fix as 0.9.3.beta having
This commit is contained in:
7
Gemfile
7
Gemfile
@@ -19,12 +19,7 @@ end
|
||||
# it being automatically loaded by sprockets
|
||||
gem "uglifier", ">= 1.0.3", :require => false
|
||||
|
||||
# Temp fix until rake 0.9.3 is out
|
||||
if RUBY_VERSION >= "1.9.3"
|
||||
gem "rake", "0.9.3.beta.1"
|
||||
else
|
||||
gem "rake", ">= 0.8.7"
|
||||
end
|
||||
gem "rake", ">= 0.8.7"
|
||||
gem "mocha", ">= 0.9.8"
|
||||
|
||||
group :doc do
|
||||
|
||||
Reference in New Issue
Block a user