From 0cca01345c2e8f47607b02939ccac79de81f6f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 05:12:23 +0000 Subject: [PATCH] Bump acts-as-taggable-on from 7.0.0 to 8.0.0 Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 7.0.0 to 8.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/v7.0.0...v8.0.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 8cb9933604..90d0acd68c 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,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', '~> 7.0' +gem 'acts-as-taggable-on', '~> 8.0' gem 'angularjs-file-upload-rails', '~> 2.4.1' gem 'bootsnap', require: false gem 'custom_error_message', github: 'jeremydurham/custom-err-msg' diff --git a/Gemfile.lock b/Gemfile.lock index 9e17bf53ab..8a770b0fc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - acts-as-taggable-on (7.0.0) + acts-as-taggable-on (8.0.0) activerecord (>= 5.0, < 6.2) acts_as_list (1.0.4) activerecord (>= 4.2) @@ -211,7 +211,7 @@ GEM compass (~> 1.0.0) sass-rails (< 5.1) sprockets (< 4.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) connection_pool (2.2.5) crack (0.4.5) rexml @@ -672,7 +672,7 @@ DEPENDENCIES activerecord-import activerecord-postgresql-adapter activerecord-session_store - acts-as-taggable-on (~> 7.0) + acts-as-taggable-on (~> 8.0) acts_as_list (= 1.0.4) andand angular-rails-templates (>= 0.3.0)