From b0735cfc922889f8388e671d28cc6dc432a94ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:57:24 +0000 Subject: [PATCH] Bump acts-as-taggable-on from 11.0.0 to 12.0.0 Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases) - [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md) - [Commits](https://github.com/mbleigh/acts-as-taggable-on/compare/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: acts-as-taggable-on dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 460669bbf..9b5ea1688 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby file: ".ruby-version" gem "rails", "7.1.5.1" -gem "acts-as-taggable-on", "~> 11.0.0" +gem "acts-as-taggable-on", "~> 12.0.0" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.4.0" gem "airbrake", "~> 13.0.5" diff --git a/Gemfile.lock b/Gemfile.lock index bae5b4e38..6057e001f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,8 +79,8 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) - acts-as-taggable-on (11.0.0) - activerecord (>= 7.0, < 8.0) + acts-as-taggable-on (12.0.0) + activerecord (>= 7.1, < 8.1) zeitwerk (>= 2.4, < 3.0) acts_as_votable (0.14.0) addressable (2.8.7) @@ -110,7 +110,7 @@ GEM execjs (~> 2) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.0) + benchmark (0.4.1) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -732,13 +732,13 @@ GEM wkhtmltopdf-binary (0.12.6.8) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS ruby DEPENDENCIES - acts-as-taggable-on (~> 11.0.0) + acts-as-taggable-on (~> 12.0.0) acts_as_votable (~> 0.14.0) ahoy_matey (~> 5.4.0) airbrake (~> 13.0.5)