From 93fae13cabeaa009a57ea4df7cec856898b8a239 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sun, 27 Jun 2021 23:18:54 +0200 Subject: [PATCH] Bump acts-as-taggable-on --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 46b942242f..90a026f657 100644 --- a/Gemfile +++ b/Gemfile @@ -177,7 +177,7 @@ gem "rails-assets-diaspora_jsxc", "0.1.5.develop.7", source: "https://gems.diasp # Tags -gem "acts-as-taggable-on", "6.5.0" +gem "acts-as-taggable-on", "8.1.0" # URIs and HTTP diff --git a/Gemfile.lock b/Gemfile.lock index 7403b3a894..531a1f572f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,8 +48,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_api (1.0.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) @@ -790,7 +790,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (= 0.9.7) activerecord-import (= 1.1.0) - acts-as-taggable-on (= 6.5.0) + acts-as-taggable-on (= 8.1.0) acts_as_api (= 1.0.1) addressable (= 2.7.0) apparition (= 0.6.0) -- GitLab