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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-28 16:58:33 +00:00
committed by GitHub
parent c4f8efaa36
commit d5c5f6cf78
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ source "https://rubygems.org"
gem "rails", "5.1.7" gem "rails", "5.1.7"
gem "acts-as-taggable-on", "~> 6.5.0" 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 "ahoy_matey", "~> 1.6.0"
gem "airbrake", "~> 5.0" gem "airbrake", "~> 5.0"
gem "ancestry", "~> 3.2.1" gem "ancestry", "~> 3.2.1"

View File

@@ -49,7 +49,7 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (6.5.0) acts-as-taggable-on (6.5.0)
activerecord (>= 5.0, < 6.1) activerecord (>= 5.0, < 6.1)
acts_as_votable (0.11.1) acts_as_votable (0.12.1)
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
ahoy_matey (1.6.0) ahoy_matey (1.6.0)
@@ -630,7 +630,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
acts-as-taggable-on (~> 6.5.0) acts-as-taggable-on (~> 6.5.0)
acts_as_votable (~> 0.11.1) acts_as_votable (~> 0.12.1)
ahoy_matey (~> 1.6.0) ahoy_matey (~> 1.6.0)
airbrake (~> 5.0) airbrake (~> 5.0)
ancestry (~> 3.2.1) ancestry (~> 3.2.1)