-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'support-rails-8-0' into 'master'
Support rails-8-0 See merge request !127
... | ... | @@ -19,13 +19,13 @@ 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", "< 8.0.0" | ||
spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 8.0.0" | ||
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 "grpc", ">= 1.62" # 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" | ||
spec.add_runtime_dependency "pg_query", ">= 4.2.3", "< 6.0" | ||
spec.add_runtime_dependency "redis", ">3.0.0", "<6.0.0" | ||
spec.add_runtime_dependency "redis", "> 3.0.0", "< 6.0.0" | ||
# Please maintain alphabetical order for dev dependencies | ||
spec.add_development_dependency "excon", "~> 0.78.1" | ||
... | ... |
Please register or sign in to comment