Skip to content

Commit

Permalink
Merge pull request #47 from chef/nikhil/CHEF-4376-update-chef-dependency
Browse files Browse the repository at this point in the history
Updated ruby dependency
  • Loading branch information
nikhil2611 committed Oct 10, 2023
2 parents 4d0614d + e8d454e commit c82642b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
---
steps:
- label: run-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh
expeditor:
executor:
docker:
image: ruby:2.6

- label: run-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh
Expand Down
2 changes: 1 addition & 1 deletion cookbook-omnifetch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/chef/cookbook-omnifetch"
spec.license = "Apache-2.0"

spec.required_ruby_version = ">= 2.5"
spec.required_ruby_version = ">= 2.7"

spec.files = `git ls-files -z`.split("\x0").grep(/LICENSE|^lib/)
spec.require_paths = ["lib"]
Expand Down

0 comments on commit c82642b

Please sign in to comment.