Skip to content

Commit

Permalink
Relax avro_turf dependency to support a wider range of versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Nov 18, 2024
1 parent fb5c94e commit 8effcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.add_development_dependency "sinatra"

spec.add_dependency "activesupport", ">= 5.2"
spec.add_dependency "avro_turf", "~> 1.3.0"
spec.add_dependency "avro_turf", "~> 1.0.0"
spec.add_dependency "waterdrop", ">= 2.4.10", "< 3.0.0"
spec.add_dependency "webmock", "~> 3.3"
spec.add_dependency "ostruct"
Expand Down

0 comments on commit 8effcbe

Please sign in to comment.