Skip to content

Commit

Permalink
Remove the Gemfile.lock for good now
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 9, 2024
1 parent 18501f7 commit d8cb2e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Remove $BUNDLE_GEMFILE.lock
run: rm -f $BUNDLE_GEMFILE.lock
- name: Remove Gemfile.lock
run: rm -f Gemfile.lock

- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rail_inspector.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Remove $BUNDLE_GEMFILE.lock
run: rm -f $BUNDLE_GEMFILE.lock
- name: Remove Gemfile.lock
run: rm -f Gemfile.lock
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rails-new-docker.yml
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Remove $BUNDLE_GEMFILE.lock
run: rm -f $BUNDLE_GEMFILE.lock
- name: Remove Gemfile.lock
run: rm -f Gemfile.lock
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d8cb2e9

Please sign in to comment.