Skip to content

Commit

Permalink
Update dependency acme-client to v2.0.19
Browse files Browse the repository at this point in the history
Changelog: changed
  • Loading branch information
GitLab Renovate Bot committed Sep 30, 2024
1 parent 477ee32 commit 97d75a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/templates/omnibus-gitlab-gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'ohai', '18.1.18'
# TODO: Include omnibus-ctl in the Gemfile
# Currently omnibus-ctl is installed via config/software since we build
# a custom version from the Git source for licensing reasons and for Ruby 3.2 fixes.
gem 'acme-client', '2.0.18'
gem 'acme-client', '2.0.19'
gem 'rainbow', '3.1.1'
gem 'gitlab-ruby-shadow', '2.5.1', require: 'shadow'
gem 'tomlib', '0.6.0'
Expand Down
5 changes: 3 additions & 2 deletions config/templates/omnibus-gitlab-gems/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ GEM
GEM
remote: https://rubygems.org/
specs:
acme-client (2.0.18)
acme-client (2.0.19)
base64 (~> 0.2.0)
faraday (>= 1.0, < 3.0.0)
faraday-retry (>= 1.0, < 3.0.0)
activesupport (7.0.8.4)
Expand Down Expand Up @@ -397,7 +398,7 @@ PLATFORMS
ruby

DEPENDENCIES
acme-client (= 2.0.18)
acme-client (= 2.0.19)
chef (= 18.3.0)!
chef-bin (= 18.3.0)!
chef-cli (= 5.6.14)!
Expand Down

0 comments on commit 97d75a5

Please sign in to comment.