Skip to content

chore: remove tracked Gemfile.lock - #39

Merged
dpaluy merged 1 commit into
masterfrom
chore/remove-gemfile-lock
Jul 26, 2026
Merged

chore: remove tracked Gemfile.lock#39
dpaluy merged 1 commit into
masterfrom
chore/remove-gemfile-lock

Conversation

@dpaluy

@dpaluy dpaluy commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove the tracked development-only Gemfile.lock.
  • Add an anchored root /Gemfile.lock ignore rule.
  • Keep the existing gemspec packaging policy unchanged: it already excludes Gemfile*, so the lockfile is not packaged.

Verification

  • bundle exec rake test — 67 runs, 197 assertions, 0 failures, 0 errors, 1 skip.
  • bundle exec rubocop — 23 files inspected, no offenses.
  • ruby -c exe/railstart — Syntax OK.
  • bundle exec rubocop --lint lib/ test/ — 18 files inspected, no offenses.
  • gem build railstart.gemspec --output /tmp/railstart-gemfile-lock-cleanup-20260726.gem — succeeded.
  • gem specification /tmp/railstart-gemfile-lock-cleanup-20260726.gem files --yamlGemfile.lock included: False (19 packaged files).
  • git diff --check — passed.

@dpaluy
dpaluy merged commit 91bae4c into master Jul 26, 2026
3 checks passed
@dpaluy
dpaluy deleted the chore/remove-gemfile-lock branch July 26, 2026 20:56
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