From 3dea08b8e85ad58de8559c3506306274a1f9e81a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:55:00 +0000 Subject: [PATCH] Update dependency debug to v1.7.2 --- Gemfile | 2 +- Gemfile.lock | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a2f1ac5..fb566ae 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ gem "rubocop-rails" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem - gem "debug", "1.7.1", platforms: %i[ mri mingw x64_mingw ] + gem "debug", "1.7.2", platforms: %i[ mri mingw x64_mingw ] gem "rspec-rails" gem "rubocop-rspec" end diff --git a/Gemfile.lock b/Gemfile.lock index 9176f9f..0f5b366 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,9 @@ GEM connection_pool (2.4.0) crass (1.0.6) date (3.3.3) - debug (1.7.1) + debug (1.7.2) + irb (>= 1.5.0) + reline (>= 0.3.1) diff-lcs (1.5.0) erubi (1.12.0) ffi (1.15.5) @@ -104,6 +106,9 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) + io-console (0.5.11) + irb (1.5.1) + reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -187,6 +192,8 @@ GEM redis-client (0.14.0) connection_pool regexp_parser (2.7.0) + reline (0.3.3) + io-console (~> 0.5) rexml (3.2.5) rspec-core (3.12.1) rspec-support (~> 3.12.0) @@ -282,7 +289,7 @@ DEPENDENCIES brakeman bundler-audit capybara - debug (= 1.7.1) + debug (= 1.7.2) image_processing (~> 1.12) importmap-rails jbuilder