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

Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 9.0.1 to 10.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/v9.0.1...v10.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-03-19 02:38:28 +00:00
committed by Javi Martín
parent 534f7b6b40
commit 7f725b9eee
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", "6.1.7.7"
gem "acts-as-taggable-on", "~> 9.0.1"
gem "acts-as-taggable-on", "~> 10.0.0"
gem "acts_as_votable", "~> 0.14.0"
gem "ahoy_matey", "~> 4.2.1"
gem "airbrake", "~> 13.0.2"

View File

@@ -66,8 +66,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
acts-as-taggable-on (9.0.1)
activerecord (>= 6.0, < 7.1)
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 7.2)
acts_as_votable (0.14.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
@@ -690,7 +690,7 @@ PLATFORMS
ruby
DEPENDENCIES
acts-as-taggable-on (~> 9.0.1)
acts-as-taggable-on (~> 10.0.0)
acts_as_votable (~> 0.14.0)
ahoy_matey (~> 4.2.1)
airbrake (~> 13.0.2)