Skip to content

Commit

Permalink
Bump json_schemer from 1.0.1 to 1.0.3
Browse files Browse the repository at this point in the history
Bumps [json_schemer](https://github.com/davishmcclurg/json_schemer) from 1.0.1 to 1.0.3.
- [Changelog](https://github.com/davishmcclurg/json_schemer/blob/master/CHANGELOG.md)
- [Commits](davishmcclurg/json_schemer@v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: json_schemer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 4dc98f2 commit b20e967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'image_processing', '~> 1.12.2'
gem 'bootsnap', '~> 1.16.0', require: false

# used to validate container responses
gem 'json_schemer', '~> 1.0.1'
gem 'json_schemer', '~> 1.0.3'

# delayed jobs
gem 'delayed_job_active_record', '~> 4.1.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
json_schemer (1.0.1)
json_schemer (1.0.3)
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
Expand Down Expand Up @@ -548,7 +548,7 @@ DEPENDENCIES
image_processing (~> 1.12.2)
jbuilder (~> 2.11.5)
jsbundling-rails (~> 1.1.1)
json_schemer (~> 1.0.1)
json_schemer (~> 1.0.3)
jwt (~> 2.7.1)
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
Expand Down

0 comments on commit b20e967

Please sign in to comment.