Skip to content

Commit

Permalink
Remove debug gem, it is included as dependency for binding_of_caller
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyli97 committed Jul 11, 2024
1 parent 3dfb6ea commit 1116a39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ group :development, :test do
gem "pry-remote"
# Add-on for command line to create a simple debugger.
gem "pry-nav"
# Debugger which supports rdbg and Shopify Ruby LSP VSCode extension
gem "debug", ">= 1.0.0"
# RSpec behavioral testing framework for Rails.
gem "rspec-rails", "~> 6.1.3"
# Static analysis / linter.
Expand Down
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ GEM
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
Expand Down Expand Up @@ -714,7 +711,6 @@ DEPENDENCIES
coverband
cuprite
database_cleaner-active_record (~> 2.1)
debug (>= 1.0.0)
delayed_job_active_record
delayed_job_web
devise (>= 4.7.1)
Expand Down Expand Up @@ -785,4 +781,4 @@ DEPENDENCIES
webmock (~> 3.23)

BUNDLED WITH
2.5.14
2.5.15

0 comments on commit 1116a39

Please sign in to comment.