Skip to content

Commit

Permalink
adding pry gem for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedl committed Mar 17, 2016
1 parent 510ab36 commit 8573058
Show file tree
Hide file tree
Showing 2 changed files with 9 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 'foundation_rails_helper'

# to use debugger
gem 'byebug', group: [:development, :test]
gem 'pry', group: [:development, :test]

group :development do
# Spring application pre-loader
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ GEM
activesupport (>= 3.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
Expand Down Expand Up @@ -130,6 +131,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99.1)
mimemagic (0.3.0)
mini_portile2 (2.0.0)
Expand Down Expand Up @@ -166,6 +168,10 @@ GEM
mime-types
mimemagic (= 0.3.0)
pg (0.18.4)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -216,6 +222,7 @@ GEM
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
spring (1.6.4)
sprockets (2.12.4)
hike (~> 1.2)
Expand Down Expand Up @@ -270,6 +277,7 @@ DEPENDENCIES
omniauth-google-oauth2
paperclip
pg
pry
rails (~> 4.2.0)
rails-i18n
rake
Expand Down

0 comments on commit 8573058

Please sign in to comment.