Skip to content

Commit

Permalink
Merge pull request #5806 from chef/rack
Browse files Browse the repository at this point in the history
Bump minimum required ruby version to 2.2.2
  • Loading branch information
lamont-granquist committed Feb 14, 2017
2 parents f429544 + 71efae0 commit b41a6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef.gemspec
Expand Up @@ -11,9 +11,9 @@ Gem::Specification.new do |s|
s.license = "Apache-2.0"
s.author = "Adam Jacob"
s.email = "adam@chef.io"
s.homepage = "http://www.chef.io"
s.homepage = "https://www.chef.io"

s.required_ruby_version = ">= 2.2.0"
s.required_ruby_version = ">= 2.2.2"

s.add_dependency "chef-config", "= #{Chef::VERSION}"

Expand Down

0 comments on commit b41a6ae

Please sign in to comment.