From 8ea0ff4480d09e69a01f0b5730542aaa1b0f9eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 21 Apr 2025 19:11:00 +0200 Subject: [PATCH] Add deprecation notice --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d73dfea..6eab8bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> [!WARNING] +> This repo is deprecated because `bundle doctor --ssl` now provides information +> to troubleshoot SSL issues. It will still be maintained until all supported +> rubies ship with a version of Bundler providing `bundle doctor --ssl`, because +> many times SSL issues prevent users from upgrading Bundler. + # ruby-ssl-check This script tries to help you diagnose SSL problems, especially related to certificates or TLS version while connecting to https://rubygems.org.