diff --git a/.github/workflows/ecip_validation.yml b/.github/workflows/ecip_validation.yml index ab4a02a0e..a01707fd7 100644 --- a/.github/workflows/ecip_validation.yml +++ b/.github/workflows/ecip_validation.yml @@ -13,6 +13,6 @@ jobs: ruby-version: 2.6.10 - name: Validate the ECIP spec files run: | - gem install bundler + gem install bundler -v 2.4.22 bundle install --jobs 4 --retry 3 shopt -s globstar; bundle exec ecip_validator _specs/**/*.md diff --git a/Gemfile b/Gemfile index 352f5c165..215ae4f29 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,9 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "html-proofer", '>=3.3.1' -gem 'ecip_validator', '>= 0.9.0' +# 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 gem 'faraday', '~> 0.17.3'