Skip to content

chore: remove tracked Gemfile.lock - #9

Merged
dpaluy merged 2 commits into
masterfrom
chore/remove-gemfile-lock
Jul 26, 2026
Merged

chore: remove tracked Gemfile.lock#9
dpaluy merged 2 commits into
masterfrom
chore/remove-gemfile-lock

Conversation

@dpaluy

@dpaluy dpaluy commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove the tracked Gemfile.lock.
  • Add an anchored root /Gemfile.lock ignore rule.
  • Keep the existing gemspec packaging policy unchanged; it already excludes paths beginning with 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 at lib/fizzy/cli/base.rb:26 (Lint/SafeNavigationWithEmpty) after lockless dependency resolution selects RuboCop 1.88.2.
  • Base-branch lock verification: bundle exec rubocop passes 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; built fizzy-cli-0.6.2.gem.
  • gem unpack: passed; the unpacked gem contains no Gemfile.lock.
  • git check-ignore -v Gemfile.lock: passed with .gitignore:11:/Gemfile.lock.
  • The commit contains only .gitignore and Gemfile.lock deletion.

The RuboCop warning is intentionally not fixed here to keep this PR limited to lockfile removal.

@dpaluy
dpaluy merged commit f9e9c69 into master Jul 26, 2026
2 checks passed
@dpaluy
dpaluy deleted the chore/remove-gemfile-lock branch July 26, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant