Skip to content

Commit

Permalink
Switch from pry to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
professor committed Feb 14, 2024
1 parent 5f76fb1 commit ea18876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ PLATFORMS

DEPENDENCIES
code_ownership!
debug
packwerk
pry
railties
rake
rspec (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion code_ownership.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'packs-specification'
spec.add_dependency 'sorbet-runtime', '>= 0.5.11249'

spec.add_development_dependency 'pry'
spec.add_development_dependency 'debug'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'sorbet'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'bundler/setup'
require 'pry'
require 'debug'
require 'packwerk'
require 'code_ownership'
require 'code_teams'
Expand Down

0 comments on commit ea18876

Please sign in to comment.