From c63ea2f115c8fb7b45a3f1af0512bb75e1cb269c Mon Sep 17 00:00:00 2001 From: Hamed Asghari Date: Sat, 9 Nov 2024 17:15:58 -0700 Subject: [PATCH] chore: Update outdated gems --- .tool-versions | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.tool-versions b/.tool-versions index 1dd1998..5aa8e0c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.3.5 +ruby 3.3.6 diff --git a/Gemfile.lock b/Gemfile.lock index 5484136..36c0a95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,10 +10,10 @@ GEM climate_control (1.2.0) diff-lcs (1.5.1) docile (1.4.1) - json (2.7.2) + json (2.8.1) language_server-protocol (3.17.0.3) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -24,7 +24,7 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -33,7 +33,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -43,9 +43,9 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.34.1) parser (>= 3.3.1.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -61,6 +61,7 @@ PLATFORMS x86_64-darwin-20 x86_64-darwin-21 x86_64-darwin-23 + x86_64-darwin-24 x86_64-linux DEPENDENCIES @@ -73,4 +74,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 2.5.21 + 2.5.23