From 7e1044bcdfa722d0fe9a10991e15bac18cd9fca5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:48:59 +0000 Subject: [PATCH] chore(deps): update dependency debug to ">= 1.10.0" --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a5c4a7d..f379557 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem "logstash-logger", ">= 0.26.1" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem - gem "debug", ">= 1.9.2", platforms: %i[ mri mingw x64_mingw ] + gem "debug", ">= 1.10.0", platforms: %i[ mri mingw x64_mingw ] end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 9d3cf05..bcdd129 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM connection_pool (2.4.1) crass (1.0.6) date (3.4.0) - debug (1.9.2) + debug (1.10.0) irb (~> 1.10) reline (>= 0.3.8) drb (2.2.1) @@ -107,8 +107,8 @@ GEM actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) - io-console (0.7.2) - irb (1.14.1) + io-console (0.8.0) + irb (1.14.3) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.13.0) @@ -144,7 +144,8 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) pg (1.5.9) - psych (5.2.0) + psych (5.2.2) + date stringio public_suffix (6.0.1) puma (6.5.0) @@ -187,10 +188,10 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.2.1) - rdoc (6.7.0) + rdoc (6.10.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.6.0) io-console (~> 0.5) rexml (3.3.9) rubyzip (2.3.2) @@ -246,7 +247,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.18.4) capybara (>= 3.40.0) - debug (>= 1.9.2) + debug (>= 1.10.0) importmap-rails (>= 2.0.3) jbuilder (>= 2.13) logstash-logger (>= 0.26.1)