From a28b9f21d88d00e39ebbcef6ad638d92401e3920 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Fri, 1 Nov 2024 17:46:31 -0400 Subject: [PATCH] Set strscan for all Gemfiles --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cb878985275..76d826a4ac1 100644 --- a/Gemfile +++ b/Gemfile @@ -93,4 +93,4 @@ end # TODO: Remove this once the issue is resolved: https://github.com/ffi/ffi/issues/1107 gem 'ffi', '~> 1.16.3', require: false -gem 'strscan', '~> 3.1.0' if RUBY_VERSION.start_with?('3.4.') +gem 'strscan', '~> 3.1.0'