Skip to content

Commit 974b80e

Browse files
author
Phrase
committed
Deploying from phrase/openapi@1cf052b3
1 parent 629e818 commit 974b80e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phrase.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Gem::Specification.new do |s|
2020
"source_code_uri" => "https://github.com/phrase/phrase-ruby"
2121
}
2222

23-
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
24-
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
25-
s.add_runtime_dependency 'link-header-parser', '~> 4.0'
23+
s.add_runtime_dependency 'typhoeus', '>= 1.0.1'
24+
s.add_runtime_dependency 'json', '>= 2.1.0'
25+
s.add_runtime_dependency 'link-header-parser'
2626

27-
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
27+
s.add_development_dependency 'rspec', '>= 3.6.0'
2828

2929
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
3030
s.test_files = `find spec/*`.split("\n")

0 commit comments

Comments
 (0)