Skip to content

Commit 4934f43

Browse files
gaganawhaddelikat
authored andcommitted
Relax patch version requirements on runtime dependencies (#29)
It generally helps to be optimistic about patch version requirements on runtime dependencies used in a gem. This should help reduce version conflicts when using this gem.
1 parent 973aa20 commit 4934f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimizely-sdk.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.add_development_dependency "rspec", "~> 3.4.0"
2121
spec.add_development_dependency "rubocop", "~> 0.41.1"
2222

23-
spec.add_runtime_dependency "murmurhash3", "~> 0.1.6"
23+
spec.add_runtime_dependency "murmurhash3", "~> 0.1"
2424
spec.add_runtime_dependency "httparty", "~> 0.11"
25-
spec.add_runtime_dependency "json-schema", "~> 2.6.2"
25+
spec.add_runtime_dependency "json-schema", "~> 2.6"
2626
end

0 commit comments

Comments
 (0)