From ee75628402a51d6122b2e4ee9a1bcf62371ff365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:34:07 +0000 Subject: [PATCH] Bump annotaterb from 4.17.0 to 4.19.0 Bumps [annotaterb](https://github.com/drwl/annotaterb) from 4.17.0 to 4.19.0. - [Changelog](https://github.com/drwl/annotaterb/blob/main/CHANGELOG.md) - [Commits](https://github.com/drwl/annotaterb/compare/v4.17.0...v4.19.0) --- updated-dependencies: - dependency-name: annotaterb dependency-version: 4.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 106a68b..3f0f6c4 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ end group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem "web-console" - gem "annotaterb", "~> 4.14" + gem "annotaterb", "~> 4.19" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4a520fb..d313ee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - annotaterb (4.17.0) + annotaterb (4.19.0) activerecord (>= 6.0.0) activesupport (>= 6.0.0) ast (2.4.3) @@ -481,7 +481,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - annotaterb (~> 4.14) + annotaterb (~> 4.19) bcrypt (~> 3.1.7) bootsnap bootstrap (~> 5.3.3)