Skip to content

Commit

Permalink
Bump json-schema from 2.8.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 2.8.1 to 3.0.0.
- [Release notes](https://github.com/voxpupuli/json-schema/releases)
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v2.8.1...v3.0.0)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2022
1 parent ed0ab67 commit 56aa714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'graphql'
gem 'honeybadger', '~> 4.12'
gem 'httparty'
gem 'jquery-rails', '~> 4.4'
gem 'json-schema', '~> 2.8'
gem 'json-schema', '~> 3.0'
gem 'librato-metrics', '~> 2.1.2'
gem 'lograge'
gem 'mime-types'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
aggregate (0.2.3)
ar_outer_joins (0.2.0)
activerecord (>= 3.2)
Expand Down Expand Up @@ -194,8 +194,8 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json-schema (2.8.1)
addressable (>= 2.4)
json-schema (3.0.0)
addressable (>= 2.8)
jsonapi-renderer (0.2.2)
jwt (1.5.6)
kaminari (1.2.2)
Expand Down Expand Up @@ -291,7 +291,7 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
public_suffix (5.0.0)
puma (6.0.0)
nio4r (~> 2.0)
pundit (2.2.0)
Expand Down Expand Up @@ -507,7 +507,7 @@ DEPENDENCIES
honeybadger (~> 4.12)
httparty
jquery-rails (~> 4.4)
json-schema (~> 2.8)
json-schema (~> 3.0)
librato-metrics (~> 2.1.2)
listen (~> 3.7)
lograge
Expand Down

0 comments on commit 56aa714

Please sign in to comment.