We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d963361 commit 56bdd7cCopy full SHA for 56bdd7c
.github/actions/test_gem/action.yml
@@ -91,7 +91,7 @@ runs:
91
shell: bash
92
run: |
93
echo "::group:: 💎 Install dependencies and generate appraisals 💎"
94
- rm Gemfile.lock
+ rm -f Gemfile.lock
95
bundle install
96
97
echo "::endgroup::"
0 commit comments