Skip to content

Commit b098d84

Browse files
Merge pull request #11 from test-IO/fix/require_higher_json_api_client_version
WIP Require higher json api client version
2 parents eda9c4b + 68b0bc3 commit b098d84

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cirro-ruby-client.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.require_paths = ['lib']
2727

2828
spec.add_runtime_dependency 'jwt'
29+
spec.add_runtime_dependency 'faraday', '< 1.2.0'
2930
spec.add_runtime_dependency 'faraday_middleware'
30-
spec.add_runtime_dependency 'json_api_client'
31+
spec.add_runtime_dependency 'json_api_client', '>= 1.10.0'
3132
end

lib/cirro_io/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rubocop:disable Style/MutableConstant
22
module CirroIO
33
module Client
4-
VERSION = '1.2.2'
4+
VERSION = '1.2.3'
55
end
66
end
77
# rubocop:enable Style/MutableConstant

0 commit comments

Comments
 (0)