[deploy] Bump ancestry from 3.1.0 to 3.2.1 (#10455)
* Bump ancestry from 3.1.0 to 3.2.1 Bumps [ancestry](https://github.com/stefankroes/ancestry) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/stefankroes/ancestry/releases) - [Changelog](https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefankroes/ancestry/compare/v3.1.0...v3.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump ancestry from 3.1.0 to 3.2.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
0da54b599b
commit
4b434bab45
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -17,7 +17,7 @@ gem "addressable", "~> 2.7" # A replacement for the URI implementation that is p
|
|||
gem "administrate", "~> 0.14" # A Rails engine that helps you put together a super-flexible admin dashboard
|
||||
gem "ahoy_email", "~> 1.1" # Email analytics for Rails
|
||||
gem "ahoy_matey", "~> 3.0" # Tracking analytics for Rails
|
||||
gem "ancestry", "~> 3.1" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
|
||||
gem "ancestry", "~> 3.2" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
|
||||
gem "blazer", "~> 2.2.7" # Allows admins to query data
|
||||
gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster
|
||||
gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ GEM
|
|||
geocoder (>= 1.4.5)
|
||||
safely_block (>= 0.2.1)
|
||||
amazing_print (1.2.1)
|
||||
ancestry (3.1.0)
|
||||
ancestry (3.2.1)
|
||||
activerecord (>= 4.2.0)
|
||||
approvals (0.0.24)
|
||||
nokogiri (~> 1.6)
|
||||
|
|
@ -855,7 +855,7 @@ DEPENDENCIES
|
|||
ahoy_email (~> 1.1)
|
||||
ahoy_matey (~> 3.0)
|
||||
amazing_print (~> 1.2)
|
||||
ancestry (~> 3.1)
|
||||
ancestry (~> 3.2)
|
||||
approvals (~> 0.0)
|
||||
better_errors (~> 2.8)
|
||||
binding_of_caller (~> 0.8)
|
||||
|
|
|
|||
BIN
vendor/cache/ancestry-3.1.0.gem
vendored
BIN
vendor/cache/ancestry-3.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/ancestry-3.2.1.gem
vendored
Normal file
BIN
vendor/cache/ancestry-3.2.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue