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

Commits on Jul 2, 2024

  1. fix: Add missing gems for Ruby 3.3 and higher

    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- committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f7c3aca View commit details
    Browse the repository at this point in the history