Skip to content

Commit d8cb2e9

Browse files
committed
Remove the Gemfile.lock for good now
1 parent 18501f7 commit d8cb2e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Remove $BUNDLE_GEMFILE.lock
18-
run: rm -f $BUNDLE_GEMFILE.lock
17+
- name: Remove Gemfile.lock
18+
run: rm -f Gemfile.lock
1919

2020
- name: Set up Ruby 3.3
2121
uses: ruby/setup-ruby@v1

.github/workflows/rail_inspector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Remove $BUNDLE_GEMFILE.lock
21-
run: rm -f $BUNDLE_GEMFILE.lock
20+
- name: Remove Gemfile.lock
21+
run: rm -f Gemfile.lock
2222
- name: Set up Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:

.github/workflows/rails-new-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Remove $BUNDLE_GEMFILE.lock
19-
run: rm -f $BUNDLE_GEMFILE.lock
18+
- name: Remove Gemfile.lock
19+
run: rm -f Gemfile.lock
2020
- name: Set up Ruby 3.3
2121
uses: ruby/setup-ruby@v1
2222
with:

0 commit comments

Comments
 (0)