From 2f149d6cb84083a6ec249a53b4819c759cb8a75b Mon Sep 17 00:00:00 2001 From: Andrew Fader Date: Tue, 17 Oct 2023 20:52:52 -0400 Subject: [PATCH] remove deprecated attribute Signed-off-by: Andrew Fader --- Gemfile.lock | 12 ++++++------ config/application.rb | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c4a2a5f4b..49895dab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM railties (>= 3.1) bootstrap_form (2.7.0) builder (3.2.4) - bullet (7.1.1) + bullet (7.1.2) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.9.1) @@ -182,7 +182,7 @@ GEM imagesLoaded_rails (4.1.0) railties (>= 3.1) io-console (0.6.0) - irb (1.8.1) + irb (1.8.3) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -323,7 +323,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.1) + psych (5.1.1.1) stringio public_suffix (5.0.3) puma (6.4.0) @@ -462,10 +462,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.11.0) + sentry-rails (5.12.0) railties (>= 5.0) - sentry-ruby (~> 5.11.0) - sentry-ruby (5.11.0) + sentry-ruby (~> 5.12.0) + sentry-ruby (5.12.0) concurrent-ruby (~> 1.0, >= 1.0.2) sexp_processor (4.17.0) simplecov (0.21.2) diff --git a/config/application.rb b/config/application.rb index f257e70fc..a24b9c55d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -26,5 +26,4 @@ class Application < Rails::Application Rails.application.configure do config.middleware.use Rack::Attack - config.active_record.legacy_connection_handling = false end