summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-27 09:36:03 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-02 20:55:19 +0100
commit8c4b82e3a4ef42ab6fee9b324200a9e5ff20c948 (patch)
tree42614c6641133face1e81bd7af7b01a70b576b85 /spec/update
parenteeb5722f24e8868cbbf3687cc772254ac65d19df (diff)
downloadbundler-8c4b82e3a4ef42ab6fee9b324200a9e5ff20c948.tar.gz
Remove lockfile incompatibility due to a settingseparate_rubygems_sources_in_lockfile
The `lockfile_uses_separate_rubygems_sources` was causing a lockfile incompatibility but in my opinion, this incompatibility is not necessary in the general case.
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/git_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index a09805bef0..c271f9c5c3 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -348,17 +348,17 @@ RSpec.describe "bundle update" do
bundle "update --source bar"
lockfile_should_be <<-G
- GEM
- remote: file://localhost#{gem_repo2}/
- specs:
- rack (1.0.0)
-
GIT
remote: #{@git.path}
revision: #{ref}
specs:
foo (2.0)
+ GEM
+ remote: file://localhost#{gem_repo2}/
+ specs:
+ rack (1.0.0)
+
PLATFORMS
#{lockfile_platforms}