Skip to content

Commit

Permalink
Do not install RubyGems for Ruby 2.0
Browse files Browse the repository at this point in the history
Ruby 2.0 bundles RubyGems 2.0.0, which hasn't been released yet to
rubygems.org

Installing older version (1.8.25) breaks default gems functionality.
  • Loading branch information
luislavena committed Feb 24, 2013
1 parent 8562137 commit 31a1a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/interpreter/ruby19.rake
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ namespace :ruby19 do
end
end

unless ENV["NOGEMS"]
unless ENV["NOGEMS"] || ENV["NEXT"]
# Add rubygems to the chain
task :ruby19 => [:rubygems19]
end
Expand Down

0 comments on commit 31a1a44

Please sign in to comment.