From 422258acb9e4dad3ded911aa71e96340face5565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:49:01 +0000 Subject: [PATCH] Bump acts_as_votable from 0.13.2 to 0.14.0 Bumps [acts_as_votable](https://github.com/ryanto/acts_as_votable) from 0.13.2 to 0.14.0. - [Release notes](https://github.com/ryanto/acts_as_votable/releases) - [Commits](https://github.com/ryanto/acts_as_votable/compare/v0.13.2...v0.14.0) --- 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 f14f7462c..b63476b3d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rails", "6.0.6.1" gem "acts-as-taggable-on", "~> 9.0.1" -gem "acts_as_votable", "~> 0.13.2" +gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 4.1.0" gem "airbrake", "~> 13.0.2" gem "ancestry", "~> 4.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index ab9bc1c6e..36fe26324 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) acts-as-taggable-on (9.0.1) activerecord (>= 6.0, < 7.1) - acts_as_votable (0.13.2) + acts_as_votable (0.14.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ahoy_matey (4.1.0) @@ -671,7 +671,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 9.0.1) - acts_as_votable (~> 0.13.2) + acts_as_votable (~> 0.14.0) ahoy_matey (~> 4.1.0) airbrake (~> 13.0.2) ancestry (~> 4.2.0)