From 1274d9302b4dd89038ac08c4db9c6743e31ac288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:08:59 +0000 Subject: [PATCH] Bump acts-as-taggable-on from 6.5.0 to 8.1.0 Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 6.5.0 to 8.1.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/v6.5.0...v8.1.0) --- updated-dependencies: - dependency-name: acts-as-taggable-on dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1612f9008..29180d629 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 9c41a73f7..a69d018ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -699,7 +699,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)