Skip to content

Commit

Permalink
Added the logger dependency. (#10)
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 ab0b08b commit a6de8a1
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 (#10)

### 3.8.0 (12 January 2025)

Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'simplecov'
SimpleCov.command_name 'specs'

require 'logger'
require 'rails'
require File.expand_path('dummy/config/environment.rb', __dir__)

Expand Down

0 comments on commit a6de8a1

Please sign in to comment.