From e31c7b55b28327cc6ec97a086e22ed5ee420170a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:35:29 +0000 Subject: [PATCH] Bump securerandom from 0.3.2 to 0.4.0 Bumps [securerandom](https://github.com/ruby/securerandom) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/ruby/securerandom/releases) - [Commits](https://github.com/ruby/securerandom/compare/v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: securerandom dependency-type: indirect 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 c49c6b8..79bcfaf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM ffi (~> 1.0) rbs (3.6.1) logger - securerandom (0.3.2) + securerandom (0.4.0) steep (1.8.3) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10)