Skip to content

Commit 831b54c

Browse files
Update json requirement from ~> 1.8, >= 1.8.3 to >= 1.8.3, < 3.0
Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](ruby/json@v1.8.6...v2.6.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d6de2d commit 831b54c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
docusign_esign (2.0.0)
5-
json (~> 1.8, >= 1.8.3)
5+
json (>= 1.8.3, < 3.0)
66
jwt (~> 1.0, >= 1.5.2)
77
typhoeus (~> 1.0, >= 1.0.1)
88

@@ -25,7 +25,7 @@ GEM
2525
ffi (>= 1.3.0)
2626
ffi (1.11.1)
2727
hashdiff (0.4.0)
28-
json (1.8.6)
28+
json (2.6.1)
2929
jwt (1.5.6)
3030
public_suffix (3.1.0)
3131
rake (12.0.0)
@@ -45,7 +45,7 @@ GEM
4545
safe_yaml (1.0.5)
4646
sys-uname (1.0.4)
4747
ffi (>= 1.0.0)
48-
typhoeus (1.3.1)
48+
typhoeus (1.4.0)
4949
ethon (>= 0.9.0)
5050
vcr (3.0.3)
5151
webmock (1.24.6)

docusign_esign.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828

2929
s.add_runtime_dependency 'jwt', '~> 1.0', '>= 1.5.2'
3030
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31-
s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.3'
31+
s.add_runtime_dependency 'json', '>= 1.8.3', '< 3.0'
3232

3333
s.add_development_dependency 'rspec-mocks', '~> 3.8', '>= 3.8.0'
3434
s.add_development_dependency 'rspec-expectations', '~> 3.8', '>= 3.8.0'

0 commit comments

Comments
 (0)