Bump acts_as_votable from 0.13.1 to 0.13.2
Bumps [acts_as_votable](https://github.com/ryanto/acts_as_votable) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/ryanto/acts_as_votable/releases) - [Commits](https://github.com/ryanto/acts_as_votable/compare/v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: acts_as_votable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
7937cc0649
commit
0c6eee4eff
2
Gemfile
2
Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
|
||||
gem "rails", "6.0.5.1"
|
||||
|
||||
gem "acts-as-taggable-on", "~> 8.1.0"
|
||||
gem "acts_as_votable", "~> 0.13.1"
|
||||
gem "acts_as_votable", "~> 0.13.2"
|
||||
gem "ahoy_matey", "~> 3.2.0"
|
||||
gem "airbrake", "~> 11.0.3"
|
||||
gem "ancestry", "~> 4.1.0"
|
||||
|
||||
@@ -59,7 +59,7 @@ GEM
|
||||
zeitwerk (~> 2.2, >= 2.2.2)
|
||||
acts-as-taggable-on (8.1.0)
|
||||
activerecord (>= 5.0, < 6.2)
|
||||
acts_as_votable (0.13.1)
|
||||
acts_as_votable (0.13.2)
|
||||
addressable (2.8.1)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ahoy_matey (3.2.0)
|
||||
@@ -703,7 +703,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
acts-as-taggable-on (~> 8.1.0)
|
||||
acts_as_votable (~> 0.13.1)
|
||||
acts_as_votable (~> 0.13.2)
|
||||
ahoy_matey (~> 3.2.0)
|
||||
airbrake (~> 11.0.3)
|
||||
ancestry (~> 4.1.0)
|
||||
|
||||
Reference in New Issue
Block a user