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 dfc9586 commit a79cde6Copy full SHA for a79cde6
.github/workflows/main.yml
@@ -23,9 +23,6 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v5
25
26
- - name: Remove Gemfile.lock
27
- run: rm Gemfile.lock
28
-
29
- name: Set up Ruby
30
uses: ruby/setup-ruby@v1
31
with:
.gitignore
@@ -6,6 +6,7 @@
6
/pkg/
7
/spec/reports/
8
/tmp/
9
+/Gemfile.lock
10
11
# rspec failure tracking
12
.rspec_status
Gemfile.lock
0 commit comments