From 0476c7e0d19873ac5bd4deeadd5b98569603d032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:10:29 +0000 Subject: [PATCH] Bump builder from 3.2.4 to 3.3.0 Bumps [builder](https://github.com/rails/builder) from 3.2.4 to 3.3.0. - [Changelog](https://github.com/rails/builder/blob/master/CHANGES) - [Commits](https://github.com/rails/builder/compare/v3.2.4...v3.3.0) --- updated-dependencies: - dependency-name: builder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 031e720..7a1a3cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM rack (>= 1.0.0, < 4.0.0) rackup (~> 2.1) base64 (0.2.0) - builder (3.2.4) + builder (3.3.0) coderay (1.1.3) colored (1.2) concurrent-ruby (1.2.3)