Skip to content

Commit

Permalink
Use Rake 11
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 22, 2016
1 parent e55c93a commit 0bf481e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chef-vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,18 @@ Gem::Specification.new do |s|
s.summary = "Data encryption support for Chef using data bags"
s.description = s.summary
s.homepage = "https://github.com/chef/chef-vault"

s.license = "Apache License, v2.0"

s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]
s.bindir = "bin"
s.executables = %w{ chef-vault }

s.add_development_dependency "rake", "~> 10.4"
s.add_development_dependency "rake", "~> 11.0"
s.add_development_dependency "rspec", "~> 3.2"
s.add_development_dependency "aruba", "~> 0.6"
s.add_development_dependency "simplecov", "~> 0.9"
s.add_development_dependency "simplecov-console", "~> 0.2"
if ENV.key?("TRAVIS_BUILD") && RUBY_VERSION == "2.1.6"
if ENV.key?("TRAVIS_BUILD") && RUBY_VERSION == "2.1.9"
# Test version of Chef with Chef Zero before
# /orgs/org/users/user/keys endpoint was added.
s.add_development_dependency "chef", "12.8.1"
Expand Down

0 comments on commit 0bf481e

Please sign in to comment.