From b540b37e33c492f8530d9b1b8cd59aed2b8d2250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 23:04:22 +0000 Subject: [PATCH] Bump activeagent from 0.4.3 to 0.6.0 Bumps [activeagent](https://github.com/activeagents/activeagent) from 0.4.3 to 0.6.0. - [Release notes](https://github.com/activeagents/activeagent/releases) - [Changelog](https://github.com/activeagents/activeagent/blob/main/CHANGELOG.md) - [Commits](https://github.com/activeagents/activeagent/compare/v0.4.3...v0.6.0) --- updated-dependencies: - dependency-name: activeagent dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f3c8cf..19951cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,13 +44,12 @@ GEM erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activeagent (0.4.3) - actionpack (>= 7.2, < 9.0) - actionview (>= 7.2, < 9.0) - activejob (>= 7.2, < 9.0) - activemodel (>= 7.2, < 9.0) - activesupport (>= 7.2, < 9.0) - rails (>= 7.2, < 9.0) + activeagent (0.6.0) + actionpack (>= 7.2, <= 9.0) + actionview (>= 7.2, <= 9.0) + activejob (>= 7.2, <= 9.0) + activemodel (>= 7.2, <= 9.0) + activesupport (>= 7.2, <= 9.0) activejob (8.0.2) activesupport (= 8.0.2) globalid (>= 0.3.6) @@ -386,7 +385,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.0) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0)