Skip to content

Commit

Permalink
Bump json-schema from 2.8.1 to 4.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 4.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...v4.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 May 19, 2023
1 parent ed9f2c5 commit 0e3a9c4
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 @@ -28,7 +28,7 @@ gem 'graphql'
gem 'honeybadger', '~> 5.2'
gem 'httparty'
gem 'jquery-rails', '~> 4.5'
gem 'json-schema', '~> 2.8'
gem 'json-schema', '~> 4.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 @@ -84,8 +84,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
aggregate (0.2.3)
ast (2.4.2)
aws-eventstream (1.2.0)
Expand Down Expand Up @@ -232,8 +232,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 (4.0.0)
addressable (>= 2.8)
jsonapi-renderer (0.2.2)
jwt (1.5.6)
kaminari (1.2.2)
Expand Down Expand Up @@ -341,7 +341,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
public_suffix (5.0.1)
puma (6.1.1)
nio4r (~> 2.0)
pundit (2.3.0)
Expand Down Expand Up @@ -547,7 +547,7 @@ DEPENDENCIES
honeybadger (~> 5.2)
httparty
jquery-rails (~> 4.5)
json-schema (~> 2.8)
json-schema (~> 4.0)
librato-metrics (~> 2.1.2)
listen (~> 3.8)
lograge
Expand Down

0 comments on commit 0e3a9c4

Please sign in to comment.