From 53f854307af7fc0117c824646d3f911d5c4faa14 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sat, 6 Jan 2018 23:20:58 +0000 Subject: [PATCH] Upgrade acts-as-taggable-on to version 5.0.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index cba81dc51..992e17a2f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '4.2.10' -gem 'acts-as-taggable-on', '~> 4.0.0' +gem 'acts-as-taggable-on', '~> 5.0.0' gem 'acts_as_votable', '~> 0.11.1' gem 'ahoy_matey', '~> 1.6.0' gem 'ancestry', '~> 2.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index d4ff03fcf..a894df8be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,8 +36,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - acts-as-taggable-on (4.0.0) - activerecord (>= 4.0) + acts-as-taggable-on (5.0.0) + activerecord (>= 4.2.8) acts_as_votable (0.11.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) @@ -492,7 +492,7 @@ PLATFORMS ruby DEPENDENCIES - acts-as-taggable-on (~> 4.0.0) + acts-as-taggable-on (~> 5.0.0) acts_as_votable (~> 0.11.1) ahoy_matey (~> 1.6.0) ancestry (~> 2.2.2)