Skip to content

Commit

Permalink
Remove useless logger require (#1634)
Browse files Browse the repository at this point in the history
Ruby 3.4 will warn when `logger` is required without it being part of the gemspec: ruby/ruby@d7e558e

The usage of a logger was added and removed in #1350
  • Loading branch information
Earlopain authored Jul 5, 2024
1 parent 03b0801 commit ede8fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/shoulda/matchers/doublespeak.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'forwardable'
require 'logger'

module Shoulda
module Matchers
Expand Down

0 comments on commit ede8fa3

Please sign in to comment.