From de29d96d0d7bd2b5291d88ac33a1c2f8dfa18626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:28:36 +0000 Subject: [PATCH] Bump rubocop from 0.70.0 to 1.73.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.70.0 to 1.73.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.70.0...v1.73.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 33 ++++++++++++++++++++++----------- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 6e1b308..e9c32ce 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ group :development do gem 'state_machines-yard' gem 'yard-activerecord' # for static code analisys - gem 'rubocop', '~> 0.70.0', require: false + gem 'rubocop', '~> 1.73.0', require: false gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 63ceb14..974b52f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,13 +155,13 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - jaro_winkler (1.5.4) jquery-rails (4.5.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) + json (2.10.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -174,6 +174,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) + language_server-protocol (3.17.0.4) launchy (2.5.0) addressable (~> 2.7) letter_opener (1.8.1) @@ -183,6 +184,7 @@ GEM letter_opener (~> 1.0) railties (>= 3.2) libv8-node (16.10.0.0) + lint_roller (1.1.0) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -206,9 +208,10 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) - parallel (1.22.1) - parser (3.2.0.0) + parallel (1.26.3) + parser (3.3.7.1) ast (~> 2.4.1) + racc pdf-reader (1.4.1) Ascii85 (~> 1.0.0) afm (~> 0.2.1) @@ -272,7 +275,7 @@ GEM rchardet (1.8.0) rdoc (6.3.3) redcarpet (3.6.0) - regexp_parser (2.6.1) + regexp_parser (2.10.0) request_store (1.5.1) rack (>= 1.4) responders (3.0.1) @@ -296,13 +299,19 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.12.0) - rubocop (0.70.0) - jaro_winkler (~> 1.5.1) + rubocop (1.73.0) + json (~> 2.3) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) - parser (>= 2.6) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.38.1) + parser (>= 3.3.1.0) rubocop-rails (2.0.1) rack (>= 1.1) rubocop (>= 0.70.0) @@ -310,7 +319,7 @@ GEM rubocop (>= 0.68.1) ruby-graphviz (1.2.5) rexml - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby-rc4 (0.1.5) ruby-vips (2.2.2) ffi (~> 1.12) @@ -380,7 +389,9 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unaccent (0.4.0) - unicode-display_width (1.6.1) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) warden (1.2.9) rack (>= 2.0.9) webrick (1.7.0) @@ -439,7 +450,7 @@ DEPENDENCIES redcarpet responders rspec-rails - rubocop (~> 0.70.0) + rubocop (~> 1.73.0) rubocop-rails rubocop-rspec ruby-graphviz