summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-12 22:12:06 -0800
committerAndre Arko <andre@arko.net>2013-02-12 22:12:06 -0800
commit37569d521c49b516fe77197ee75341b20f74ad29 (patch)
tree468131d95f27b513405af74d9ca095a54562ff98 /Rakefile
parent4e7a5e91f98d24ce33da962d25eef69f10a8bf88 (diff)
parent1c50e8b9e4a87ece745d28b17118d99b25d65ee1 (diff)
downloadbundler-37569d521c49b516fe77197ee75341b20f74ad29.tar.gz
Merge branch '1-2-stable'
Conflicts: .rspec .travis.yml CHANGELOG.md Rakefile lib/bundler.rb lib/bundler/cli.rb lib/bundler/source.rb lib/bundler/version.rb spec/bundler/bundler_spec.rb spec/install/gems/dependency_api_spec.rb spec/other/newgem_spec.rb spec/other/show_spec.rb
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f3e2abfe0d..02c0d7af8d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -144,7 +144,7 @@ begin
desc "Run the tests on Travis CI against a rubygem version (using ENV['RGV'])"
task :travis do
- rg = ENV['RGV'] || 'master'
+ rg = ENV['RGV'] || 'v1.8.24'
puts "\n\e[1;33m[Travis CI] Running bundler specs against rubygems #{rg}\e[m\n\n"
specs = safe_task { Rake::Task["spec:rubygems:#{rg}"].invoke }