diff --git a/Gemfile b/Gemfile index da775b25d..676cc4c38 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 8c1c05df5..7f0d3a4e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/ancestry-3.1.0.gem b/vendor/cache/ancestry-3.1.0.gem deleted file mode 100644 index 3e418c732..000000000 Binary files a/vendor/cache/ancestry-3.1.0.gem and /dev/null differ diff --git a/vendor/cache/ancestry-3.2.1.gem b/vendor/cache/ancestry-3.2.1.gem new file mode 100644 index 000000000..b05800af1 Binary files /dev/null and b/vendor/cache/ancestry-3.2.1.gem differ