From d5c5f6cf789a6006a0e200468cd6f83e1f7642f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 16:58:33 +0000 Subject: [PATCH] Bump acts_as_votable from 0.11.1 to 0.12.1 Bumps [acts_as_votable](https://github.com/ryanto/acts_as_votable) from 0.11.1 to 0.12.1. - [Release notes](https://github.com/ryanto/acts_as_votable/releases) - [Commits](https://github.com/ryanto/acts_as_votable/compare/v0.11.1...v0.12.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 00d9d277a..99d7ce3aa 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rails", "5.1.7" gem "acts-as-taggable-on", "~> 6.5.0" -gem "acts_as_votable", "~> 0.11.1" +gem "acts_as_votable", "~> 0.12.1" gem "ahoy_matey", "~> 1.6.0" gem "airbrake", "~> 5.0" gem "ancestry", "~> 3.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index ce5b25635..cdeca63c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (6.5.0) activerecord (>= 5.0, < 6.1) - acts_as_votable (0.11.1) + acts_as_votable (0.12.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ahoy_matey (1.6.0) @@ -630,7 +630,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 6.5.0) - acts_as_votable (~> 0.11.1) + acts_as_votable (~> 0.12.1) ahoy_matey (~> 1.6.0) airbrake (~> 5.0) ancestry (~> 3.2.1)