From 9d4c67a1e1bce2e73e487a6725a1646ac8f28c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:44:39 +0000 Subject: [PATCH] Bump activesupport from 8.0.0.1 to 8.0.1 in /steep Bumps [activesupport](https://github.com/rails/rails) from 8.0.0.1 to 8.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.0.0.1...v8.0.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- steep/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steep/Gemfile.lock b/steep/Gemfile.lock index 3bf32797e..4f18013d8 100644 --- a/steep/Gemfile.lock +++ b/steep/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.0.1) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal @@ -43,7 +43,7 @@ GEM ffi (~> 1.0) rbs (3.7.0) logger - securerandom (0.4.0) + securerandom (0.4.1) steep (1.9.1) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10)