Skip to content

Commit

Permalink
ci document: suppress a ostruct warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 4, 2024
1 parent 6246ba1 commit 9294410
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ gemspec

group :development do
gem "bundler"
# This is for suppressing the following warning:
#
# warning: ostruct was loaded from the standard library, but will
# no longer be part of the default gems starting from Ruby 3.5.0.
#
# This should be part of "json". We can remove this when "json"
# depends on "ostruct" explicitly.
gem "ostruct"
gem "rake"
end

Expand Down

0 comments on commit 9294410

Please sign in to comment.