summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-10-29 09:24:05 -0700
committertyler-ball <tyleraball@gmail.com>2014-12-17 18:47:24 -0800
commitdfa54f1756bc740a12759f742d426288b62f8304 (patch)
treed587484a064afbda99d252a35716fa75615dfa5b /chef.gemspec
parent3569079f9831b5e14e8e46b51840f3b6a069d9eb (diff)
downloadchef-dfa54f1756bc740a12759f742d426288b62f8304.tar.gz
First pass at DSL additions
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index f623f8bb82..0461872668 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
# rspec_junit_formatter 0.2.0 drops ruby 1.8.7 support
s.add_development_dependency "rspec_junit_formatter", "~> 0.2.0"
- %w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 3.0" }
+ %w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 3.1" }
s.bindir = "bin"
s.executables = %w( chef-client chef-solo knife chef-shell chef-apply )