summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-06-08 08:27:54 +0100
committerThom May <thom@may.lt>2016-06-08 08:27:54 +0100
commitaf8650c43d5e593648afc88f8239c2b26875c0e9 (patch)
tree24b84e5696d65cc7dd081442dce540fe84c7e1e0
parent305461db2e5d9860de9c8e4f2b09c7414a78dd41 (diff)
parente2e4432b9cf20df74e17799f415b9f47265ce936 (diff)
downloadmixlib-authentication-af8650c43d5e593648afc88f8239c2b26875c0e9.tar.gz
Merge pull request #18 from glensc/patch-1
Update mixlib-authentication.gemspec
-rw-r--r--mixlib-authentication.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index ebb48f3..d39b286 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.files = %w(LICENSE README.md Gemfile Rakefile NOTICE) + Dir.glob("*.gemspec") +
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
- %w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_dependency gem, "~> 3.2" }
+ %w(rspec-core rspec-expectations rspec-mocks).each { |gem| s.add_development_dependency gem, "~> 3.2" }
s.add_development_dependency "rake", "~> 10.4"
end