diff --git a/Gemfile b/Gemfile index c83fec8..3e89c4e 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ gem "devise", "~> 4.9" gem "rails-controller-testing", "~> 1.0" -gem "acts-as-taggable-on", "~> 11.0" +gem "acts-as-taggable-on", "~> 12.0" gem "rails-i18n", "~> 7.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 275c7d5..bfed7e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,8 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - 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) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -274,7 +274,7 @@ GEM rubyzip (2.3.2) rufus-scheduler (3.9.2) fugit (~> 1.1, >= 1.11.1) - securerandom (0.3.1) + securerandom (0.3.2) selenium-webdriver (4.25.0) base64 (~> 0.2) logger (~> 1.4) @@ -303,7 +303,7 @@ GEM stringio (3.1.1) thor (1.3.2) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) turbo-rails (2.0.10) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -325,7 +325,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -336,7 +336,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - acts-as-taggable-on (~> 11.0) + acts-as-taggable-on (~> 12.0) bootsnap brakeman capybara