Skip to content

Commit

Permalink
Bump id3tag version (#197)
Browse files Browse the repository at this point in the history
* Bump id3tag version

* Updating CHANGELOG with id3tag bump/fix
  • Loading branch information
lao authored Jan 10, 2022
1 parent bb7d501 commit 61b6de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.0.0
* Dropping support for Ruby 2.2.X, 2.3.X and 2.4.X
* MP3: Fix negative length reads in edge cases by bumping `id3tag` version to `v0.14.2`

## 0.29.1
* Fix handling of 200 responses with `parse_http` as well as handling of very small responses which do not need range access
Expand Down
2 changes: 1 addition & 1 deletion format_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'ks', '~> 0.0'
spec.add_dependency 'exifr', '~> 1', '>= 1.3.8'
spec.add_dependency 'id3tag', '~> 0.14'
spec.add_dependency 'id3tag', '~> 0.14', '>= 0.14.2'
spec.add_dependency 'faraday', '~> 0.13'
spec.add_dependency 'faraday_middleware', '~> 0.14'
spec.add_dependency 'measurometer', '~> 1'
Expand Down

0 comments on commit 61b6de6

Please sign in to comment.