Skip to content

Commit

Permalink
replace byebug with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 12, 2024
1 parent 846d999 commit 84e28e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'

# gem 'yard'
gem 'byebug'
gem 'debug'
gem 'lp'
gem 'pretty_trace'
gem 'rspec'
gem 'rspec_approvals'
gem 'runfile-tasks', '>= 1.0.0.rc2'
gem 'runfile-tasks'
gem 'sample_import_gem', path: 'spec/fixtures/sample_import_gem'
gem 'simplecov'

Expand Down

0 comments on commit 84e28e9

Please sign in to comment.