Skip to content

Commit

Permalink
remove deprecated attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fader <[email protected]>
  • Loading branch information
andrewfader committed Oct 18, 2023
1 parent 260472a commit 4dc027f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4dc027f

Please sign in to comment.