Skip to content

Commit

Permalink
Add pry as a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Oct 18, 2013
1 parent c626e96 commit 7b24e8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Gem::Specification.new do |s|

s.add_dependency "chef-zero", "~> 1.6", ">= 1.6.2"
s.add_dependency "puma", "~> 1.6"


s.add_dependency "pry", "~> 0.9"

%w(rdoc sdoc rake rack rspec_junit_formatter).each { |gem| s.add_development_dependency gem }
%w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 2.13.0" }

Expand Down

0 comments on commit 7b24e8d

Please sign in to comment.