diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-12-18 23:30:46 +0100 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-12-18 23:30:46 +0100 |
commit | 88f83161e06db8caa72bbf8940208a493d2f0a83 (patch) | |
tree | e02e9ed89634f64b5f6beddf578202ee784ef1f1 /spec/install | |
parent | 4f3e0ec66d6f72d00b552959db1dae89b83b4a4e (diff) | |
download | bundler-88f83161e06db8caa72bbf8940208a493d2f0a83.tar.gz |
Remove rubygems.org from gemfiles in the specs
Diffstat (limited to 'spec/install')
-rw-r--r-- | spec/install/gemfile_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile_spec.rb b/spec/install/gemfile_spec.rb index 03ae344987..f6602c0560 100644 --- a/spec/install/gemfile_spec.rb +++ b/spec/install/gemfile_spec.rb @@ -72,7 +72,7 @@ describe "bundle install" do simulate_ruby_version "2.3.0" do simulate_ruby_engine "jruby", "9.1.2.0" do install_gemfile! <<-G - source "https://rubygems.org" + source "file://#{gem_repo1}" ruby "2.3.0", :engine => :jruby, :engine_version => "9.1.2.0" G |