Verified Commit 635cd1b5 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu
Browse files

Support ActionPack and ActiveSupport 7.x

This is needed for Rails 7 compatibility
parent ad87bc18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
  spec.required_ruby_version = ">= 2.6.0"

  # Please maintain alphabetical order for dependencies
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 7.0.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 7.0.0"
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 8.0.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 8.0.0"
  spec.add_runtime_dependency "grpc", ">= 1.37" # Be sure to update the "grpc-tools" dev_dependency too
  spec.add_runtime_dependency "jaeger-client", "~> 1.1.0"
  spec.add_runtime_dependency "opentracing", "~> 0.4"