Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into vvaradarajan/add_ne…
Browse files Browse the repository at this point in the history
…w_debug_headers
  • Loading branch information
ylecuyer committed May 1, 2024
2 parents 1ac6512 + 12d0dc5 commit e30354f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, "3.0", 3.1, head]
ruby: [2.7, "3.0", 3.1, 3.2, 3.3, head]

steps:
- name: Checkout repository
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ 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:

v3.5.0 (2023-08-23)
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 e30354f

Please sign in to comment.