From 5d10cf8d203bfc32ed88d60b5a502279d8f19b40 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 17:49:38 +0000 Subject: [PATCH 1/3] [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.0.0-rc84 --- .fern/metadata.json | 4 ++-- Gemfile.lock | 16 ++++++++-------- lib/square/client.rb | 2 +- lib/square/version.rb | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index 9a96f404..629e5377 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -5,6 +5,6 @@ "generatorConfig": { "enableWireTests": true }, - "originGitCommit": "b2dac8b2c1b9fe87c0e1fe3eb6257b259caa0715", - "sdkVersion": "46.0.1.20260715" + "originGitCommit": "074e2540401528521d322c512800c4ebd67cd153", + "sdkVersion": "46.1.0.20260819" } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index d05b87a7..63d39f2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - square.rb (46.0.1.20260715) + square.rb (46.1.0.20260819) GEM remote: https://rubygems.org/ @@ -15,8 +15,8 @@ GEM bigdecimal rexml hashdiff (1.2.1) - io-console (0.8.2) - json (2.21.1) + io-console (0.9.2) + json (2.21.2) language_server-protocol (3.17.0.6) lint_roller (1.1.0) method_source (1.1.0) @@ -24,7 +24,7 @@ GEM minitest-rg (5.4.0) minitest (>= 5.0, < 7) parallel (2.1.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prism (1.9.0) @@ -37,10 +37,10 @@ GEM rainbow (3.1.1) rake (13.4.2) regexp_parser (2.12.0) - reline (0.6.3) + reline (0.7.0) io-console (~> 0.5) rexml (3.4.4) - rubocop (1.88.2) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -54,7 +54,7 @@ GEM rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-minitest (0.39.1) + rubocop-minitest (0.40.0) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) @@ -69,7 +69,7 @@ GEM PLATFORMS ruby - x86_64-linux + x86_64-linux-musl DEPENDENCIES minitest (~> 5.16) diff --git a/lib/square/client.rb b/lib/square/client.rb index 7bf8f802..538938bc 100644 --- a/lib/square/client.rb +++ b/lib/square/client.rb @@ -10,7 +10,7 @@ def initialize(base_url: nil, token: ENV.fetch("SQUARE_TOKEN", nil)) @raw_client = Square::Internal::Http::RawClient.new( base_url: base_url || Square::Environment::PRODUCTION, headers: { - "User-Agent" => "square.rb/46.0.1.20260715", + "User-Agent" => "square.rb/46.1.0.20260819", "X-Fern-Language" => "Ruby", Authorization: "Bearer #{token}" } diff --git a/lib/square/version.rb b/lib/square/version.rb index 32ec763a..5f14ad49 100644 --- a/lib/square/version.rb +++ b/lib/square/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Square - VERSION = "46.0.1.20260715" + VERSION = "46.1.0.20260819" end From 6d1347f4e892d4f034dac37ccd481bcf18e28e30 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 17:49:39 +0000 Subject: [PATCH 2/3] [fern-replay] advance lockfile --- .fern/replay.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.fern/replay.lock b/.fern/replay.lock index d7f96c8b..6c5cfc6a 100644 --- a/.fern/replay.lock +++ b/.fern/replay.lock @@ -12,5 +12,11 @@ generations: cli_version: unknown generator_versions: fernapi/fern-ruby-sdk: 1.0.0-rc84 -current_generation: 0df987cc98c660edfc8d9da6a8a62443df8d4754 + - commit_sha: b0712bf25b1ee3e2ec220e59c3c61688c2b75c6f + tree_hash: 4a2f9cd8e383c435dcd1ba76069c1ae9d761aa67 + timestamp: 2026-08-18T17:49:33.834Z + cli_version: unknown + generator_versions: + fernapi/fern-ruby-sdk: 1.0.0-rc84 +current_generation: b0712bf25b1ee3e2ec220e59c3c61688c2b75c6f patches: [] From 608f8fa34d4829a038aac09d5ac477ecf4d0a221 Mon Sep 17 00:00:00 2001 From: menglinblock Date: Tue, 18 Aug 2026 10:55:48 -0700 Subject: [PATCH 3/3] Restore x86_64-linux platform in Gemfile.lock The fern generation environment (musl) replaced the lockfile platform, which breaks dependency resolution on glibc CI runners. Co-authored-by: Cursor --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 63d39f2b..a14b961d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM PLATFORMS ruby - x86_64-linux-musl + x86_64-linux DEPENDENCIES minitest (~> 5.16)