Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add base64 gem explicitly as dependency
Browse files Browse the repository at this point in the history
base64 is no longer the default gem from Ruby 3.4
mataku committed Jun 24, 2024

Verified

This commit was signed with the committer’s verified signature.
mataku Takuma Homma
1 parent f2a313b commit 1e7594e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discordrb.gemspec
Original file line number Diff line number Diff line change
@@ -34,6 +34,8 @@ Gem::Specification.new do |spec|

spec.add_dependency 'discordrb-webhooks', '~> 3.5.0'

spec.add_dependency 'base64', '~> 0.2.0'

spec.required_ruby_version = '>= 3.1'

spec.add_development_dependency 'bundler', '>= 1.10', '< 3'

0 comments on commit 1e7594e

Please sign in to comment.