diff --git a/Gemfile b/Gemfile index 51ce0d46d..8e992df33 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "acts-as-taggable-on", "~> 6.5.0" gem "acts_as_votable", "~> 0.11.1" gem "ahoy_matey", "~> 1.6.0" gem "airbrake", "~> 5.0" -gem "ancestry", "~> 3.0.7" +gem "ancestry", "~> 3.2.1" gem "audited", "~> 4.9.0" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 2.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index c9a91955c..1caf75771 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,8 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - ancestry (3.0.7) - activerecord (>= 3.2.0) + ancestry (3.2.1) + activerecord (>= 4.2.0) arel (8.0.0) ast (2.4.1) audited (4.9.0) @@ -633,7 +633,7 @@ DEPENDENCIES acts_as_votable (~> 0.11.1) ahoy_matey (~> 1.6.0) airbrake (~> 5.0) - ancestry (~> 3.0.7) + ancestry (~> 3.2.1) audited (~> 4.9.0) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.0)