Verified Commit f17a969a authored by andrey's avatar andrey 🇱🇻
Browse files

Support rails 8.1 version

parent 9adf1516
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
  spec.required_ruby_version = ">= 3.3", "< 5"

  # Please maintain alphabetical order for dependencies
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 8.1.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 8.1.0"
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 8.2.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 8.2.0"
  spec.add_runtime_dependency "grpc", ">= 1.75" # Be sure to update the "grpc-tools" dev_dependency too
  spec.add_runtime_dependency "google-protobuf", ">= 3.25", "< 5.0"
  spec.add_runtime_dependency "jaeger-client", "~> 1.1.0"