diff --git a/Gemfile b/Gemfile index f14f7462c..b63476b3d 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index ab9bc1c6e..36fe26324 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)