Bump acts-as-taggable-on from 10.0.0 to 11.0.0

Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 10.0.0 to 11.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/v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: acts-as-taggable-on
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-05 17:55:09 +00:00
committed by GitHub
parent 688640c96d
commit 2f7a80b099
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", "7.0.8.4" gem "rails", "7.0.8.4"
gem "acts-as-taggable-on", "~> 10.0.0" gem "acts-as-taggable-on", "~> 11.0.0"
gem "acts_as_votable", "~> 0.14.0" gem "acts_as_votable", "~> 0.14.0"
gem "ahoy_matey", "~> 5.0.2" gem "ahoy_matey", "~> 5.0.2"
gem "airbrake", "~> 13.0.4" gem "airbrake", "~> 13.0.4"

View File

@@ -67,8 +67,9 @@ GEM
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
acts-as-taggable-on (10.0.0) acts-as-taggable-on (11.0.0)
activerecord (>= 6.1, < 7.2) activerecord (>= 7.0, < 8.0)
zeitwerk (>= 2.4, < 3.0)
acts_as_votable (0.14.0) acts_as_votable (0.14.0)
addressable (2.8.7) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
@@ -697,7 +698,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
acts-as-taggable-on (~> 10.0.0) acts-as-taggable-on (~> 11.0.0)
acts_as_votable (~> 0.14.0) acts_as_votable (~> 0.14.0)
ahoy_matey (~> 5.0.2) ahoy_matey (~> 5.0.2)
airbrake (~> 13.0.4) airbrake (~> 13.0.4)