Skip to content

Commit

Permalink
Remove too modern option
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 8, 2024
1 parent f52c9fb commit ff8938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rails_release_sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install Bundler ${{ github.event.inputs.bundler_version }}
run: |
gem uninstall --all --force --executables
gem uninstall --all --executables
gem install bundler -v ${{ github.event.inputs.bundler_version }}
- name: Install dependencies
Expand Down

0 comments on commit ff8938d

Please sign in to comment.