Skip to content

Commit

Permalink
Update json_schema to at least 4 (where they added ruby 3.2 to the CI…
Browse files Browse the repository at this point in the history
… matrix)
  • Loading branch information
jmarrec committed May 22, 2024
1 parent a250fc0 commit 1a975a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|

s.add_dependency "topolys", "~> 0"
s.add_dependency "osut", "~> 0"
s.add_dependency "json-schema", "~> 2.7.0"
s.add_dependency "json-schema", "~> 4"

s.add_development_dependency "bundler", "~> 2.1"
s.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 1a975a4

Please sign in to comment.