Skip to content

Commit

Permalink
fix(deps): bump rexml from 3.2.6 to 3.2.8 in /infra/build/developer-t…
Browse files Browse the repository at this point in the history
…ools/build/data (#2361)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
dependabot[bot] and apeabody authored May 20, 2024
1 parent ac88316 commit 2d35150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ OPA_VERSION := 0.52.0
# Updated by Update Tooling Workflow
GCRANE_VERSION := 0.19.1

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.20.7
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.20.8
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')

Expand Down
4 changes: 3 additions & 1 deletion infra/build/developer-tools/build/data/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand Down Expand Up @@ -567,6 +568,7 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
strscan (3.1.0)
test-kitchen (3.5.0)
bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35)
Expand Down

0 comments on commit 2d35150

Please sign in to comment.