From ec23aec27a2b001e517a57cd953aca6fd2991e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 05:59:45 +0000 Subject: [PATCH] Bump debug from 1.7.2 to 1.8.0 Bumps [debug](https://github.com/ruby/debug) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d56fc8a..cf19110 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.2", platforms: %i[ mri mingw x64_mingw ] + gem "debug", "1.8.0", platforms: %i[ mri mingw x64_mingw ] gem "rspec-rails" gem "rubocop-rspec" end diff --git a/Gemfile.lock b/Gemfile.lock index 0754b31..796036b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM connection_pool (2.4.0) crass (1.0.6) date (3.3.3) - debug (1.7.2) + debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) diff-lcs (1.5.0) @@ -292,7 +292,7 @@ DEPENDENCIES brakeman bundler-audit capybara - debug (= 1.7.2) + debug (= 1.8.0) image_processing (~> 1.12) importmap-rails jbuilder