From c0cb7536d5bf1ee84dd08cd17f04a3f170410243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Sat, 28 Feb 2015 01:01:48 +0100 Subject: [PATCH] bump acts-as-taggable-on --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index aa69a189ef..041329ebee 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ gem 'rails-assets-diaspora_jsxc', '~> 0.0.12' # Tags -gem 'acts-as-taggable-on', '3.4.2' +gem 'acts-as-taggable-on', '3.4.4' # URIs and HTTP diff --git a/Gemfile.lock b/Gemfile.lock index 05d660d906..c5a3e29726 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - acts-as-taggable-on (3.4.2) + acts-as-taggable-on (3.4.4) activerecord (>= 3.2, < 5) acts_as_api (0.4.2) activemodel (>= 3.0.0) @@ -650,7 +650,7 @@ DEPENDENCIES actionpack-page_caching active_model_serializers (= 0.9.3) activerecord-import (= 0.7.0) - acts-as-taggable-on (= 3.4.2) + acts-as-taggable-on (= 3.4.4) acts_as_api (= 0.4.2) addressable (= 2.3.6) asset_sync (= 1.1.0) -- GitLab