Skip to content

Commit e474ed5

Browse files
Update json requirement from >= 2.6.3, < 2.10.0 to >= 2.6.3, < 2.11.0
Updates the requirements on [json](https://github.com/ruby/json) to permit the latest version. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.6.3...v2.10.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81a77f8 commit e474ed5

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)