Skip to content

Commit c3c84f1

Browse files
Merge pull request #41 from microsoft/dependabot/bundler/json-gte-2.6.3-and-lt-2.11.0
Update json requirement from >= 2.6.3, < 2.10.0 to >= 2.6.3, < 2.11.0
2 parents 81a77f8 + e474ed5 commit c3c84f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoft_kiota_serialization_json.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232

3333
spec.add_runtime_dependency 'microsoft_kiota_abstractions', '~> 0.14.0'
3434
spec.add_runtime_dependency 'uuidtools', '>= 2.2', '< 3.1'
35-
spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.10.0'
35+
spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.11.0'
3636
spec.add_development_dependency 'rake', '~> 13.0'
3737
spec.add_development_dependency 'rspec', '~> 3.0'
3838
spec.add_development_dependency 'rubocop'

0 commit comments

Comments
 (0)