Skip to content

Commit

Permalink
bump json_schemer
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Mar 11, 2024
1 parent 65e0446 commit 732bf61
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 @@ -107,7 +107,7 @@ gem 'svg-graph', '~> 2.2.0'

gem 'date_validator', '~> 0.12.0'
gem 'email_validator', '~> 2.2.3'
gem 'json_schemer', '~> 2.1.0'
gem 'json_schemer', '~> 2.2.0'
gem 'ruby-duration', '~> 3.2.0'

# `config/initializers/mail_starttls_patch.rb` has also been patched to
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,9 @@ GEM
faraday-follow_redirects
json-schema (4.1.1)
addressable (>= 2.8)
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 @@ -1223,7 +1225,7 @@ DEPENDENCIES
httpx
i18n-js (~> 4.2.3)
i18n-tasks (~> 1.0.13)
json_schemer (~> 2.1.0)
json_schemer (~> 2.2.0)
json_spec (~> 1.1.4)
ladle
launchy (~> 3.0.0)
Expand Down

0 comments on commit 732bf61

Please sign in to comment.