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

Add base64 as a dependency for Ruby 3.4 #169

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Add base64 as a dependency for Ruby 3.4 #169

merged 1 commit into from
Jun 10, 2024

Conversation

mullermp
Copy link
Collaborator

@mullermp mullermp commented Jun 10, 2024

Adds base64 as a dependency as required by Ruby 3.4

@@ -11,5 +11,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.files = Dir["LICENSE", "README.md", "lib/**/*.rb"]

spec.add_runtime_dependency 'base64'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do this in a different minor version from the other fixes? (in particular I'm thinking, if this causes issues for some users, being able to use the smaller version of the gem would be useful).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine to not do that. The current experience is already what's expected, and a new version can be a carrot to upgrade (using new ruby, smaller gem, etc..)

@mullermp mullermp merged commit 29aac7b into master Jun 10, 2024
10 checks passed
@mullermp mullermp deleted the base64 branch June 10, 2024 17:23
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