Skip to content

Commit

Permalink
Update dependency rack to v3.1.3
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] committed Jun 12, 2024
1 parent 012f2f2 commit 7ec74a9
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
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rake'
gem 'rack', '3.1.0'
gem 'rack', '3.1.3'
gem 'inspec', '~> 5'
gem 'rubocop', '~> 1.64.0'
gem 'highline', '~> 2.1.0'
Expand Down
2 changes: 1 addition & 1 deletion chef-windows/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rake'
gem 'rack', '3.1.0'
gem 'rack', '3.1.3'
gem 'inspec', '~> 5'
gem 'rubocop', '~> 1.64.0'
gem 'highline', '~> 2.1.0'
Expand Down

0 comments on commit 7ec74a9

Please sign in to comment.