From 3b33301a9bb82b914486e71d8c7c8dbf5d65fe46 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 8 Aug 2024 20:34:28 -0400 Subject: [PATCH] Update Ruby semver-compatible dependencies --- integration-tests/Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/integration-tests/Gemfile.lock b/integration-tests/Gemfile.lock index bfe5236..2a683e9 100644 --- a/integration-tests/Gemfile.lock +++ b/integration-tests/Gemfile.lock @@ -32,8 +32,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.1) + parser (3.3.4.2) ast (~> 2.4.1) racc public_suffix (6.0.1) @@ -43,7 +43,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) regexp_parser (2.9.2) - rexml (3.3.2) + rexml (3.3.4) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -58,7 +58,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -69,11 +69,11 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-rspec (3.0.3) + rubocop-rspec (3.0.4) rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2)