diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-01 21:51:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-07-01 21:51:52 +0200 |
| commit | db99d0f00ee95b5dd42ea020f8a52e41ef48cdbc (patch) | |
| tree | b2ee6bca0376642436a41f769e7597e89ab83b0e /.rubocop.yml | |
| parent | 95e5fe8b8fb1e16c71ffbed6681ab8b2203249d4 (diff) | |
| download | operum-db99d0f00ee95b5dd42ea020f8a52e41ef48cdbc.tar.gz operum-db99d0f00ee95b5dd42ea020f8a52e41ef48cdbc.zip | |
Upgrade rubocop to the real target ruby/rails
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index cd25bfe..764bab0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ AllCops: - TargetRubyVersion: 3.2 - TargetRailsVersion: 7.1 + TargetRubyVersion: 3.4 + TargetRailsVersion: 8.0 DisplayCopNames: true DisplayStyleGuide: false |
