Use debug gem

This commit is contained in:
David Heinemeier Hansson
2023-01-10 13:17:28 +01:00
parent 6b098a1e2e
commit 5ca6f32ee7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,3 +2,5 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec gemspec
gem "debug"

View File

@@ -27,7 +27,6 @@ GEM
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.1.10) concurrent-ruby (1.1.10)
crass (1.0.6) crass (1.0.6)
erubi (1.12.0) erubi (1.12.0)
@@ -77,7 +76,6 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
byebug
mrsk! mrsk!
BUNDLED WITH BUNDLED WITH