Skip to content

Commit

Permalink
Bump minimal required avro version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotaixr committed Aug 7, 2023
1 parent 1e69ee8 commit b0ae475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avro_turf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "avro", ">= 1.7.7", "< 1.12"
spec.add_dependency "avro", ">= 1.8.0", "< 1.12"
spec.add_dependency "excon", "~> 0.71"

spec.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit b0ae475

Please sign in to comment.