From 9290b0f1fcbf3fab29e08855f4ab1e17dce4bcb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 18:02:58 +0000 Subject: [PATCH] Bump acts_as_votable from 0.12.1 to 0.13.1 Bumps [acts_as_votable](https://github.com/ryanto/acts_as_votable) from 0.12.1 to 0.13.1. - [Release notes](https://github.com/ryanto/acts_as_votable/releases) - [Commits](https://github.com/ryanto/acts_as_votable/compare/v0.12.1...v0.13.1) --- updated-dependencies: - dependency-name: acts_as_votable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 43075b78d..c780a1808 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rails", "5.2.6" gem "acts-as-taggable-on", "~> 8.1.0" -gem "acts_as_votable", "~> 0.12.1" +gem "acts_as_votable", "~> 0.13.1" gem "ahoy_matey", "~> 1.6.0" gem "airbrake", "~> 7.4.0" gem "ancestry", "~> 4.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index b069a611a..9a5798d7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (8.1.0) activerecord (>= 5.0, < 6.2) - acts_as_votable (0.12.1) + acts_as_votable (0.13.1) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ahoy_matey (1.6.0) @@ -701,7 +701,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 8.1.0) - acts_as_votable (~> 0.12.1) + acts_as_votable (~> 0.13.1) ahoy_matey (~> 1.6.0) airbrake (~> 7.4.0) ancestry (~> 4.1.0)