-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from chef/nikhil/CHEF-7157-update-ruby-chef-l…
…atest Updated verify pipeline and dependencies
- Loading branch information
Showing
7 changed files
with
22 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ Gem::Specification.new do |s| | |
s.email = "[email protected]" | ||
s.homepage = "https://www.chef.io" | ||
|
||
s.required_ruby_version = ">= 2.6" | ||
s.required_ruby_version = ">= 3.1" | ||
|
||
# We need a more recent version of mixlib-cli in order to support --no- options. | ||
# ... but, we can live with those options not working, if it means the plugin | ||
# can be included with apps that have restrictive Gemfile.locks. | ||
# s.add_dependency "mixlib-cli", ">= 1.2.2" | ||
s.add_dependency "sequel", "~> 5.9" | ||
s.add_dependency "pg" | ||
s.add_dependency "chef", ">= 11.8" | ||
s.add_dependency "chef", "~> 18.0" | ||
s.add_dependency "veil" | ||
s.add_dependency "knife-tidy" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters