Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Add Pry for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobb committed Aug 1, 2019
1 parent 0be808f commit 1a602c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -9,8 +9,11 @@ gem 'sqlite3'
gem 'bootsnap', '>= 1.1.0', require: false

gem 'pronto'
gem 'pronto-bundler_audit', path: 'vendor/gems/pronto-bundler_audit-0.4.1'
gem 'pronto-bundler_audit' #, github: 'pdobb/pronto-bundler_audit', branch:

group :development do
gem "byebug"
gem "pry-byebug"
gem 'pry-rails'
gem 'listen', '>= 3.0.5', '< 3.2'
end
29 changes: 19 additions & 10 deletions Gemfile.lock
@@ -1,10 +1,3 @@
PATH
remote: vendor/gems/pronto-bundler_audit-0.4.1
specs:
pronto-bundler_audit (0.4.1)
bundler-audit (~> 0)
pronto (~> 0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -58,6 +51,8 @@ GEM
bundler-audit (0.6.1)
bundler (>= 1.2.0, < 3)
thor (~> 0.18)
byebug (11.0.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crass (1.0.4)
erubi (1.8.0)
Expand Down Expand Up @@ -108,6 +103,17 @@ GEM
rainbow (>= 2.2, < 4.0)
rugged (~> 0.24, >= 0.23.0)
thor (~> 0.20.0)
pronto-bundler_audit (0.4.0)
bundler-audit (~> 0)
pronto (~> 0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (3.1.1)
rack (2.0.7)
rack-test (1.1.0)
Expand Down Expand Up @@ -137,7 +143,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down Expand Up @@ -170,11 +176,14 @@ PLATFORMS

DEPENDENCIES
bootsnap (>= 1.1.0)
byebug
listen (>= 3.0.5, < 3.2)
pronto
pronto-bundler_audit!
pronto-bundler_audit
pry-byebug
pry-rails
rails (~> 5.2.3)
sqlite3

BUNDLED WITH
2.0.1
2.0.2

0 comments on commit 1a602c2

Please sign in to comment.