From b3512b7841ff1f9fa3ce287fd2dc9b59fb61767c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:31:17 +0000 Subject: [PATCH] Bump debug from 1.6.2 to 1.9.2 Bumps [debug](https://github.com/ruby/debug) from 1.6.2 to 1.9.2. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.6.2...v1.9.2) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0de9705..e5001bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,9 +114,9 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - debug (1.6.2) - irb (>= 1.3.6) - reline (>= 0.3.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -152,9 +152,10 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) - io-console (0.5.11) - irb (1.4.1) - reline (>= 0.3.0) + io-console (0.7.2) + irb (1.13.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -229,6 +230,8 @@ GEM parser (3.3.1.0) ast (~> 2.4.1) racc + psych (5.1.2) + stringio public_suffix (5.0.5) puma (6.0.0) nio4r (~> 2.0) @@ -274,8 +277,10 @@ GEM rake (13.2.1) rash_alt (0.4.12) hashie (>= 3.4) + rdoc (6.7.0) + psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.3.1) + reline (0.5.8) io-console (~> 0.5) responders (3.0.1) actionpack (>= 5.0) @@ -361,6 +366,7 @@ GEM stackprof (0.2.26) stimulus-rails (1.1.0) railties (>= 6.0.0) + stringio (3.1.0) strscan (3.0.4) thor (1.3.1) timeout (0.3.0)