Skip to content

Commit c87bda8

Browse files
authored
Remove ostruct from dev deps (#281)
Fixes #280 It seems that it's no longer needed.
1 parent c60ae02 commit c87bda8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Gemfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66
gemspec
77

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

0 commit comments

Comments
 (0)