Skip to content

Commit

Permalink
Change the chef dependency to development only
Browse files Browse the repository at this point in the history
The rubygem old ones are angry that our depepdencies are expressed
correctly, so stop doing so.

Signed-off-by: Thom May <thom@chef.io>
  • Loading branch information
Thom May committed Apr 11, 2017
1 parent dcd26aa commit 3e74525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef-vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ Gem::Specification.new do |s|
# /orgs/org/users/user/keys endpoint was added.
s.add_development_dependency "chef", "12.8.1"
else # Test most current version of Chef on 2.2.2
s.add_dependency :chef, "~> 12"
s.add_development_dependency :chef
end
end
2 changes: 1 addition & 1 deletion lib/chef-vault/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

class ChefVault
VERSION = "3.0.0"
VERSION = "3.0.1"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 3e74525

Please sign in to comment.