We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1393b53 commit 9f87b39Copy full SHA for 9f87b39
lib/metalpriceapi/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MetalpriceAPI
4
- VERSION = '1.3.0'
+ VERSION = '1.3.1'
5
end
metalpriceapi.gemspec
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
14
s.homepage = 'http://github.com/metalpriceapi/metalpriceapi-ruby'
15
s.licenses = ['MIT']
16
s.summary = 'Official MetalpriceAPI Ruby client.'
17
- s.add_dependency 'faraday', '>= 1.0.0'
18
- s.add_dependency 'faraday_middleware'
+ s.required_ruby_version = '>= 2.7'
+ s.add_dependency 'faraday', '~> 1.0', '>= 1.0.0'
19
+ s.add_dependency 'faraday_middleware', '~> 1.0'
20
0 commit comments