Skip to content

Commit

Permalink
Upgrade to json_schemer ~> 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Apr 3, 2024
1 parent 3a9a1b0 commit 59e685d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord_json_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-rspec', '~> 1.44'
spec.add_development_dependency 'rubocop-standard', '~> 6.0'

spec.add_dependency 'json_schemer', '~> 2.0'
spec.add_dependency 'json_schemer', '~> 2.2'
spec.add_dependency 'activerecord', '>= 4.2.0', '< 8'
end

0 comments on commit 59e685d

Please sign in to comment.