Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require: rubocop-rspec
AllCops:

# Keep this up-to-date with the Ruby version we use in Production.
TargetRubyVersion: 2.3
TargetRubyVersion: 3.2

# By default Rubocop checks every .rb recursively inside the current directory.
# We want to exclude some files, so let's modify the original Array.
Expand Down