File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Tested with Ruby 3.2.2
1313
1414## CHANGELOG
1515
16+ ### v2.1.0
17+ - Upgraded json-schema version to 5+
18+
1619### v2.0.0
1720- Drop support for Rails 4
1821- Upgraded json-schema version to 4+
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
1717 s . add_runtime_dependency 'actionpack' , '>= 4'
1818 s . add_runtime_dependency 'hashie' , '~> 5.0'
19- s . add_runtime_dependency 'json-schema' , '~> 4 .0'
19+ s . add_runtime_dependency 'json-schema' , '~> 5 .0'
2020 s . add_runtime_dependency 'rspec' , '~> 3'
2121 s . add_runtime_dependency 'rspec-expectations' , '~> 3.1'
2222 s . add_runtime_dependency 'rspec-mocks' , '~> 3.1'
Original file line number Diff line number Diff line change 22
33module Apivore
44 # Forked from https://rubygems.org/gems/apivore at 1.6.2
5- VERSION = '2.0 .0.vsp'
5+ VERSION = '2.1 .0.vsp'
66end
You can’t perform that action at this time.
0 commit comments