Skip to content

Commit

Permalink
Better: require base64 for ruby 3.4 support (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed May 1, 2024
1 parent 0faf4a0 commit 12d0dc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ Removed features:

Internal improvements:

* Require base64 for ruby 3.4 support ([#688](https://github.com/arsduo/koala/pull/688))

Testing improvements:

* Fix CI for ruby 3.4 ([#688](https://github.com/arsduo/koala/pull/688))
* Add latest rubies to CI ([#687](https://github.com/arsduo/koala/pull/687))

Others:
Expand Down
1 change: 1 addition & 0 deletions koala.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency("addressable")
gem.add_runtime_dependency("json", ">= 1.8")
gem.add_runtime_dependency("rexml")
gem.add_runtime_dependency("base64")
end

0 comments on commit 12d0dc5

Please sign in to comment.