diff --git a/Gemfile b/Gemfile index c8f707f6f832e4..97d520e604db02 100644 --- a/Gemfile +++ b/Gemfile @@ -31,4 +31,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "html-proofer", '>=3.3.1' -gem "eip_validator", ">=0.8.0" +gem "eip_validator", ">=0.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index bc94a2e3c348ab..6082d6b3b3b79c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM commonmarker (0.17.9) ruby-enum (~> 0.5) concurrent-ruby (1.0.5) - eip_validator (0.8.0) + eip_validator (0.8.2) activemodel front_matter_parser (~> 0.1.1) ethon (0.11.0) @@ -257,7 +257,7 @@ PLATFORMS ruby DEPENDENCIES - eip_validator (>= 0.8.0) + eip_validator (>= 0.8.2) github-pages html-proofer (>= 3.3.1) jekyll (~> 3.6.2)