Skip to content

Commit

Permalink
Update eip_validator to 0.8.2 (ethereum#2161)
Browse files Browse the repository at this point in the history
* Fix Markdown formatting in EIP-1186

* Update eip_validator to 0.8.2
  • Loading branch information
axic authored and t4n6a1ka committed Jul 2, 2019
1 parent 27a1248 commit 382d471
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EIPS/eip-1186.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Since this only adds a new Method there are no issues with Backwards Compatibili
## Test Cases
<!--Test cases for an implementation are mandatory for EIPs that are affecting consensus changes. Other EIPs can choose to include links to test cases if applicable.-->

<TODO>Tests still need to be implemented, but the core function creating the proof already exists inside the clients and are well tested.
TODO: Tests still need to be implemented, but the core function creating the proof already exists inside the clients and are well tested.

## Implementation
<!--The implementations must be completed before any EIP is given status "Final", but it need not be completed before the EIP is accepted. While there is merit to the approach of reaching consensus on the specification and rationale before writing code, the principle of "rough consensus and running code" is still useful when it comes to resolving many discussions of API details.-->
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 382d471

Please sign in to comment.