Skip to content

Commit

Permalink
Add pry dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Feb 21, 2017
1 parent bc16e4b commit f29e397
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GEM
addressable (2.4.0)
ast (2.3.0)
builder (3.2.2)
byebug (9.0.6)
coderay (1.1.1)
coveralls (0.8.14)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -36,6 +37,12 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
pry-doc (0.10.0)
pry (~> 0.9)
yard (~> 0.9)
rainbow (2.1.0)
rake (11.2.2)
redcarpet (3.3.4)
Expand Down Expand Up @@ -93,6 +100,8 @@ DEPENDENCIES
gemcutter (~> 0.7.1, >= 0.7.1)
multi_json (~> 1.12.1, >= 1.12.1)
pry (~> 0.10.4, >= 0.10.4)
pry-byebug (~> 3.4.2, >= 3.4.2)
pry-doc
rake (~> 11.2.2, >= 11.2.2)
redcarpet (~> 3.3.4, >= 3.3.4)
rspec (~> 3.5.0, >= 3.5.0)
Expand All @@ -105,4 +114,4 @@ DEPENDENCIES
yard (~> 0.9.5, >= 0.9.5)

BUNDLED WITH
1.13.0
1.14.3
2 changes: 2 additions & 0 deletions circleci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'gemcutter', '~> 0.7.1', '>= 0.7.1'
s.add_development_dependency 'multi_json', '~> 1.12.1', '>= 1.12.1'
s.add_development_dependency 'pry', '~> 0.10.4', '>= 0.10.4'
s.add_development_dependency 'pry-byebug', '~> 3.4.2', '>= 3.4.2'
s.add_development_dependency 'pry-doc', '~> 0.10.0', '>= 0.10.0'
s.add_development_dependency 'rake', '~> 11.2.2', '>= 11.2.2'
s.add_development_dependency 'redcarpet', '~> 3.3.4', '>= 3.3.4'
s.add_development_dependency 'rspec', '~> 3.5.0', '>= 3.5.0'
Expand Down

0 comments on commit f29e397

Please sign in to comment.