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 dev dependency #261

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Add base64 dev dependency #261

merged 2 commits into from
Jan 17, 2024

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 17, 2024

base64 is extracted as bundled gems for Ruby 3.4. We should add it to dev deps.

@nevans nevans merged commit d6725eb into master Jan 17, 2024
26 checks passed
@nevans nevans deleted the add-base64-dev-dependency branch January 17, 2024 03:03
@@ -35,7 +35,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "net-protocol"
spec.add_dependency "date"

spec.add_development_dependency "digest"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm curious: will development dependencies be deprecated in favor of Gemfile dependencies, or is there documentation on when they are still appropriate? Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

add_development_dependency is still accepted entirely. I prefer to use Gemfile instead of it because Gemfile has many of useful feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants