Merge pull request #4611 from consul/dependabot/bundler/master/acts-as-taggable-on-8.1.0

Bump acts-as-taggable-on from 6.5.0 to 8.1.0
This commit is contained in:
Javi Martín
2021-08-12 02:46:10 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", "5.2.4.6"
gem "acts-as-taggable-on", "~> 6.5.0"
gem "acts-as-taggable-on", "~> 8.1.0"
gem "acts_as_votable", "~> 0.12.1"
gem "ahoy_matey", "~> 1.6.0"
gem "airbrake", "~> 5.0"

View File

@@ -43,8 +43,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts-as-taggable-on (6.5.0)
activerecord (>= 5.0, < 6.1)
acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2)
acts_as_votable (0.12.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
@@ -702,7 +702,7 @@ PLATFORMS
ruby
DEPENDENCIES
acts-as-taggable-on (~> 6.5.0)
acts-as-taggable-on (~> 8.1.0)
acts_as_votable (~> 0.12.1)
ahoy_matey (~> 1.6.0)
airbrake (~> 5.0)