Merge pull request #5185 from consuldemocracy/dependabot/bundler/acts_as_votable-0.14.0

Bump acts_as_votable from 0.13.2 to 0.14.0
This commit is contained in:
Javi Martín
2023-08-29 17:16:27 +02:00
committed by GitHub
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 "rails", "6.0.6.1"
gem "acts-as-taggable-on", "~> 9.0.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 "ahoy_matey", "~> 4.1.0"
gem "airbrake", "~> 13.0.2" gem "airbrake", "~> 13.0.2"
gem "ancestry", "~> 4.2.0" gem "ancestry", "~> 4.2.0"

View File

@@ -63,7 +63,7 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2) zeitwerk (~> 2.2, >= 2.2.2)
acts-as-taggable-on (9.0.1) acts-as-taggable-on (9.0.1)
activerecord (>= 6.0, < 7.1) activerecord (>= 6.0, < 7.1)
acts_as_votable (0.13.2) acts_as_votable (0.14.0)
addressable (2.8.4) addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ahoy_matey (4.1.0) ahoy_matey (4.1.0)
@@ -671,7 +671,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
acts-as-taggable-on (~> 9.0.1) acts-as-taggable-on (~> 9.0.1)
acts_as_votable (~> 0.13.2) acts_as_votable (~> 0.14.0)
ahoy_matey (~> 4.1.0) ahoy_matey (~> 4.1.0)
airbrake (~> 13.0.2) airbrake (~> 13.0.2)
ancestry (~> 4.2.0) ancestry (~> 4.2.0)