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

Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 8.1.0 to 9.0.1.
- [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/v8.1.0...v9.0.1)

---
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]
2022-08-24 22:34:14 +00:00
committed by Javi Martín
parent 333c51b546
commit 23848dded7
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", "6.0.5.1" gem "rails", "6.0.5.1"
gem "acts-as-taggable-on", "~> 8.1.0" gem "acts-as-taggable-on", "~> 9.0.1"
gem "acts_as_votable", "~> 0.13.2" gem "acts_as_votable", "~> 0.13.2"
gem "ahoy_matey", "~> 3.2.0" gem "ahoy_matey", "~> 3.2.0"
gem "airbrake", "~> 11.0.3" gem "airbrake", "~> 11.0.3"

View File

@@ -57,8 +57,8 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2) zeitwerk (~> 2.2, >= 2.2.2)
acts-as-taggable-on (8.1.0) acts-as-taggable-on (9.0.1)
activerecord (>= 5.0, < 6.2) activerecord (>= 6.0, < 7.1)
acts_as_votable (0.13.2) acts_as_votable (0.13.2)
addressable (2.8.1) addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
@@ -703,7 +703,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
acts-as-taggable-on (~> 8.1.0) acts-as-taggable-on (~> 9.0.1)
acts_as_votable (~> 0.13.2) acts_as_votable (~> 0.13.2)
ahoy_matey (~> 3.2.0) ahoy_matey (~> 3.2.0)
airbrake (~> 11.0.3) airbrake (~> 11.0.3)