Commit 23b57c4
committed
Adds base64 dependency
base64 was added to the gemspec, since starting in Ruby 3.4.0, base64 will no longer be part of the
default gems and will no longer be in the standard library.
base64 is used forAPI key and Cloud ID. The dependency used to be declared in transport, but it's
not needed there since the implementation using it is in this codebase.1 parent 109a971 commit 23b57c4
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments