Skip to content

Commit

Permalink
Fix uninitialized variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jul 11, 2024
1 parent fa84425 commit 40ad006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bundle_update_interactive/outdated_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def initialize(current_lockfile_entry:, updated_lockfile_entry:, gemfile_groups:
@updated_lockfile_entry = updated_lockfile_entry
@gemfile_groups = gemfile_groups
@changelog_locator = ChangelogLocator.new
@vulnerable = nil
end

def name
Expand Down

0 comments on commit 40ad006

Please sign in to comment.