Skip to content

Commit

Permalink
downgrade json-schema to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jan 9, 2024
1 parent 734a84a commit 4903b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanopt-geojson-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.18.2'
spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'

spec.add_runtime_dependency 'json-schema', '~> 2.8'
spec.add_runtime_dependency 'json-schema', '~> 2.7'
spec.add_runtime_dependency 'urbanopt-core', '~> 0.11.0'
end

0 comments on commit 4903b7f

Please sign in to comment.