Skip to content

Commit

Permalink
Merge pull request #124 from chef/tm/rel_130
Browse files Browse the repository at this point in the history
Release Cheffish 13
  • Loading branch information
thommay authored Apr 3, 2017
2 parents 471744e + ca752a7 commit 9850138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if ENV["GEMFILE_MOD"]
instance_eval(ENV["GEMFILE_MOD"])
else
group :development do
gem "chef", git: "https://github.com/chef/chef" # until a version allowing chef-zero 5 is released
gem "chef", git: "https://github.com/chef/chef" # until 13 is released
gem "ohai", git: "https://github.com/chef/ohai" # until 13 is released
end
end
4 changes: 2 additions & 2 deletions cheffish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "http://github.com/chef/cheffish"

s.required_ruby_version = ">= 2.2.2"
s.required_ruby_version = ">= 2.3.3"

s.add_dependency "chef-zero", "~> 5.0"
s.add_dependency "chef-zero", "~> 13.0"
s.add_dependency "net-ssh"

s.bindir = "bin"
Expand Down
2 changes: 1 addition & 1 deletion lib/cheffish/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cheffish
VERSION = "5.0.1"
VERSION = "13.0.0"
end

0 comments on commit 9850138

Please sign in to comment.