Skip to content

Commit

Permalink
Bump json-schema from 2.8.1 to 5.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 5.0.0.
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v2.8.1...v5.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 Sep 9, 2024
1 parent 481a977 commit 498f3b8
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', '~> 5.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.7)
public_suffix (>= 2.0.2, < 7.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 (5.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 (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.4.0)
Expand Down Expand Up @@ -549,7 +549,7 @@ DEPENDENCIES
honeybadger (~> 5.2)
httparty
jquery-rails (~> 4.5)
json-schema (~> 2.8)
json-schema (~> 5.0)
librato-metrics (~> 2.1.2)
listen (~> 3.8)
lograge
Expand Down

0 comments on commit 498f3b8

Please sign in to comment.