Merge pull request #4634 from consul/dependabot/bundler/master/acts_as_votable-0.13.1

Bump acts_as_votable from 0.12.1 to 0.13.1
This commit is contained in:
Javi Martín
2021-08-14 20:23:31 +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", "5.2.6" gem "rails", "5.2.6"
gem "acts-as-taggable-on", "~> 8.1.0" 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 "ahoy_matey", "~> 1.6.0"
gem "airbrake", "~> 7.4.0" gem "airbrake", "~> 7.4.0"
gem "ancestry", "~> 4.1.0" gem "ancestry", "~> 4.1.0"

View File

@@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (8.1.0) acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2) activerecord (>= 5.0, < 6.2)
acts_as_votable (0.12.1) acts_as_votable (0.13.1)
addressable (2.8.0) addressable (2.8.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)
@@ -701,7 +701,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
acts-as-taggable-on (~> 8.1.0) acts-as-taggable-on (~> 8.1.0)
acts_as_votable (~> 0.12.1) acts_as_votable (~> 0.13.1)
ahoy_matey (~> 1.6.0) ahoy_matey (~> 1.6.0)
airbrake (~> 7.4.0) airbrake (~> 7.4.0)
ancestry (~> 4.1.0) ancestry (~> 4.1.0)