summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-10-13 18:06:27 -0700
committerAndre Arko <andre@arko.net>2016-10-13 18:06:27 -0700
commit465661de582bcfb27932876757313e71c6240062 (patch)
tree2179ceeee271158e55537eaf7e351ef16b05fe51
parent6d58d5a63fe2eb1c372211a8e2ebd3e584cc7f54 (diff)
downloadbundler-465661de582bcfb27932876757313e71c6240062.tar.gz
remove extraneous bits, fix gemfiles
-rw-r--r--spec/install/gemfile/sources_spec.rb7
1 files changed, 1 insertions, 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