Skip to content

Commit

Permalink
add debugger pry (fs#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisZackharov authored Oct 3, 2023
1 parent 5d84ec4 commit 0642c1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "webpacker", "~> 5.0"
gem "turbolinks", "~> 5"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.7"
gem "pry"
# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"
# Use Active Model has_secure_password
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
Expand Down Expand Up @@ -128,6 +129,9 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
puma (5.6.7)
nio4r (~> 2.0)
Expand Down Expand Up @@ -269,6 +273,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
listen (~> 3.3)
pg (~> 1.1)
pry
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.7)
Expand Down

0 comments on commit 0642c1c

Please sign in to comment.