Skip to content

Commit

Permalink
Replace pry with byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdudley1123 committed Jan 13, 2025
1 parent 39c5675 commit 7963165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/vendor/bundle/
.env
/tmp/
.byebug_history
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ group :test do
end

group :development, :test do
gem "pry"
gem "byebug"
end
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
bigdecimal (3.1.9)
breathe (0.3.6)
sawyer (>= 0.8.2, < 0.10.0)
coderay (1.1.3)
byebug (11.1.3)
concurrent-ruby (1.2.3)
diff-lcs (1.5.1)
dotenv (3.1.7)
Expand Down Expand Up @@ -58,7 +58,6 @@ GEM
lint_roller (1.1.0)
logger (1.6.5)
memo_wise (1.10.0)
method_source (1.1.0)
minitest (5.19.0)
multipart-post (2.3.0)
mutex_m (0.3.0)
Expand All @@ -69,9 +68,6 @@ GEM
productive (0.6.80)
json_api_client (>= 1.13.0, <= 1.21.0)
request_store (~> 1.3)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
racc (1.8.1)
rack (3.0.11)
Expand Down Expand Up @@ -144,12 +140,12 @@ DEPENDENCIES
benchmark
bigdecimal
breathe (= 0.3.6)
byebug
dotenv
logger
memo_wise
mutex_m
productive (= 0.6.80)
pry
rake
rollbar
rspec
Expand Down

0 comments on commit 7963165

Please sign in to comment.