diff --git a/Gemfile b/Gemfile index 94c150bd..8b850572 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ end group :development, :test, :optional => true do gem 'byebug' - gem 'rubocop', '~> 1.78' + gem 'rubocop', '~> 1.80' end group :test, :optional => true do diff --git a/Gemfile.lock b/Gemfile.lock index 980915f8..e10ec0eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (8.0.0) railties (>= 3.2.16) - json (2.12.2) + json (2.13.2) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -236,7 +236,7 @@ GEM observer (0.1.2) ostruct (0.6.2) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -310,7 +310,7 @@ GEM rdoc (6.14.1) erb psych (>= 4.0.0) - regexp_parser (2.10.0) + regexp_parser (2.11.2) reline (0.6.1) io-console (~> 0.5) reverse_markdown (3.0.0) @@ -320,7 +320,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rubocop (1.78.0) + rubocop (1.80.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -328,10 +328,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.45.1, < 2.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.45.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) ruby-progressbar (1.13.0) @@ -401,7 +401,7 @@ GEM rails (>= 3.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.4) + unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uniform_notifier (1.17.0) @@ -453,7 +453,7 @@ DEPENDENCIES rails_autolink rexml rspec-expectations - rubocop (~> 1.78) + rubocop (~> 1.80) sanitize (~> 7.0) simplecov solargraph