diff --git a/Gemfile b/Gemfile index 5f827ebed..230504d3b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "acts-as-taggable-on", "~> 8.1.0" gem "acts_as_votable", "~> 0.12.1" gem "ahoy_matey", "~> 1.6.0" gem "airbrake", "~> 7.4.0" -gem "ancestry", "~> 3.2.1" +gem "ancestry", "~> 4.1.0" gem "audited", "~> 5.0.1" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 3.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3e3d1190f..2406754aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,8 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - ancestry (3.2.1) - activerecord (>= 4.2.0) + ancestry (4.1.0) + activerecord (>= 5.2.6) arel (9.0.0) ast (2.4.2) audited (5.0.1) @@ -704,7 +704,7 @@ DEPENDENCIES acts_as_votable (~> 0.12.1) ahoy_matey (~> 1.6.0) airbrake (~> 7.4.0) - ancestry (~> 3.2.1) + ancestry (~> 4.1.0) audited (~> 5.0.1) autoprefixer-rails (~> 8.2.0) bullet (~> 6.1.4)