Skip to content

Commit

Permalink
Merge pull request #148 from fluent/relax-active-support
Browse files Browse the repository at this point in the history
Relax required activesupport version to accept latest one
  • Loading branch information
ashie committed Mar 22, 2024
2 parents 589527d + 386871a commit 66e411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-sql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.license = "Apache-2.0"

gem.add_dependency "fluentd", [">= 1.7.0", "< 2"]
gem.add_dependency 'activerecord', "~> 6.1"
gem.add_dependency 'activerecord', [">= 6.1", "< 7.2"]
gem.add_dependency 'activerecord-import', "~> 1.0"
gem.add_development_dependency "rake", ">= 0.9.2"
gem.add_development_dependency "test-unit", "> 3.1.0"
Expand Down

0 comments on commit 66e411b

Please sign in to comment.