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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-29 14:49:01 +00:00
committed by GitHub
parent abc0e75c61
commit 422258acb9
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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)