From 747972d5bb6c90ceb73228bfc0a062a14a191694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:53:14 +0000 Subject: [PATCH] Bump debug from 1.8.0 to 1.9.0 Bumps [debug](https://github.com/ruby/debug) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b3e7f171a8..d2df786a0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,9 +195,9 @@ GEM database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) date (3.3.3) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) + debug (1.9.0) + irb (~> 1.10) + reline (>= 0.3.8) declarative (0.0.20) deep_merge (1.2.2) diff-lcs (1.5.0) @@ -358,8 +358,9 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) - irb (1.6.4) - reline (>= 0.3.0) + irb (1.10.1) + rdoc + reline (>= 0.3.8) jsbundling-rails (1.2.1) railties (>= 6.0.0) json (2.6.3) @@ -481,6 +482,8 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) + psych (5.1.1.1) + stringio public_suffix (5.0.4) puma (6.4.0) nio4r (~> 2.0) @@ -553,10 +556,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rdoc (6.6.1) + psych (>= 4.0.0) redcarpet (3.6.0) redis (4.8.1) regexp_parser (2.8.2) - reline (0.3.4) + reline (0.4.1) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -698,6 +703,7 @@ GEM stateful_enum (0.7.0) store_model (2.1.2) activerecord (>= 5.2) + stringio (3.1.0) strong_migrations (1.6.4) activerecord (>= 5.2) swd (1.3.0)