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;
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
Current Behavior
require 'chamber'fails withcannot load such file -- base64error.Steps to Reproduce
With the gemfile;
and the test file:
Then run the test file with Ruby 3.4;
Expected Behavior
The
base64gem has been removed from the core Ruby libraries from Ruby version 3.4 and so it needs to be explicitly included. Aschamberdepends on it it should be in the dependency list.Environment
OS:
Ruby Version: 3.4