Skip to content

Commit

Permalink
Remove pry-byebug in favor of debug
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Jan 31, 2023
1 parent 287572d commit 07b2408
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.bundle/
.byebug_history
.yardoc/
doc/
gemfiles/rails_6_0.gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ gemspec

gem "better_html"
gem "capybara"
gem "debug"
gem "mocha"
gem "net-http" # Ruby 2.7 stdlib's net/http loads net/protocol relatively, which loads both the stdlib and gem version
gem "net-smtp" # mail is missing a dependency on net-smtp https://github.com/mikel/mail/pull/1439
gem "pry-byebug"
gem "puma", "< 7.0"
if defined?(@rails_gem_requirement) && @rails_gem_requirement
# causes Dependabot to ignore the next line and update the next gem "rails"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ GEM
parser (>= 2.4)
smart_properties
builder (3.2.4)
byebug (11.1.3)
capybara (3.38.0)
addressable
matrix
Expand All @@ -97,15 +96,20 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.2.0)
crass (1.0.6)
date (3.3.3)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
erubi (1.12.0)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
job-iteration (1.3.6)
activejob (>= 5.2)
json (2.6.3)
Expand Down Expand Up @@ -149,12 +153,6 @@ GEM
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.0)
puma (6.0.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -191,6 +189,8 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.2)
reline (0.3.2)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.44.1)
json (~> 2.3)
Expand Down Expand Up @@ -256,11 +256,11 @@ PLATFORMS
DEPENDENCIES
better_html
capybara
debug
maintenance_tasks!
mocha
net-http
net-smtp
pry-byebug
puma (< 7.0)
rails
rubocop
Expand Down

0 comments on commit 07b2408

Please sign in to comment.