Bump json-schema
This commit is contained in:
parent
d4998ea4ff
commit
0306cab0dc
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -46,7 +46,7 @@ group :test do
|
|||
gem "simplecov-rcov", "0.3.1", require: false
|
||||
|
||||
# test helpers
|
||||
gem "json-schema", "~> 3.0"
|
||||
gem "json-schema", "~> 4.0"
|
||||
gem "rspec-collection_matchers", "~> 1.2.0"
|
||||
gem "rspec-json_expectations", "~> 2.1"
|
||||
gem "webmock", "~> 3.0"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ GEM
|
|||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.6.3)
|
||||
json-schema (3.0.0)
|
||||
json-schema (4.0.0)
|
||||
addressable (>= 2.8)
|
||||
listen (3.8.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
|
|
@ -226,7 +226,7 @@ DEPENDENCIES
|
|||
diaspora_federation-rails!
|
||||
diaspora_federation-test!
|
||||
fuubar (= 2.5.1)
|
||||
json-schema (~> 3.0)
|
||||
json-schema (~> 4.0)
|
||||
listen
|
||||
nyan-cat-formatter
|
||||
pronto (= 0.11.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue