Skip to content

Commit

Permalink
Use the latest Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 21, 2012
1 parent 082eb19 commit a6f28ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -294,7 +294,7 @@ namespace :gem do
Dir.chdir(package) do
tasks = ["cross", "native", "gem"]
tasks.unshift("win32:build") if package == "gstreamer"
ruby("-S", "rake", "RUBY_CC_VERSION=1.8.7:1.9.2", *tasks)
ruby("-S", "rake", "RUBY_CC_VERSION=1.8.7:1.9.3", *tasks)
end
end
end
Expand Down

0 comments on commit a6f28ad

Please sign in to comment.