Skip to content

Commit f23c075

Browse files
authored
Merge pull request #156 from launchdarkly/eb/ch118053/dependency-constraints
allow higher minor versions of json and http gems
2 parents 2a7e0fb + 57d8eae commit f23c075

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

launchdarkly-server-sdk.gemspec

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Gem::Specification.new do |spec|
3838
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
3939
spec.add_runtime_dependency "ld-eventsource", "~> 2.0"
4040

41-
# lock json to 2.3.x as ruby libraries often remove
42-
# support for older ruby versions in minor releases
43-
spec.add_runtime_dependency "json", "~> 2.3.1"
44-
spec.add_runtime_dependency "http", "~> 4.4.1"
41+
spec.add_runtime_dependency "json", "~> 2.3"
42+
spec.add_runtime_dependency "http", "~> 4.4"
4543
end

0 commit comments

Comments
 (0)