Skip to content

Relax base64 dependency to allow 0.2.x - #9

Open
teenu4 wants to merge 2 commits into
loqimean:masterfrom
teenu4:relax-base64-dependency
Open

Relax base64 dependency to allow 0.2.x#9
teenu4 wants to merge 2 commits into
loqimean:masterfrom
teenu4:relax-base64-dependency

Conversation

@teenu4

@teenu4 teenu4 commented Jun 24, 2026

Copy link
Copy Markdown

monopay-ruby only calls Base64.decode64, an API unchanged between base64 0.1.x and 0.2.x. The tight ~> 0.1.1 pin blocks upgrading kamal (which requires base64 ~> 0.2) in apps that depend on both gems.

monopay-ruby only calls Base64.decode64, an API unchanged between
base64 0.1.x and 0.2.x. The tight ~> 0.1.1 pin blocks upgrading kamal
(which requires base64 ~> 0.2) in apps that depend on both gems.
@loqimean

loqimean commented Jul 5, 2026

Copy link
Copy Markdown
Owner

monopay-ruby only calls Base64.decode64, an API unchanged between base64 0.1.x and 0.2.x. The tight ~> 0.1.1 pin blocks upgrading kamal (which requires base64 ~> 0.2) in apps that depend on both gems.

Hello, that's a good point, thanks for contribution. I will merge it when CI become green

@loqimean

loqimean commented Jul 5, 2026

Copy link
Copy Markdown
Owner

@teenu4 looks like you have to run bundle install after changing dependencies

@teenu4

teenu4 commented Jul 14, 2026

Copy link
Copy Markdown
Author

Hi @loqimean, you're right, my bad 🙂
I ran bundle install so Gemfile.lock is updated now, please review when you have a chance.
Thanks!

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