Commit 15e1050
committed
Add needed logger dependency
To avoid this new issue with fresh `bundle install` operations:
~/.gem/ruby/default/gems/jekyll-4.4.1/lib/jekyll.rb:26: warning: logger used to be loaded from the standard library, but is not part of the default gems since Ruby 4.0.0.
You can add logger to your Gemfile or gemspec to fix this error.
bundler: failed to load command: jekyll (~/.gem/ruby/default/bin/jekyll)
/opt/homebrew/Cellar/ruby/4.0.1/lib/ruby/4.0.0/bundled_gems.rb:60:in 'Kernel.require': cannot load such file -- logger (LoadError)
from /opt/homebrew/Cellar/ruby/4.0.1/lib/ruby/4.0.0/bundled_gems.rb:60:in 'block (2 levels) in Kernel#replace_require'
from ~/.gem/ruby/default/gems/jekyll-4.4.1/lib/jekyll.rb:26:in '<top (required)>'1 parent 26ace03 commit 15e1050
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments