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.
1 parent 629e818 commit 974b80eCopy full SHA for 974b80e
phrase.gemspec
@@ -20,11 +20,11 @@ Gem::Specification.new do |s|
20
"source_code_uri" => "https://github.com/phrase/phrase-ruby"
21
}
22
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'
+ s.add_runtime_dependency 'typhoeus', '>= 1.0.1'
+ s.add_runtime_dependency 'json', '>= 2.1.0'
+ s.add_runtime_dependency 'link-header-parser'
26
27
- s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
+ s.add_development_dependency 'rspec', '>= 3.6.0'
28
29
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
30
s.test_files = `find spec/*`.split("\n")
0 commit comments