Skip to content

Commit

Permalink
Bump json-schema from 4.3.1 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 4.3.1 to 5.0.1.
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v4.3.1...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent fc38578 commit 7e87e27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ group :test do
gem 'haikunator'
gem 'shoulda-matchers', '~> 6.4'

gem 'json-schema', '~> 4.3.1'
gem 'json-schema', '~> 5.0.1'
gem 'launchy'
gem 'minitest-retry', require: false
gem 'rdf-isomorphic', '~> 3.3.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ GEM
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.2)
json-schema (4.3.1)
addressable (>= 2.8)
json-schema (5.0.1)
addressable (~> 2.8)
jwt (2.7.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -657,7 +657,7 @@ DEPENDENCIES
image_processing
jbuilder
jsbundling-rails
json-schema (~> 4.3.1)
json-schema (~> 5.0.1)
kaminari
launchy
minitest-retry
Expand Down

0 comments on commit 7e87e27

Please sign in to comment.