Skip to content

Commit

Permalink
Bump rails_semantic_logger from 4.11.0 to 4.12.0 (#12816)
Browse files Browse the repository at this point in the history
* Bump rails_semantic_logger from 4.11.0 to 4.12.0

Bumps [rails_semantic_logger](https://github.com/reidmorrison/rails_semantic_logger) from 4.11.0 to 4.12.0.
- [Commits](https://github.com/reidmorrison/rails_semantic_logger/commits)

---
updated-dependencies:
- dependency-name: rails_semantic_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* add require statement for failing test

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil <ryan.mcneil@oddball.io>
  • Loading branch information
dependabot[bot] and ryan-mcneil authored May 31, 2023
1 parent 26a79b4 commit 8ec8183
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,9 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lockbox (1.2.0)
loofah (2.19.1)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
mail (2.8.1)
mini_mime (>= 0.1.1)
Expand All @@ -603,7 +603,7 @@ GEM
rake
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_portile2 (2.8.2)
minitest (5.18.0)
msgpack (1.7.0)
msgpack (1.7.0-java)
Expand Down Expand Up @@ -743,10 +743,10 @@ GEM
loofah (~> 2.19, >= 2.19.1)
rails-session_cookie (0.3.0)
rails (>= 4.0)
rails_semantic_logger (4.11.0)
rails_semantic_logger (4.12.0)
rack
railties (>= 5.1)
semantic_logger (~> 4.9)
semantic_logger (~> 4.13)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.0)
Expand Down Expand Up @@ -887,7 +887,7 @@ GEM
script_utils (0.0.4)
seedbank (0.5.0)
rake (>= 10.0)
semantic_logger (4.12.0)
semantic_logger (4.13.0)
concurrent-ruby (~> 1.0)
sentry-raven (2.13.0)
faraday (>= 0.7.6, < 1.0)
Expand Down Expand Up @@ -943,7 +943,7 @@ GEM
swagger-blocks (3.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
thor (1.2.2)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tilt (2.1.0)
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/override_redirect_to_logging.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'action_controller/log_subscriber'

# tricky bit of code that removes existing subcribers
def unsubscribe(log_subscriber, event_component)
ActiveSupport::LogSubscriber.log_subscribers.each do |subscriber|
Expand Down

0 comments on commit 8ec8183

Please sign in to comment.