From 113e1b1e579c2197ed42a341b6baee8b9fc2c510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:25:53 +0000 Subject: [PATCH] Bump the bundler group with 4 updates Bumps the bundler group with 4 updates: [rake](https://github.com/ruby/rake), [psych](https://github.com/ruby/psych), [rspec](https://github.com/rspec/rspec) and [debug](https://github.com/ruby/debug). Updates `rake` from 13.2.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.2.1...v13.4.2) Updates `psych` from 5.1.2 to 5.4.0 - [Release notes](https://github.com/ruby/psych/releases) - [Commits](https://github.com/ruby/psych/compare/v5.1.2...v5.4.0) Updates `rspec` from 3.13.0 to 3.13.2 - [Commits](https://github.com/rspec/rspec/compare/rspec-metagem-v3.13.0...rspec-v3.13.2) Updates `debug` from 1.9.2 to 1.11.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.9.2...v1.11.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: psych dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: debug dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 5bfbb1e..0550093 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ source "https://rubygems.org" # Specify your gem's dependencies in code_manifest.gemspec gemspec -gem "rake", "~> 13.0" +gem "rake", "~> 13.4" diff --git a/Gemfile.lock b/Gemfile.lock index deae245..ffbc483 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,35 +7,47 @@ PATH GEM remote: https://rubygems.org/ specs: - debug (1.9.2) + date (3.5.1) + debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - diff-lcs (1.5.1) - io-console (0.7.2) - irb (1.14.0) + diff-lcs (1.6.2) + erb (6.0.4) + io-console (0.8.2) + irb (1.18.0) + pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - psych (5.1.2) + pp (0.6.4) + prettyprint + prettyprint (0.2.0) + prism (1.9.0) + psych (5.4.0) + date stringio - rake (13.2.1) - rdoc (6.7.0) + rake (13.4.2) + rdoc (7.2.0) + erb psych (>= 4.0.0) - reline (0.5.10) + tsort + reline (0.6.3) io-console (~> 0.5) - rspec (3.13.0) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.1) + rspec-core (3.13.6) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.1) - stringio (3.1.1) + rspec-support (3.13.7) + stringio (3.2.0) + tsort (0.2.0) PLATFORMS arm64-darwin-21 @@ -46,7 +58,7 @@ PLATFORMS DEPENDENCIES code_manifest! debug - rake (~> 13.0) + rake (~> 13.4) rspec BUNDLED WITH