Skip to content

Commit

Permalink
Add pry as development console
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Johnson committed Jan 15, 2017
1 parent 364ca8e commit e2d3440
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ gem 'jbuilder', '~> 2.5'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'byebug', platform: :mri
gem 'pry-rails'
end

group :development do
Expand Down
10 changes: 9 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ GEM
mime-types (>= 1.16)
mimemagic (>= 0.3.0)
clipboard-rails (1.5.16)
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
Expand Down Expand Up @@ -420,6 +421,12 @@ GEM
os (0.9.6)
posix-spawn (0.3.13)
power_converter (0.1.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
public_suffix (2.0.5)
puma (3.6.2)
qa (0.11.0)
Expand Down Expand Up @@ -545,7 +552,7 @@ GEM
httmultiparty
httparty (>= 0.11.0)
oauth2 (>= 0.9.2)
slop (4.4.1)
slop (3.6.0)
solr_wrapper (0.19.0)
faraday
ruby-progressbar
Expand Down Expand Up @@ -625,6 +632,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
pry-rails
puma (~> 3.0)
rails (~> 5.0.1)
rsolr (~> 1.0)
Expand Down

0 comments on commit e2d3440

Please sign in to comment.