Skip to content

Add base64 as a runtime dependency#16

Merged
orien merged 2 commits into
mainfrom
base64
Feb 22, 2024
Merged

Add base64 as a runtime dependency#16
orien merged 2 commits into
mainfrom
base64

Conversation

@orien
Copy link
Copy Markdown
Member

@orien orien commented Feb 21, 2024

Context

EjsonWrapper uses the base64 library from the Ruby standard library:

In the forthcoming Ruby 3.4, the base64 library will be come a 'bundled' library. It must be included in gem sets to be used with Bundler.

In Ruby 3.3 a deprecation warning is shown:

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.

Example: https://github.com/envato/ejson_wrapper/actions/runs/7643628676/job/20826109584#step:4:6

Change

Add base64 as a runtime dependency in the gemspec.

@orien orien requested a review from viraptor February 21, 2024 05:33
@orien orien merged commit 447ec58 into main Feb 22, 2024
@orien orien deleted the base64 branch February 22, 2024 06:10
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.

3 participants