Skip to content

Commit

Permalink
chore: add ruby 3.4 support in gh actions (#223)
Browse files Browse the repository at this point in the history
* chore: add ruby 3.4 support in gh actions

* chore: logger and base64 need to be explicitly set as requirements for a warning free experience in ruby 3.4
  • Loading branch information
rarruda authored Feb 4, 2025
1 parent 0621325 commit 03e988d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- windows
ruby-version:
- jruby-9.4
- 3.4
- 3.3
- 3.2
- 3.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Ruby client for the [Unleash](https://github.com/Unleash/unleash) feature manage

## Supported Ruby interpreters

- MRI 3.4
- MRI 3.3
- MRI 3.2
- MRI 3.1
Expand Down
3 changes: 3 additions & 0 deletions unleash-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Gem::Specification.new do |spec|

spec.add_dependency "yggdrasil-engine", "~> 1.0.1"

spec.add_dependency "base64", "~> 0.2.0"
spec.add_dependency "logger", "~> 1.6.5"

spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rspec", "~> 3.12"
Expand Down

0 comments on commit 03e988d

Please sign in to comment.