Skip to content

Commit

Permalink
Fix/ecip validation bundler version (#523)
Browse files Browse the repository at this point in the history
* ecip_validation.yml: peg bundler version

Signed-off-by: meows <b5c6@protonmail.com>

* bump gemfile to v0.10.0

Signed-off-by: meows <b5c6@protonmail.com>

* comments for source of the ecip_validator tool

Signed-off-by: meows <b5c6@protonmail.com>

---------

Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits authored Jan 9, 2024
1 parent 936fae0 commit 4114715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecip_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 4114715

Please sign in to comment.