Skip to content

Commit a43d5f1

Browse files
#22 restricts json_api_client version to <= 1.18.0 (#24)
* restricts json_api_client version to <= 1.18.0 * Update cirro-ruby-client.gemspec Co-authored-by: Alexander Senko <[email protected]>
1 parent 7e51526 commit a43d5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
cirro-ruby-client (1.6.1)
55
faraday (< 1.2.0)
66
faraday_middleware
7-
json_api_client (>= 1.10.0)
7+
json_api_client (>= 1.10.0, <= 1.18.0)
88
jwt
99

1010
GEM

cirro-ruby-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.add_runtime_dependency 'jwt'
2929
spec.add_runtime_dependency 'faraday', '< 1.2.0'
3030
spec.add_runtime_dependency 'faraday_middleware'
31-
spec.add_runtime_dependency 'json_api_client', '>= 1.10.0'
31+
spec.add_runtime_dependency 'json_api_client', '>= 1.10.0', '<= 1.18.0' # TODO: see https://github.com/test-IO/cirro-ruby-client/issues/19
3232
end

0 commit comments

Comments
 (0)