Skip to content

Commit

Permalink
ensure dependency is required (#42)
Browse files Browse the repository at this point in the history
apparently it's not in some environments (jruby?)
  • Loading branch information
ccutrer authored May 13, 2024
1 parent 30679db commit ab8671a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bundler/multilock/lockfile_generator.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "delegate"

require "bundler/lockfile_generator"

module Bundler
Expand Down

0 comments on commit ab8671a

Please sign in to comment.