Skip to content

Commit

Permalink
[#1179] Update to ruby 3.3.6 (#1216)
Browse files Browse the repository at this point in the history
* [#1179] Update to ruby 3.3.6

* Include rubocop-factory_bot
Generate new rubocop_todo.yml
rubocop --auto-gen-config

bundle exec rubocop -a
bundle exec rubocop -A
  • Loading branch information
christinach authored Dec 24, 2024
1 parent 382a5aa commit e681b0d
Show file tree
Hide file tree
Showing 73 changed files with 1,468 additions and 1,189 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
approvals-executor:
docker:
- image: cimg/ruby:3.1.0-browsers
- image: cimg/ruby:3.3.6-browsers
environment:
BUNDLER_VERSION: 2.0.1
BUNDLE_JOBS: 3
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

bearer:
docker:
- image: cimg/ruby:3.2
- image: cimg/ruby:3.3
environment:
# Set to default branch of your repo
DEFAULT_BRANCH: main
Expand Down
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ require:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- rubocop-factory_bot

AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
NewCops: enable

Exclude:
Expand Down
Loading

0 comments on commit e681b0d

Please sign in to comment.