From 7de18b24cc1748e4080842e092cba567caa69972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:30:43 +0000 Subject: [PATCH] core(dev-deps): bump the dev-deps group across 1 directory with 3 updates Bumps the dev-deps group with 3 updates in the / directory: [rspec-its](https://github.com/rspec/rspec-its), [standard](https://github.com/standardrb/standard) and [pry](https://github.com/pry/pry). Updates `rspec-its` from 1.3.1 to 2.0.0 - [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-its/compare/v1.3.1...v2.0.0) Updates `standard` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.41.1...v1.43.0) Updates `pry` from 0.14.2 to 0.15.0 - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](https://github.com/pry/pry/compare/v0.14.2...v0.15.0) --- updated-dependencies: - dependency-name: rspec-its dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: pry dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e25c7667..f53287c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,8 +127,8 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) jar-dependencies (0.4.1) - json (2.7.3) - json (2.7.3-java) + json (2.9.0) + json (2.9.0-java) language_server-protocol (3.17.0.3) lint_roller (1.1.0) listen (3.9.0) @@ -149,13 +149,13 @@ GEM sawyer (~> 0.9) ostruct (0.6.0) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) - pry (0.14.2-java) + pry (0.15.0-java) coderay (~> 1.1) method_source (~> 1.0) spoon (~> 0.0) @@ -178,7 +178,7 @@ GEM ffi (~> 1) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -189,26 +189,26 @@ GEM rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-its (1.3.1) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) + rspec-its (2.0.0) + rspec-core (>= 3.13.0) + rspec-expectations (>= 3.13.0) rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) - rubocop (1.66.1) + rspec-support (3.13.2) + rubocop (1.69.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) @@ -232,24 +232,26 @@ GEM simplecov_json_formatter (0.1.4) spoon (0.0.6) ffi - standard (1.41.1) + standard (1.43.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.66.0) + rubocop (~> 1.69.1) standard-custom (~> 1.0.0) - standard-performance (~> 1.5) + standard-performance (~> 1.6) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.5.0) + standard-performance (1.6.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.22.0) + rubocop-performance (~> 1.23.0) stringio (3.1.1) thor (1.3.2) tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) vcr (6.3.1) base64 webmock (3.24.0)