Skip to content

Commit

Permalink
Merge pull request #5415 from dodona-edu/dependabot/bundler/json_sche…
Browse files Browse the repository at this point in the history
…mer-2.2.0

Bump json_schemer from 2.1.1 to 2.2.0
  • Loading branch information
bmesuere authored Mar 4, 2024
2 parents f491aea + 0a53ffb commit e132e02
Show file tree
Hide file tree
Showing 2 changed files with 5 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.18.3', require: false

# used to validate container responses
gem 'json_schemer', '~> 2.1.1'
gem 'json_schemer', '~> 2.2.0'

# delayed jobs
gem 'delayed_job_active_record', '~> 4.1.8'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
json_schemer (2.1.1)
json_schemer (2.2.0)
base64
bigdecimal
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
Expand Down Expand Up @@ -595,7 +597,7 @@ DEPENDENCIES
image_processing (~> 1.12.2)
jbuilder (~> 2.11.5)
jsbundling-rails (~> 1.3.0)
json_schemer (~> 2.1.1)
json_schemer (~> 2.2.0)
jwt (~> 2.8.0)
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
Expand Down

0 comments on commit e132e02

Please sign in to comment.