From e4b6c1b61119a4567cadec7b7e3abebcd5af01c6 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 5 Jan 2018 11:35:29 +0000 Subject: [PATCH] Upgrade acts_as_votable to version 0.11.1 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fd6bcf523..ddfe31e02 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rails', '4.2.10' gem 'acts-as-taggable-on', '~> 4.0.0' -gem 'acts_as_votable', '~> 0.10.0' +gem 'acts_as_votable', '~> 0.11.1' gem 'ahoy_matey', '~> 1.6.0' gem 'ancestry', '~> 2.2.2' gem 'browser', '~> 2.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 25243f3b5..e56708cba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (4.0.0) activerecord (>= 4.0) - acts_as_votable (0.10.0) + acts_as_votable (0.11.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ahoy_matey (1.6.0) @@ -491,7 +491,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 4.0.0) - acts_as_votable (~> 0.10.0) + acts_as_votable (~> 0.11.1) ahoy_matey (~> 1.6.0) ancestry (~> 2.2.2) browser (~> 2.5.2)