From d359be3ea14ff941771b3ca572022b69da97b283 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 13 Feb 2026 18:02:04 -0500 Subject: [PATCH] Fixed deprecations --- Gemfile.lock | 14 +++++++------- config/application.rb | 3 --- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 04fe013..f0f7783 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM base64 (0.3.0) bcrypt (3.1.21) bigdecimal (4.0.1) - bootsnap (1.22.0) + bootsnap (1.23.0) msgpack (~> 1.2) brakeman (8.0.2) racc @@ -157,12 +157,12 @@ GEM railties (>= 7.1) stimulus-rails turbo-rails - mocha (3.0.1) + mocha (3.0.2) ruby2_keywords (>= 0.0.5) msgpack (1.8.0) mysql2 (0.5.7) bigdecimal - net-imap (0.6.2) + net-imap (0.6.3) date net-protocol net-pop (0.1.2) @@ -257,7 +257,7 @@ GEM rainbow (3.1.1) rake (13.3.1) rb-readline (0.5.5) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -269,7 +269,7 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 2.0) rqrcode_core (2.1.0) - rubocop (1.84.1) + rubocop (1.84.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -384,7 +384,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 4.0.1p0 + ruby 4.0.1p0 BUNDLED WITH - 2.6.9 + 4.0.3 diff --git a/config/application.rb b/config/application.rb index 49999da..4e3dff2 100644 --- a/config/application.rb +++ b/config/application.rb @@ -25,9 +25,6 @@ module Wrestling config.active_record.schema_format = :ruby config.active_record.dump_schemas = :all - # Fix deprecation warning for to_time in Rails 8.1 - config.active_support.to_time_preserves_timezone = :zone - # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded. # Common ones are `templates`, `generators`, or `middleware`, for example.