Skip to content

Commit

Permalink
Add test deps back to the Gemfile
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 19, 2018
1 parent 986cdb3 commit cc3b3bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ branches:
only:
- master

bundler_args: --without docs development
bundler_args: --without docs

script: bundle exec rake
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ gemspec
group :development do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git"
gem "chef-zero"
end
gem "rake"
gem "rspec", "~> 3.4"
gem "aruba", "~> 0.6"
gem "simplecov", "~> 0.9"
gem "simplecov-console", "~> 0.2"
gem "chef"
end
7 changes: 0 additions & 7 deletions chef-vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,4 @@ Gem::Specification.new do |s|
s.executables = %w{ chef-vault }

s.required_ruby_version = ">= 2.2.0"

s.add_development_dependency "rake", "~> 12.0"
s.add_development_dependency "rspec", "~> 3.4"
s.add_development_dependency "aruba", "~> 0.6"
s.add_development_dependency "simplecov", "~> 0.9"
s.add_development_dependency "simplecov-console", "~> 0.2"
s.add_development_dependency "chef"
end

0 comments on commit cc3b3bd

Please sign in to comment.