Skip to content

Commit

Permalink
Fix rubocop CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Feb 3, 2024
1 parent 2ec6714 commit 47db6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rubocop-challenger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
create-pr:
name: Create Pull Request
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/Gemfile.rails50
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.2.2
- name: Install bundler
run: gem install bundler
- name: Install gems
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.2.2
bundler-cache: true

- name: Run rubocop
Expand Down

0 comments on commit 47db6fc

Please sign in to comment.