Skip to content

Commit

Permalink
Merge pull request #266 from chef/tm/3_0_1
Browse files Browse the repository at this point in the history
Change the chef dependency to development only
  • Loading branch information
thommay committed Apr 11, 2017
2 parents dcd26aa + 3e74525 commit 99f4079
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 99f4079

Please sign in to comment.