summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-11-10 13:20:07 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-11-10 13:20:07 -0800
commit8b95d17a64334b70c62be60535461bd285b1a8a9 (patch)
tree4f34c7e12ae879a7e069c3da7a2773670418c76c
parentc29b0515b8e61b0e972262897a77476f275b5cc6 (diff)
downloadmixlib-authentication-8b95d17a64334b70c62be60535461bd285b1a8a9.tar.gz
Add rake to gemspec
-rw-r--r--Gemfile2
-rw-r--r--mixlib-authentication.gemspec1
2 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 0084166..3be9c3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,2 @@
source "https://rubygems.org"
gemspec
-
-gem 'rake'
diff --git a/mixlib-authentication.gemspec b/mixlib-authentication.gemspec
index 1be03a0..8e7613b 100644
--- a/mixlib-authentication.gemspec
+++ b/mixlib-authentication.gemspec
@@ -21,4 +21,5 @@ Gem::Specification.new do |s|
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" }
+ s.add_development_dependency "rake", "~> 10.4"
end