Merge pull request #2243 from consul/depfu/upgrade/acts_as_votable-0.11.1

Upgrade acts_as_votable: 0.10.0 → 0.11.1 (minor)
This commit is contained in:
BertoCQ
2018-01-05 17:22:41 +01: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', '4.2.10'
gem 'acts-as-taggable-on', '~> 4.0.0'
gem 'acts_as_votable', '~> 0.10.0'
gem 'acts_as_votable', '~> 0.11.1'
gem 'ahoy_matey', '~> 1.6.0'
gem 'ancestry', '~> 2.2.2'
gem 'browser', '~> 2.5.2'

View File

@@ -38,7 +38,7 @@ GEM
tzinfo (~> 1.1)
acts-as-taggable-on (4.0.0)
activerecord (>= 4.0)
acts_as_votable (0.10.0)
acts_as_votable (0.11.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ahoy_matey (1.6.0)
@@ -491,7 +491,7 @@ PLATFORMS
DEPENDENCIES
acts-as-taggable-on (~> 4.0.0)
acts_as_votable (~> 0.10.0)
acts_as_votable (~> 0.11.1)
ahoy_matey (~> 1.6.0)
ancestry (~> 2.2.2)
browser (~> 2.5.2)