Update acts-as-taggable-on to version 10.0.0 (#20318)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c42a61b6a
commit
7026861e0e
4 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -11,7 +11,7 @@ group :production do
|
|||
end
|
||||
|
||||
gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to ActiveRecord::Relation
|
||||
gem "acts-as-taggable-on", "~> 9.0" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts
|
||||
gem "acts-as-taggable-on", "~> 10.0" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts
|
||||
gem "acts_as_follower", github: "forem/acts_as_follower", branch: "master" # Allow any model to follow any other model
|
||||
gem "addressable", "~> 2.8" # A replacement for the URI implementation that is part of Ruby's standard library
|
||||
gem "ahoy_email", "~> 2.1.3" # Email analytics for Rails
|
||||
|
|
|
|||
|
|
@ -76,8 +76,8 @@ GEM
|
|||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
acts-as-taggable-on (9.0.1)
|
||||
activerecord (>= 6.0, < 7.1)
|
||||
acts-as-taggable-on (10.0.0)
|
||||
activerecord (>= 6.1, < 7.2)
|
||||
addressable (2.8.5)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ahoy_email (2.1.3)
|
||||
|
|
@ -974,7 +974,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
active_record_union (~> 1.3)
|
||||
acts-as-taggable-on (~> 9.0)
|
||||
acts-as-taggable-on (~> 10.0)
|
||||
acts_as_follower!
|
||||
addressable (~> 2.8)
|
||||
ahoy_email (~> 2.1.3)
|
||||
|
|
|
|||
BIN
vendor/cache/acts-as-taggable-on-10.0.0.gem
vendored
Normal file
BIN
vendor/cache/acts-as-taggable-on-10.0.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/acts-as-taggable-on-9.0.1.gem
vendored
BIN
vendor/cache/acts-as-taggable-on-9.0.1.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue