Skip to content

Commit

Permalink
Update rubocop and ci ruby versions to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Nov 15, 2023
1 parent d14487a commit e9ae9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
ruby-version: ['3.0.3']
ruby-version: ['3.2.2']
env:
RAILS_ENV: test
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inherit_gem:
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 3.0.3
TargetRubyVersion: 3.2.2
TargetRailsVersion: 7.0
Exclude:
- 'app/javascript/**/*'
Expand Down

0 comments on commit e9ae9ca

Please sign in to comment.