summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-30 15:26:54 +0100
committerAndre Arko <andre@arko.net>2015-03-30 15:26:58 +0100
commit19a134152cdd99f6623e452731ba8e73699c01e4 (patch)
treee7a590f965728fc38119891259c463c546a7d1c2
parent39209ac134201d73dc501dd04ba1546ff8b74112 (diff)
downloadbundler-19a134152cdd99f6623e452731ba8e73699c01e4.tar.gz
annnd I need to fix all of the hashes
-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 e754b82930..847f741162 100644
--- a/spec/install/gems/sources_spec.rb
+++ b/spec/install/gems/sources_spec.rb
@@ -339,8 +339,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