We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4c674 commit 54bf722Copy full SHA for 54bf722
1 file changed
fern/products/sdks/overview/ruby/changelog/2026-03-30.mdx
@@ -0,0 +1,8 @@
1
+## 1.1.7
2
+**`(fix):`** Add explicit `base64` gem dependency for APIs using Basic Auth.
3
+The gemspec now conditionally includes `spec.add_dependency "base64"`
4
+when the API definition contains a basic auth scheme, ensuring the
5
+`Base64.strict_encode64` call in the generated client works on all
6
+Ruby versions where `base64` is a bundled gem.
7
+
8
0 commit comments