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

fix: Add missing gems for Ruby 3.3 and higher #401

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

Ferenc-
Copy link
Contributor

@Ferenc- Ferenc- commented Jul 2, 2024

Fixes the following 2 kinds of warnings:

lib/instana/backend/host_agent_lookup.rb:4: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.
lib/instana/serverless.rb:4: 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.

Fixes the following 2 kinds of warnings:

````
lib/instana/backend/host_agent_lookup.rb:4: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.
lib/instana/serverless.rb:4: 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.
````

Signed-off-by: Ferenc Géczi <[email protected]>
@Ferenc- Ferenc- merged commit 53c35cf into master Jul 2, 2024
170 checks passed
@Ferenc- Ferenc- deleted the fix-missing-gems branch July 2, 2024 13:55
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