summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-30 14:53:04 +0100
committerAndre Arko <andre@arko.net>2015-03-30 15:03:04 +0100
commitb2d86279fb72e0c1a05a8675507390357af8c3bb (patch)
tree2e6c5f1c22b02219211b4aa4db93ad29755ca9ba
parent2582438ff74f07b87560dd0d98a3d299701a68f3 (diff)
downloadbundler-b2d86279fb72e0c1a05a8675507390357af8c3bb.tar.gz
of course new hashes don’t work on Ruby 1.8
this passed for me locally because my `rspec` bin was pointing to the system Ruby 2.0 instead of Ruby 1.8.7 like it was supposed to be :open_mouth:
-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 95438b755d..e48f90269f 100644
--- a/spec/install/gems/sources_spec.rb
+++ b/spec/install/gems/sources_spec.rb
@@ -332,8 +332,8 @@ describe "bundle install with gems on multiple sources" do
gemfile <<-G
source 'file://#{gem_repo1}'
gem 'rack'
- gem 'foo', '~> 0.1', source: 'file://#{gem_repo4}'
- gem 'bar', '~> 0.1', source: 'file://#{gem_repo4}'
+ gem 'foo', '~> 0.1', :source => 'file://#{gem_repo4}'
+ gem 'bar', '~> 0.1', :source => 'file://#{gem_repo4}'
G
# 3. this lockfile.