Skip to content

Commit

Permalink
rubocop 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Nov 27, 2024
1 parent 2ff31bd commit 1fc8005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/image_optim/railtie_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def rails_app
config.active_support.deprecation = :stderr
config.eager_load = false

config.logger = Logger.new('/dev/null')
config.logger = Logger.new(File::NULL)

config.assets.tap do |assets|
assets.enabled = true
Expand Down

0 comments on commit 1fc8005

Please sign in to comment.