Skip to content

Commit

Permalink
Fix rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Jun 15, 2021
1 parent 8404cfd commit ca111af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/helpers/v2/lib/functions/lockfile_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LockfileUpdater
not\sfind\s(?<name>[^\s]+)-\d|
has\s(?<name>[^\s]+)\slocked\sat
/x.freeze
DEPENDENCY_DROPPED = "_dependency_dropped_"
DEPENDENCY_DROPPED = "_dependency_dropped_"

def initialize(gemfile_name:, lockfile_name:, dependencies:)
@gemfile_name = gemfile_name
Expand Down

0 comments on commit ca111af

Please sign in to comment.