Skip to content

base64 required for Ruby 3.4 #87

Description

@jrmhaig

Current Behavior

require 'chamber' fails with cannot load such file -- base64 error.

Steps to Reproduce

With the gemfile;

source "https://rubygems.org"

gem 'chamber'

and the test file:

# test.rb
require 'chamber'

Then run the test file with Ruby 3.4;

bundle exec ruby test.rb

Expected Behavior

The base64 gem has been removed from the core Ruby libraries from Ruby version 3.4 and so it needs to be explicitly included. As chamber depends on it it should be in the dependency list.

Environment

  • OS:

    • Windows
    • macOS
    • iOS
    • Android
    • Linux
    • Other
  • Ruby Version: 3.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions