From 7eef9dea5063f8940188d6728762893d9c00a5f4 Mon Sep 17 00:00:00 2001 From: "Peter H. Boling" Date: Tue, 15 Jul 2025 19:39:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20ostruct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Gemfile b/Gemfile index d323e2c5..77d2e7bd 100644 --- a/Gemfile +++ b/Gemfile @@ -7,14 +7,6 @@ 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" gem "rdoc" end