Skip to content

Commit

Permalink
Try chef dependency instead
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Feb 28, 2024
1 parent 16d83e4 commit ede7927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ jobs:
ruby-version: '3.1'
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR

- run: |
# relative path in instance_eval has issues without chef as an explicit dependency
bundle exec gem install chef
bundle exec rake style
- run: bundle exec rake style
1 change: 1 addition & 0 deletions cheffish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 3.0"

s.add_dependency "chef", ">= 17.0"
s.add_dependency "chef-zero", ">= 14.0"
s.add_dependency "chef-utils", ">= 17.0"
s.add_dependency "net-ssh"
Expand Down

0 comments on commit ede7927

Please sign in to comment.