Skip to content

Commit

Permalink
Merge pull request #208 from tjwp/tjwp/avro-1.12
Browse files Browse the repository at this point in the history
Add compatibility with Avro v1.12
  • Loading branch information
dasch authored Aug 5, 2024
2 parents 9aa0bbe + b30f262 commit 9965d57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.6, 2.7, "3.0", 3.1, 3.2]
ruby: [3.0, 3.1, 3.2, 3.3]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Add compatibility with Avro v1.12.x.

## v1.15.0

- Use `default_namespace` from exception to load nested schemas from the correct namespace. (#203)
Expand Down
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.11.3", "< 1.12"
spec.add_dependency "avro", ">= 1.11.3", "< 1.13"
spec.add_dependency "excon", "~> 0.104"

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

0 comments on commit 9965d57

Please sign in to comment.