diff --git a/Gemfile b/Gemfile index 10f3466fb..225dd50c6 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby file: ".ruby-version" gem "rails", "7.1.5.1" -gem "acts-as-taggable-on", "~> 11.0.0" +gem "acts-as-taggable-on", "~> 12.0.0" gem "acts_as_votable", "~> 0.14.0" gem "ahoy_matey", "~> 5.4.0" gem "airbrake", "~> 13.0.5" diff --git a/Gemfile.lock b/Gemfile.lock index 1f3bb480a..04c91ac17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,8 +79,8 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) - acts-as-taggable-on (11.0.0) - activerecord (>= 7.0, < 8.0) + acts-as-taggable-on (12.0.0) + activerecord (>= 7.1, < 8.1) zeitwerk (>= 2.4, < 3.0) acts_as_votable (0.14.0) addressable (2.8.7) @@ -110,7 +110,7 @@ GEM execjs (~> 2) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.0) + benchmark (0.4.1) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -732,13 +732,13 @@ GEM wkhtmltopdf-binary (0.12.6.9) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS ruby DEPENDENCIES - acts-as-taggable-on (~> 11.0.0) + acts-as-taggable-on (~> 12.0.0) acts_as_votable (~> 0.14.0) ahoy_matey (~> 5.4.0) airbrake (~> 13.0.5)