diff --git a/Gemfile b/Gemfile index 3109587..79266c0 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,11 @@ gemspec group :development do gem "byebug", "~> 12.0" - gem "rake", "~> 13.3" + gem "rake", "~> 13.4" gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.84" + gem "rubocop", "~> 1.88" gem "rubocop-performance", "~> 1.26" gem "rubocop-rake", "~> 0.7" - gem "rubocop-rspec", "~> 3.9" + gem "rubocop-rspec", "~> 3.10" gem "simplecov", "~> 0.22", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index f25461f..64277d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,18 +10,18 @@ GEM byebug (12.0.0) diff-lcs (1.6.2) docile (1.4.1) - json (2.19.2) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - parallel (1.27.0) - parser (3.3.10.1) + parallel (2.1.0) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) racc (1.8.1) rainbow (3.1.1) - rake (13.3.1) - regexp_parser (2.11.3) + rake (13.4.2) + regexp_parser (2.12.0) rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -35,18 +35,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.84.0) + rubocop (1.88.0) 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) rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-performance (1.26.1) @@ -56,9 +56,10 @@ GEM rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.9.0) + rubocop-rspec (3.10.2) lint_roller (~> 1.1) - rubocop (~> 1.81) + regexp_parser (>= 2.0) + rubocop (~> 1.86, >= 1.86.2) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -76,12 +77,12 @@ PLATFORMS DEPENDENCIES awrence! byebug (~> 12.0) - rake (~> 13.3) + rake (~> 13.4) rspec (~> 3.13) - rubocop (~> 1.84) + rubocop (~> 1.88) rubocop-performance (~> 1.26) rubocop-rake (~> 0.7) - rubocop-rspec (~> 3.9) + rubocop-rspec (~> 3.10) simplecov (~> 0.22) BUNDLED WITH