Skip to content

Commit

Permalink
Merge pull request #19 from geolexica/pin_logger_to_1_5_3
Browse files Browse the repository at this point in the history
Pin logger to <= 1.5.3 due to incompatibility of logger 1.6.0 with Jekyll 4.3.2
  • Loading branch information
HassanAkbar committed Nov 24, 2023
2 parents 9bcb94b + 3faa6d4 commit 251958f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jekyll-geolexica.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jbuilder"

spec.add_runtime_dependency "jekyll-asciidoc"
# Pin logger to <= 1.5.3 due to incompatibility of logger 1.6.0 with Jekyll 4.3.2
spec.add_runtime_dependency "logger", "<= 1.5.3"
spec.add_runtime_dependency "relaton"

# Zeitwerk::Loader#push_dir supports :namespace argument from v. 2.4.
Expand Down

0 comments on commit 251958f

Please sign in to comment.