Skip to content

Commit

Permalink
Relax development gem version
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Sep 2, 2024
1 parent f7dc969 commit 41f648e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fluent-plugin-watch-objectspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
spec.test_files = test_files
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 2.3.27"
spec.add_development_dependency "rake", "~> 13.0.6"
spec.add_development_dependency "test-unit", "~> 3.4.4"
spec.add_development_dependency "test-unit-rr", "~> 1.0.5"
spec.add_development_dependency "bundler", [">= 2.5.0", "< 2.6"]
spec.add_development_dependency "rake", "< 14"
spec.add_development_dependency "test-unit", "< 3.7"
spec.add_development_dependency "test-unit-rr", "< 1.1"
spec.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"]
end

0 comments on commit 41f648e

Please sign in to comment.