Skip to content

Commit

Permalink
debug replaces byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman authored and mctofu committed Oct 7, 2022
1 parent 2b7808f commit 925c43d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "sentry-raven", "~> 3.1"
gem "terminal-table", "~> 3.0.2"

group :test do
gem "byebug", "~> 11.1"
gem "debug", "~> 1.0.0"
gem "rspec", "~> 3.11"
gem "rubocop", "~> 1.36.0"
gem "rubocop-performance", "~> 1.15.0"
Expand Down
1 change: 0 additions & 1 deletion updater/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "byebug"
require "dependabot/logger"
require "dependabot/python"
require "dependabot/terraform"
Expand Down

0 comments on commit 925c43d

Please sign in to comment.