chore: remove tracked Gemfile.lock - #9
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Gemfile.lock./Gemfile.lockignore rule.Gemfile, so the lockfile is not packaged.Verification
bundle exec rake: tests passed (114 runs, 262 assertions, 0 failures, 0 errors, 0 skips). RuboCop reports one existing warning atlib/fizzy/cli/base.rb:26(Lint/SafeNavigationWithEmpty) after lockless dependency resolution selects RuboCop 1.88.2.bundle exec rubocoppasses with the base lock's RuboCop 1.84.2, confirming the lint warning is dependency-version drift rather than a change in this PR.gem build fizzy-cli.gemspec: passed; builtfizzy-cli-0.6.2.gem.gem unpack: passed; the unpacked gem contains noGemfile.lock.git check-ignore -v Gemfile.lock: passed with.gitignore:11:/Gemfile.lock..gitignoreandGemfile.lockdeletion.The RuboCop warning is intentionally not fixed here to keep this PR limited to lockfile removal.