Skip to content

Commit

Permalink
Merge pull request #156 from launchdarkly/eb/ch118053/dependency-cons…
Browse files Browse the repository at this point in the history
…traints

allow higher minor versions of json and http gems
  • Loading branch information
eli-darkly authored Aug 10, 2021
2 parents 2a7e0fb + 57d8eae commit f23c075
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions launchdarkly-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
spec.add_runtime_dependency "ld-eventsource", "~> 2.0"

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

0 comments on commit f23c075

Please sign in to comment.