Skip to content

Commit 9ab1f77

Browse files
authored
Added the logger dependency. (#8)
Signed-off-by: Hermann Mayer <[email protected]>
1 parent cdf1c0c commit 9ab1f77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### next
22

3-
* TODO: Replace this bullet point with an actual description of a change.
3+
* Added the logger dependency (#8)
44

55
### 1.5.0 (3 January 2025)
66

lib/boltless.rb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require 'oj'
77
require 'fast_jsonparser'
88
require 'colorize'
9+
require 'logger'
910
require 'active_support'
1011
require 'active_support/concern'
1112
require 'active_support/core_ext/module/delegation'

0 commit comments

Comments
 (0)