diff --git a/Gemfile b/Gemfile index 4fd4874..39ea0ae 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'sinatra-contrib', '~> 4.1' group :development do gem 'overcommit', '~> 0.69.0' - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.86.1' gem 'rubocop-rspec', '~> 3.9' end diff --git a/Gemfile.lock b/Gemfile.lock index ef698be..b157b25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM hashdiff (1.2.1) iniparse (1.5.0) io-console (0.8.2) - json (2.19.2) + json (2.19.3) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -34,8 +34,8 @@ GEM childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (>= 3.3.9) - parallel (1.27.0) - parser (3.3.10.2) + parallel (2.0.0) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) @@ -58,7 +58,7 @@ GEM rack-test (2.2.0) rack (>= 1.3) rainbow (3.1.1) - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) @@ -77,11 +77,11 @@ GEM rspec-support (3.13.6) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.86.0) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -140,7 +140,7 @@ DEPENDENCIES rack-test (~> 2.2) rspec (~> 3.13) rspec_junit_formatter - rubocop (~> 1.86.0) + rubocop (~> 1.86.1) rubocop-rspec (~> 3.9) ruby-saml (~> 1.18) simplecov (~> 0.22.0)