Skip to content

Conversation

@wozozo
Copy link
Contributor

@wozozo wozozo commented Mar 11, 2025

This pull request includes a minor change to the payjp.gemspec file, which adds a new dependency to the project.

  • Added base64 as a new dependency in the payjp.gemspec file.

fix #38

@wozozo wozozo requested a review from Copilot March 11, 2025 07:11
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

PR Overview

This pull request adds a new dependency to the gemspec file by including the 'base64' library.

  • Added 'base64' dependency to payjp.gemspec
  • Minor update to the gemspec to address issue #38

Reviewed Changes

File Description
payjp.gemspec Adds the 'base64' dependency to gemspec

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

payjp.gemspec:16

  • The 'base64' library is part of Ruby's standard library, so adding it as an external dependency might be unnecessary unless there's a specific reason. Consider removing the dependency declaration if it's not required.
  s.add_dependency('base64')

@wozozo wozozo merged commit 65c81f8 into master Mar 12, 2025
7 checks passed
@wozozo wozozo deleted the resolve-payjp-gem-load-error branch March 12, 2025 08:17
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.

Ruby 3.4以降でbase64が読み込めないエラー

3 participants