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:54 +0100
commit0406b3241630bf2358c5696cdae3a04be435ba80 (patch)
treef9df0c039da30047a2ec07b876537859ce6661ec
parentb2d86279fb72e0c1a05a8675507390357af8c3bb (diff)
downloadbundler-0406b3241630bf2358c5696cdae3a04be435ba80.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 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