Skip to content

Commit

Permalink
fix error with git sources during sync stage
Browse files Browse the repository at this point in the history
they need to allow access to the cache
  • Loading branch information
ccutrer committed Sep 26, 2023
1 parent cd3a62a commit 3c27dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bundler-multilock (1.0.9)
bundler-multilock (1.0.10)
bundler (~> 2.4.19)

GEM
Expand Down
1 change: 1 addition & 0 deletions lib/bundler/multilock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def write_lockfile(lockfile_definition, lockfile, install:, dependency_changes:
if install
current_definition = builder.to_definition(current_lockfile, {})
begin
current_definition.resolve_with_cache!
if current_definition.missing_specs.any?
Bundler.with_default_lockfile(current_lockfile) do
Installer.install(gemfile.dirname, current_definition, {})
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/multilock/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Bundler
module Multilock
VERSION = "1.0.9"
VERSION = "1.0.10"
end
end

0 comments on commit 3c27dc3

Please sign in to comment.