We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a7e0fb + 57d8eae commit f23c075Copy full SHA for f23c075
launchdarkly-server-sdk.gemspec
@@ -38,8 +38,6 @@ Gem::Specification.new do |spec|
38
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
39
spec.add_runtime_dependency "ld-eventsource", "~> 2.0"
40
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"
+ spec.add_runtime_dependency "json", "~> 2.3"
+ spec.add_runtime_dependency "http", "~> 4.4"
45
end
0 commit comments