Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Add pry remote back
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Nov 19, 2016
1 parent d9e5104 commit f32cadd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -52,6 +52,7 @@ group :development, :test do
#gem 'sunspot_matchers'
gem 'spring'
gem 'pry'
gem 'pry-remote'
gem 'byebug' # Debugger
gem 'factory_girl_rails' # Mocking out objects
gem 'ruby-debug-passenger'
Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Expand Up @@ -272,6 +272,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
rack (1.6.4)
rack-protection (1.5.3)
rack
Expand Down Expand Up @@ -411,6 +414,7 @@ DEPENDENCIES
pg
progress_bar
pry
pry-remote
rails (~> 4.2.0)
rake
rdiscount (~> 2.1.6)
Expand All @@ -426,4 +430,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.12.5
1.13.6

0 comments on commit f32cadd

Please sign in to comment.