Merge pull request #5999 from consuldemocracy/dependabot/bundler/acts-as-taggable-on-12.0.0

Bump acts-as-taggable-on from 11.0.0 to 12.0.0
This commit is contained in:
Sebastia
2025-06-11 12:27:22 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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.9)
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)