We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda9c4b + 68b0bc3 commit b098d84Copy full SHA for b098d84
cirro-ruby-client.gemspec
@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
26
spec.require_paths = ['lib']
27
28
spec.add_runtime_dependency 'jwt'
29
+ spec.add_runtime_dependency 'faraday', '< 1.2.0'
30
spec.add_runtime_dependency 'faraday_middleware'
- spec.add_runtime_dependency 'json_api_client'
31
+ spec.add_runtime_dependency 'json_api_client', '>= 1.10.0'
32
end
lib/cirro_io/client/version.rb
@@ -1,7 +1,7 @@
1
# rubocop:disable Style/MutableConstant
2
module CirroIO
3
module Client
4
- VERSION = '1.2.2'
+ VERSION = '1.2.3'
5
6
7
# rubocop:enable Style/MutableConstant
0 commit comments