Skip to content

Commit

Permalink
Expand Gemfile.lock management recommendations (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
srizzo authored Nov 26, 2024
1 parent 0066550 commit c8ad374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/guides/faq.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,5 @@ creating an additional daily CI build that deletes the Gemfile.lock
before running `bundle install`. That way you, and others monitoring
your CI status, will be the first to know about any failures from
dependency changes.
Finally, when publishing your gem, consider deleting and regenerating your Gemfile.lock with the latest
dependencies just before running your tests.

0 comments on commit c8ad374

Please sign in to comment.