mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Wallets: validate wallet YAML file using JSON Schema
This commit is contained in:
parent
0354fe0399
commit
ab641d7300
7 changed files with 361 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -23,6 +23,8 @@ group :development do
|
|||
gem 'RedCloth'
|
||||
gem 'therubyracer' # required by less
|
||||
gem 'jshintrb', '~>0.3.0'
|
||||
gem 'safe_yaml'
|
||||
gem 'json-schema'
|
||||
end
|
||||
|
||||
## Not used on build server. Only used by developers and Travis CI, so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue