Skip to content

Commit

Permalink
Merge pull request #4 from ashiqueps/source_code_update
Browse files Browse the repository at this point in the history
Updated the gem specifications
  • Loading branch information
vkarve-chef authored May 18, 2022
2 parents 4e0d658 + 0492524 commit 2fb5d7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion berkshelf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ Gem::Specification.new do |s|
s.name = "berkshelf"
s.require_paths = ["lib"]
s.version = Berkshelf::VERSION
s.required_ruby_version = ">= 2.4.0"
s.required_ruby_version = ">= 2.7.0"
s.required_rubygems_version = ">= 2.0.0"
s.metadata = {
"bug_tracker_uri" => "https://github.com/chef/berkshelf/issues",
"source_code_uri" => "https://github.com/chef/berkshelf",
"changelog_uri" => "https://github.com/chef/berkshelf/blob/main/CHANGELOG.md",
}

s.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
s.add_dependency "cleanroom", "~> 1.0"
Expand Down

0 comments on commit 2fb5d7c

Please sign in to comment.