diff --git a/Gemfile b/Gemfile index daa20f512..ab22b65b5 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "rails", "7.0.8.4" -gem "acts-as-taggable-on", "~> 10.0.0" +gem "acts-as-taggable-on", "~> 11.0.0" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.0.2" gem "airbrake", "~> 13.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index b4c788d63..a47ee2289 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,9 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - acts-as-taggable-on (10.0.0) - activerecord (>= 6.1, < 7.2) + acts-as-taggable-on (11.0.0) + activerecord (>= 7.0, < 8.0) + zeitwerk (>= 2.4, < 3.0) acts_as_votable (0.14.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -697,7 +698,7 @@ PLATFORMS ruby DEPENDENCIES - acts-as-taggable-on (~> 10.0.0) + acts-as-taggable-on (~> 11.0.0) acts_as_votable (~> 0.14.0) ahoy_matey (~> 5.0.2) airbrake (~> 13.0.4)