Skip to content

Commit

Permalink
Only add Gemfile.locks to git
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 1, 2024
1 parent 8063211 commit ac6f7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
bundle exec appraisal
git config user.name 'GitHub Actions'
git config user.email [email protected]
git add .
git add Gemfile.lock gemfiles
git commit -m "Version bump"
git push
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ test/dummy/db/test.sqlite3
test/dummy/db/development.sqlite3
test/dummy/log
test/dummy/tmp
vendor/bundle

0 comments on commit ac6f7f3

Please sign in to comment.