Merge pull request #2265 from consul/depfu/upgrade/acts-as-taggable-on-5.0.0

Upgrade acts-as-taggable-on: 4.0.0 → 5.0.0 (major)
This commit is contained in:
BertoCQ
2018-01-07 12:18:29 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'rails', '4.2.10'
gem 'acts-as-taggable-on', '~> 4.0.0'
gem 'acts-as-taggable-on', '~> 5.0.0'
gem 'acts_as_votable', '~> 0.11.1'
gem 'ahoy_matey', '~> 1.6.0'
gem 'ancestry', '~> 3.0.1'

View File

@@ -36,8 +36,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
acts-as-taggable-on (4.0.0)
activerecord (>= 4.0)
acts-as-taggable-on (5.0.0)
activerecord (>= 4.2.8)
acts_as_votable (0.11.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
@@ -492,7 +492,7 @@ PLATFORMS
ruby
DEPENDENCIES
acts-as-taggable-on (~> 4.0.0)
acts-as-taggable-on (~> 5.0.0)
acts_as_votable (~> 0.11.1)
ahoy_matey (~> 1.6.0)
ancestry (~> 3.0.1)