From cde5f35afbd3819402cb4927a0d6e3287bebe120 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Wed, 28 Dec 2022 11:14:39 -0800 Subject: [PATCH] stay on debug 1.7.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1e3941f..2298397 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", platforms: %i[ mri mingw x64_mingw ] + gem "debug", "1.7.0", platforms: %i[ mri mingw x64_mingw ] gem "rspec-rails" gem "rubocop-rspec" end diff --git a/Gemfile.lock b/Gemfile.lock index f9f460e..4b8dcda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM connection_pool (2.3.0) crass (1.0.6) date (3.3.3) - debug (1.7.1) + debug (1.7.0) irb (>= 1.5.0) reline (>= 0.3.1) diff-lcs (1.5.0) @@ -281,7 +281,7 @@ DEPENDENCIES brakeman bundler-audit capybara - debug + debug (= 1.7.0) image_processing (~> 1.12) importmap-rails jbuilder