summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/install/gems/sources_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gems/sources_spec.rb b/spec/install/gems/sources_spec.rb
index e48f90269f..45e3a43e5d 100644
--- a/spec/install/gems/sources_spec.rb
+++ b/spec/install/gems/sources_spec.rb
@@ -369,8 +369,8 @@ describe "bundle install with gems on multiple sources" do
install_gemfile <<-G
source 'file://#{gem_repo1}'
gem 'rack'
- gem 'foo', '~> 0.2', source: 'file://#{gem_repo4}'
- gem 'bar', '~> 0.1', source: 'file://#{gem_repo4}'
+ gem 'foo', '~> 0.2', :source => 'file://#{gem_repo4}'
+ gem 'bar', '~> 0.1', :source => 'file://#{gem_repo4}'
G
# 6. Which should update foo to 0.2, but not the (locked) bar 0.1