Upgrade ancestry to version 3.0.1

This commit is contained in:
depfu[bot]
2018-01-06 22:55:27 +00:00
parent 7f14544f71
commit 95eae89206
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ gem 'rails', '4.2.10'
gem 'acts-as-taggable-on', '~> 4.0.0'
gem 'acts_as_votable', '~> 0.11.1'
gem 'ahoy_matey', '~> 1.6.0'
gem 'ancestry', '~> 2.2.2'
gem 'ancestry', '~> 3.0.1'
gem 'browser', '~> 2.5.2'
gem 'cancancan', '~> 1.16.0'
gem 'ckeditor', '~> 4.2.3'

View File

@@ -57,8 +57,8 @@ GEM
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
ancestry (2.2.2)
activerecord (>= 3.0.0)
ancestry (3.0.1)
activerecord (>= 3.2.0)
arel (6.0.4)
ast (2.3.0)
babel-source (5.8.35)
@@ -495,7 +495,7 @@ DEPENDENCIES
acts-as-taggable-on (~> 4.0.0)
acts_as_votable (~> 0.11.1)
ahoy_matey (~> 1.6.0)
ancestry (~> 2.2.2)
ancestry (~> 3.0.1)
browser (~> 2.5.2)
bullet (~> 5.7.0)
byebug (~> 9.1.0)