Skip to content

Commit

Permalink
update ruby to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoyle-temple committed Mar 13, 2024
1 parent 56e49b8 commit 2a1e9b4
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
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/ruby:3.1.4-node
- image: cimg/ruby:3.3.0-node
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -2,7 +2,7 @@ require:
- rubocop-rails

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Expand Down

0 comments on commit 2a1e9b4

Please sign in to comment.