Skip to content

Commit

Permalink
Added the logger dependency. (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Jan 17, 2025
1 parent b4f3079 commit 2364ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### next

* TODO: Replace this bullet point with an actual description of a change.
* Added the logger dependency, see: https://bit.ly/3E8Zqg0 (#7)

### 1.4.1 (13 January 2025)

Expand Down
1 change: 1 addition & 0 deletions lib/countless.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'zeitwerk'
require 'logger'
require 'active_support'
require 'active_support/concern'
require 'active_support/core_ext/module/delegation'
Expand Down

0 comments on commit 2364ba8

Please sign in to comment.