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:
2
Gemfile
2
Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
|
||||
|
||||
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 "ahoy_matey", "~> 5.0.2"
|
||||
gem "airbrake", "~> 13.0.4"
|
||||
|
||||
@@ -67,8 +67,9 @@ GEM
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
acts-as-taggable-on (10.0.0)
|
||||
activerecord (>= 6.1, < 7.2)
|
||||
acts-as-taggable-on (11.0.0)
|
||||
activerecord (>= 7.0, < 8.0)
|
||||
zeitwerk (>= 2.4, < 3.0)
|
||||
acts_as_votable (0.14.0)
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
@@ -697,7 +698,7 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
acts-as-taggable-on (~> 10.0.0)
|
||||
acts-as-taggable-on (~> 11.0.0)
|
||||
acts_as_votable (~> 0.14.0)
|
||||
ahoy_matey (~> 5.0.2)
|
||||
airbrake (~> 13.0.4)
|
||||
|
||||
Reference in New Issue
Block a user