From ef1cbda8c9f9f469c72352426fd651f85e9012ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 1 Sep 2014 11:02:48 +0200 Subject: [PATCH] bump acts-as-taggable-on --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 030950d35..657f171eb 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ gem 'omniauth-wordpress','0.2.1' # Tags -gem 'acts-as-taggable-on', '3.3.0' +gem 'acts-as-taggable-on', '3.4.1' # URIs and HTTP diff --git a/Gemfile.lock b/Gemfile.lock index 84d5dd2be..86d35af65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.1) tzinfo (~> 1.1) - acts-as-taggable-on (3.3.0) - activerecord (>= 3, < 5) + acts-as-taggable-on (3.4.1) + activerecord (>= 3.2, < 5) acts_as_api (0.4.2) activemodel (>= 3.0.0) activesupport (>= 3.0.0) @@ -263,7 +263,7 @@ GEM mini_magick (3.8.0) subexec (~> 0.2.1) mini_portile (0.5.3) - minitest (5.4.0) + minitest (5.4.1) mobile-fu (1.3.1) rack-mobile-detect rails @@ -503,7 +503,7 @@ DEPENDENCIES actionpack-action_caching actionpack-page_caching activerecord-import (= 0.5.0) - acts-as-taggable-on (= 3.3.0) + acts-as-taggable-on (= 3.4.1) acts_as_api (= 0.4.2) addressable (= 2.3.6) asset_sync (= 1.1.0)