Skip to content

Commit 9f87b39

Browse files
v1.3.1 — fix gemspec dependency constraints
1 parent 1393b53 commit 9f87b39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/metalpriceapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MetalpriceAPI
4-
VERSION = '1.3.0'
4+
VERSION = '1.3.1'
55
end

metalpriceapi.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
1414
s.homepage = 'http://github.com/metalpriceapi/metalpriceapi-ruby'
1515
s.licenses = ['MIT']
1616
s.summary = 'Official MetalpriceAPI Ruby client.'
17-
s.add_dependency 'faraday', '>= 1.0.0'
18-
s.add_dependency 'faraday_middleware'
17+
s.required_ruby_version = '>= 2.7'
18+
s.add_dependency 'faraday', '~> 1.0', '>= 1.0.0'
19+
s.add_dependency 'faraday_middleware', '~> 1.0'
1920
end

0 commit comments

Comments
 (0)