We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60ae02 commit c87bda8Copy full SHA for c87bda8
Gemfile
@@ -6,14 +6,6 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
gemspec
7
8
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"
17
gem "rake"
18
gem "rdoc"
19
end
0 commit comments