diff --git a/Gemfile b/Gemfile index 7c79282..41aad95 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,11 @@ gemspec group :development do gem "byebug", "~> 12.0" - gem "rake", "~> 13.2" + gem "rake", "~> 13.3" gem "rspec", "~> 3.13" - gem "rubocop", "~> 1.80" - gem "rubocop-performance", "~> 1.25" + gem "rubocop", "~> 1.81" + gem "rubocop-performance", "~> 1.26" gem "rubocop-rake", "~> 0.7" - gem "rubocop-rspec", "~> 3.6" + gem "rubocop-rspec", "~> 3.7" gem "simplecov", "~> 0.22", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index cb7cf6f..629e69e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,32 +10,32 @@ GEM byebug (12.0.0) diff-lcs (1.6.2) docile (1.4.1) - json (2.13.2) + json (2.15.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc - prism (1.4.0) + prism (1.6.0) racc (1.8.1) rainbow (3.1.1) - rake (13.3.0) - regexp_parser (2.11.2) - rspec (3.13.1) + rake (13.3.1) + regexp_parser (2.11.3) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.5) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.5) - rubocop (1.80.0) + rspec-support (3.13.6) + rubocop (1.81.6) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,20 +43,20 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-performance (1.25.0) + rubocop-performance (1.26.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.6.0) + rubocop-rspec (3.7.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) ruby-progressbar (1.13.0) @@ -66,9 +66,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - unicode-display_width (3.1.5) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) PLATFORMS ruby @@ -76,12 +76,12 @@ PLATFORMS DEPENDENCIES awrence! byebug (~> 12.0) - rake (~> 13.2) + rake (~> 13.3) rspec (~> 3.13) - rubocop (~> 1.80) - rubocop-performance (~> 1.25) + rubocop (~> 1.81) + rubocop-performance (~> 1.26) rubocop-rake (~> 0.7) - rubocop-rspec (~> 3.6) + rubocop-rspec (~> 3.7) simplecov (~> 0.22) BUNDLED WITH