diff --git a/Gemfile b/Gemfile index d4b619f10..5bb897089 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rails", "5.1.7" 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 "airbrake", "~> 5.0" gem "ancestry", "~> 3.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index ed3242520..fce4660e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (6.5.0) activerecord (>= 5.0, < 6.1) - acts_as_votable (0.11.1) + acts_as_votable (0.12.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ahoy_matey (1.6.0) @@ -629,7 +629,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 6.5.0) - acts_as_votable (~> 0.11.1) + acts_as_votable (~> 0.12.1) ahoy_matey (~> 1.6.0) airbrake (~> 5.0) ancestry (~> 3.2.1)