Skip to content

Commit

Permalink
Bump Ruby to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Jun 21, 2024
1 parent 56bf4c3 commit dd5235c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
ruby-version:
type: string
default: "3.2.2"
default: "3.3.1"
jobs:
test:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require:
- rubocop-rspec_rails

AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3
Exclude:
- Gemfile
- bin/**/*
Expand Down

0 comments on commit dd5235c

Please sign in to comment.