Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ end

group :development do
gem 'bundler-audit'
gem 'active_record_query_trace', '~> 1.6', '>= 1.6.1'
end

group :linters do
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_record_query_trace (1.8.3)
activerecord (>= 6.0.0)
activejob (8.1.3.1)
activesupport (= 8.1.3.1)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -703,7 +701,6 @@ PLATFORMS

DEPENDENCIES
actionpack-page_caching
active_record_query_trace (~> 1.6, >= 1.6.1)
acts_as_list (~> 0.9.7)
addressable
after_commit_everywhere
Expand Down
16 changes: 0 additions & 16 deletions config/initializers/active_record_log_subscriber.rb

This file was deleted.

5 changes: 0 additions & 5 deletions config/initializers/active_record_query_trace.rb

This file was deleted.

Loading