From 05de4d71d889c25a1287c88dc83cf93e201efe45 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 10 Jan 2025 23:38:51 +0000 Subject: [PATCH] Mark some of the gnarlier files `typed: false` for now - Until I have more brain. --- lib/bundle/brew_dumper.rb | 1 + lib/bundle/checker.rb | 1 + lib/bundle/commands/exec.rb | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/bundle/brew_dumper.rb b/lib/bundle/brew_dumper.rb index af2ade27b..dae767ed1 100644 --- a/lib/bundle/brew_dumper.rb +++ b/lib/bundle/brew_dumper.rb @@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "json" diff --git a/lib/bundle/checker.rb b/lib/bundle/checker.rb index fb2be58ae..bc7b59acf 100644 --- a/lib/bundle/checker.rb +++ b/lib/bundle/checker.rb @@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Bundle diff --git a/lib/bundle/commands/exec.rb b/lib/bundle/commands/exec.rb index ddbb816d6..7d638a7a6 100644 --- a/lib/bundle/commands/exec.rb +++ b/lib/bundle/commands/exec.rb @@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "exceptions"