stay on debug 1.7.0

This commit is contained in:
Ryan W
2022-12-28 11:14:39 -08:00
parent a4c8ecc286
commit cde5f35afb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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