Skip to content

Commit

Permalink
Replace pry-byebug with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Dec 4, 2024
1 parent 215e404 commit 763aba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "mocha", "~> 2.0"
gem "rake", "~> 13.0"

unless ENV["CI"]
gem "pry-byebug"
gem "debug"
gem "rubocop", "~> 1.66"
gem "rubocop-packaging", "~> 0.5"
gem "rubocop-performance", "~> 1.22"
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "gemdiff"

begin
require "pry-byebug"
require "debug"
rescue LoadError
# ok
end

0 comments on commit 763aba0

Please sign in to comment.