Skip to content

Commit

Permalink
Update dependency highline to v3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 99381f9 commit 97eb778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef-linux/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'
gem 'rack', '3.0.9.1'
gem 'inspec', '~> 5'
gem 'rubocop', '~> 1.62.0'
gem 'highline', '~> 2.1.0'
gem 'highline', '~> 3.0.0'

group :integration do
gem 'berkshelf'
Expand Down
2 changes: 1 addition & 1 deletion chef-windows/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'
gem 'rack', '3.0.9.1'
gem 'inspec', '~> 5'
gem 'rubocop', '~> 1.62.0'
gem 'highline', '~> 2.1.0'
gem 'highline', '~> 3.0.0'

group :integration do
gem 'berkshelf'
Expand Down

0 comments on commit 97eb778

Please sign in to comment.