From f39e21e3aa0c2958a508801f8d03e8a51a706f30 Mon Sep 17 00:00:00 2001 From: meows Date: Tue, 9 Jan 2024 10:59:34 -0700 Subject: [PATCH] comments for source of the ecip_validator tool Signed-off-by: meows --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 06e93e6e7..215ae4f29 100644 --- a/Gemfile +++ b/Gemfile @@ -32,6 +32,8 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "html-proofer", '>=3.3.1' +# https://rubygems.org/gems/ecip_validator +# https://github.com/meowsbits/ecip_validator gem 'ecip_validator', '>= 0.10.0' # Rel issue: https://github.com/ethereumclassic/ECIPs/pull/308#issuecomment-618044919