Merge pull request #3865 from consul/dependabot/bundler/acts-as-taggable-on-6.5.0

Bump acts-as-taggable-on from 6.0.0 to 6.5.0
This commit is contained in:
Javier Martín
2020-08-14 12:56:25 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ source "https://rubygems.org"
gem "rails", "5.1.7"
gem "acts-as-taggable-on", "~> 6.0.0"
gem "acts-as-taggable-on", "~> 6.5.0"
gem "acts_as_votable", "~> 0.11.1"
gem "ahoy_matey", "~> 1.6.0"
gem "ancestry", "~> 3.0.7"

View File

@@ -47,8 +47,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts-as-taggable-on (6.0.0)
activerecord (~> 5.0)
acts-as-taggable-on (6.5.0)
activerecord (>= 5.0, < 6.1)
acts_as_votable (0.11.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
@@ -145,7 +145,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
@@ -614,7 +614,7 @@ PLATFORMS
ruby
DEPENDENCIES
acts-as-taggable-on (~> 6.0.0)
acts-as-taggable-on (~> 6.5.0)
acts_as_votable (~> 0.11.1)
ahoy_matey (~> 1.6.0)
ancestry (~> 3.0.7)