Steepfile in ika3-0.4.0 vs Steepfile in ika3-0.4.1

- old
+ new

@@ -1,7 +1,8 @@ +# frozen_string_literal: true + target :lib do - signature "sig" + signature 'sig' - check "lib" - repo_path ".gem_rbs_collection" + check 'lib' + repo_path '.gem_rbs_collection' end -