Skip to content

Commit

Permalink
Added the logger dependency. (#18)
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 815aad0 commit 3f20f1e
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 (#18)

### 2.7.0 (11 January 2025)

Expand Down
1 change: 1 addition & 0 deletions lib/grape/jwt/authentication.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/configurable'
Expand Down

0 comments on commit 3f20f1e

Please sign in to comment.