Skip to content

Commit

Permalink
restore compatibility with bundler 2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Oct 6, 2023
1 parent 5f58569 commit a92058f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0)
bundler-multilock (1.1.1)
bundler (~> 2.4.19)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/multilock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def write_lockfile(lockfile_definition, lockfile, install:, dependency_changes:
definition.send(:source_map).locked_specs.each do |spec|
next if spec.match_platform(Bundler.local_platform)

spec.source.specs.add(spec)
spec.source.specs << spec
end
definition.resolve_with_cache!
rescue GemNotFound, SolveFailure
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.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit a92058f

Please sign in to comment.