Commit ded6d7b
committed
Declare base64 gem dependency, ready for Ruby 3.4.
The base64 gem is no longer a default gem in Ruby 3.4.
Add base64 to the gemspec, for forward compatibility with Ruby 3.4 and
to resolve the `base64 was loaded from the standard library, but will no
longer be part of the default gems since Ruby 3.4.0` warning that Ruby
3.3 emits on loading client_ruby.
https://docs.ruby-lang.org/en/master/NEWS_md.html#label-Stdlib+updates
Signed-off-by: Chris Banks <chris@banks.cx>1 parent 8b177b4 commit ded6d7b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments