From 370015541d8e63e722e08830fd9479dca2fc649a Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Thu, 5 Feb 2026 09:00:55 -0500 Subject: [PATCH] chore: pin rubocop --- temporalio/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temporalio/Gemfile b/temporalio/Gemfile index aac001d8..10dfe23f 100644 --- a/temporalio/Gemfile +++ b/temporalio/Gemfile @@ -25,7 +25,8 @@ group :development do gem 'rbs', '~> 3.10' gem 'rb_sys', '~> 0.9' gem 'rdoc' - gem 'rubocop' + # TODO: Unpin when https://github.com/rubocop/rubocop/pull/14838 is released + gem 'rubocop', '1.84.0' gem 'sqlite3' gem 'steep', '~> 1.10' gem 'yard'