Skip to content

Commit

Permalink
Updated the gem specifications
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed May 12, 2022
1 parent 4e0d658 commit 7d9f3c7
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 7d9f3c7

Please sign in to comment.