From 465661de582bcfb27932876757313e71c6240062 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Thu, 13 Oct 2016 18:06:27 -0700 Subject: remove extraneous bits, fix gemfiles --- spec/install/gemfile/sources_spec.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/spec/install/gemfile/sources_spec.rb b/spec/install/gemfile/sources_spec.rb index aae5953f31..e687e9af41 100644 --- a/spec/install/gemfile/sources_spec.rb +++ b/spec/install/gemfile/sources_spec.rb @@ -470,12 +470,11 @@ describe "bundle install with gems on multiple sources" do # When this gemfile is installed... gemfile <<-G - # frozen_string_literal: true source "#{source_uri}" source "#{second_uri}" do gem "rack", "2.0.1.1.forked" - gem "thor", "0.19.1.1.forked" + gem "thor" end gem "rack-obama" G @@ -498,14 +497,10 @@ describe "bundle install with gems on multiple sources" do rack (= 2.0.1.1.forked)! rack-obama thor! - - BUNDLED WITH - 1.13.3 L # Then we change the Gemfile by adding a version to thor gemfile <<-G - # frozen_string_literal: true source "#{source_uri}" source "#{second_uri}" do -- cgit v1.2.1