Skip to content

Commit 8d19b72

Browse files
chore(deps): lock file maintenance (#3622)
* chore(deps): lock file maintenance * 🤖🦾🛠️ go mod tidy & make package-specs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0334789 commit 8d19b72

File tree

5 files changed

+115
-96
lines changed

5 files changed

+115
-96
lines changed

ci/terragrunt/app-autoscaler/github-arc-team-wg-ci/.terraform.lock.hcl

+106-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/terragrunt/flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/packages/uaac/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
logger (~> 1.6)
4545
logger (1.6.6)
4646
mutex_m (0.3.0)
47-
public_suffix (5.1.1)
47+
public_suffix (6.0.1)
4848
rack (3.1.11)
4949
reline (0.6.0)
5050
io-console (~> 0.5)

nix/packages/uaac/gemset.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
platforms = [];
184184
source = {
185185
remotes = ["https://rubygems.org"];
186-
sha256 = "1vb6f3v8q9m67xmbdl4vbmxis53a7igci4blg561jdfp613cf3i5";
186+
sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31";
187187
type = "gem";
188188
};
189-
version = "5.1.1";
189+
version = "6.0.1";
190190
};
191191
rack = {
192192
groups = ["default"];

0 commit comments

Comments
 (0)