Merge pull request #4162 from consul/dependabot/bundler/acts_as_votable-0.12.1

Bump acts_as_votable from 0.11.1 to 0.12.1
This commit is contained in:
Javi Martín
2020-09-28 19:26:10 +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.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)
@@ -629,7 +629,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)