Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Oct 5, 2023
1 parent a59949f commit cd20805
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bundler-cache: true

- name: Install the latest Rails gem
run: gem install rails -v "~> 7.0.0"
run: gem install rails -v "~> 7.1.0"

- name: Install Rubocop
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-minitest rubocop-rails
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
bundler-cache: true

- name: Install the latest Rails gem
run: gem install rails -v "~> 7.0.0"
run: gem install rails -v "~> 7.1.0"

- name: Install Rubocop
run: gem install rubocop rubocop-performance rubocop-minitest rubocop-packaging rubocop-minitest rubocop-rails
Expand Down
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ Style/HashSyntax:
Exclude:
- Gemfile

Layout/EmptyLinesAroundBlockBody:
Exclude:
- Gemfile

Style/FrozenStringLiteralComment:
Enabled: false

0 comments on commit cd20805

Please sign in to comment.