Skip to content

Commit 839b760

Browse files
committed
ruby: added gems will no longer be loaded from the standard library in the near future
Signed-off-by: Hofi <hofione@gmail.com>
1 parent d011360 commit 839b760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ gem "faraday-retry"
8989
# that could lead to build error:
9090
# /opt/homebrew/Cellar/ruby/3.3.0/lib/ruby/3.3.0/logger.rb:384:in `level': undefined method `[]' for nil (NoMethodError)
9191
# @level_override[Fiber.current] || @level
92+
gem "logger"
9293
gem "mercenary", "~> 0.4"
94+
gem "ostruct"
9395

9496
# self made plugins dependencies
9597
gem "nokogiri"

0 commit comments

Comments
 (0)