From 1fcc77dbe77ae94190b778dd722f87c6e322fc13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:47:23 +0000 Subject: [PATCH] Bump acts-as-taggable-on from 4.0.0 to 7.0.0 Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 4.0.0 to 7.0.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/v4.0.0...v7.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 48285bd5f9c..775c366ff8b 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ gem 'actionpack-action_caching' # AMS is deprecated, we will introduce an alternative at some point gem "active_model_serializers", "0.8.4" gem 'activerecord-session_store' -gem 'acts-as-taggable-on', '~> 4.0' +gem 'acts-as-taggable-on', '~> 7.0' gem 'angularjs-file-upload-rails', '~> 2.4.1' gem 'custom_error_message', github: 'jeremydurham/custom-err-msg' gem 'dalli' diff --git a/Gemfile.lock b/Gemfile.lock index bd64c0af584..14c6c27a0c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,8 +103,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - acts-as-taggable-on (4.0.0) - activerecord (>= 4.0) + acts-as-taggable-on (7.0.0) + activerecord (>= 5.0, < 6.2) acts_as_list (0.9.19) activerecord (>= 3.0) addressable (2.7.0) @@ -592,7 +592,7 @@ DEPENDENCIES activerecord-import activerecord-postgresql-adapter activerecord-session_store - acts-as-taggable-on (~> 4.0) + acts-as-taggable-on (~> 7.0) acts_as_list (= 0.9.19) andand angular-rails-templates (>= 0.3.0)