Skip to content

Commit

Permalink
Install pry for debugging specs
Browse files Browse the repository at this point in the history
  • Loading branch information
hjhart committed Dec 1, 2016
1 parent b866429 commit 686fb2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'virtus'
gem 'monetize'

group :test do
group :test, :development do
gem 'rspec'
gem 'pry'
end
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
coderay (1.1.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
descendants_tracker (0.0.4)
Expand All @@ -13,10 +14,15 @@ GEM
equalizer (0.0.9)
i18n (0.7.0)
ice_nine (0.11.1)
method_source (0.8.2)
monetize (1.1.0)
money (~> 6.5.0)
money (6.5.1)
i18n (>= 0.6.4, <= 0.7.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
Expand All @@ -30,6 +36,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
slop (3.6.0)
thread_safe (0.3.5)
virtus (1.0.4)
axiom-types (~> 0.1)
Expand All @@ -42,6 +49,7 @@ PLATFORMS

DEPENDENCIES
monetize
pry
rspec
virtus

Expand Down

0 comments on commit 686fb2e

Please sign in to comment.