Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base64 as runtime dependency #755

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Add base64 as runtime dependency #755

merged 1 commit into from
Aug 8, 2024

Conversation

sue445
Copy link
Contributor

@sue445 sue445 commented Aug 7, 2024

Fixed the following warning when running serverspec on Ruby 3.3

$ ruby --version
ruby 3.3.4 (2024-07-09 revision be1089c8ec) [arm64-darwin23]

$ bundle exec rspec
/app/vendor/bundle/ruby/3.3.0/gems/specinfra-2.90.0/lib/specinfra/backend/powershell/script_helper.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of specinfra-2.90.0 to add base64 into its gemspec.

See "Standard library updates" section in https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/

```
$ ruby --version
ruby 3.3.4 (2024-07-09 revision be1089c8ec) [arm64-darwin23]

$ bundle exec rspec
/app/vendor/bundle/ruby/3.3.0/gems/specinfra-2.90.0/lib/specinfra/backend/powershell/script_helper.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of specinfra-2.90.0 to add base64 into its gemspec.
```

c.f. https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
@mizzy
Copy link
Owner

mizzy commented Aug 8, 2024

Thanks!

@mizzy mizzy merged commit f3d1b51 into mizzy:master Aug 8, 2024
8 of 12 checks passed
@mizzy
Copy link
Owner

mizzy commented Aug 8, 2024

Released as v2.90.1.

@sue445 sue445 deleted the add_base64 branch August 8, 2024 01:34
@sue445
Copy link
Contributor Author

sue445 commented Aug 8, 2024

thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants