Skip to content

Commit 9294410

Browse files
committed
ci document: suppress a ostruct warning
1 parent 6246ba1 commit 9294410

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ gemspec
77

88
group :development do
99
gem "bundler"
10+
# This is for suppressing the following warning:
11+
#
12+
# warning: ostruct was loaded from the standard library, but will
13+
# no longer be part of the default gems starting from Ruby 3.5.0.
14+
#
15+
# This should be part of "json". We can remove this when "json"
16+
# depends on "ostruct" explicitly.
17+
gem "ostruct"
1018
gem "rake"
1119
end
1220

0 commit comments

Comments
 (0)