Skip to content

Commit 887eaea

Browse files
gaganawhaddelikat
authored andcommitted
Allow httparty 0.14 (#25)
This commit updates the gemspec to allow httparty 0.14
1 parent 32b4d44 commit 887eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely-sdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
2121
spec.add_development_dependency "rubocop", "~> 0.41.1"
2222

2323
spec.add_runtime_dependency "murmurhash3", "~> 0.1.6"
24-
spec.add_runtime_dependency "httparty", ">= 0.11.0", "< 0.14.0"
24+
spec.add_runtime_dependency "httparty", "~> 0.11"
2525
spec.add_runtime_dependency "json-schema", "~> 2.6.2"
2626
end

0 commit comments

Comments
 (0)