From 3e82fc2abf4bb6f6b1c3f352babe74e168ed6589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 21 Aug 2025 12:25:08 +0200 Subject: [PATCH] Drop shebang from test server The `spec/support/server.rb` file does not have executable bit set, therefore the shebang is useless. --- spec/support/server.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/support/server.rb b/spec/support/server.rb index 9487406..d4c71db 100644 --- a/spec/support/server.rb +++ b/spec/support/server.rb @@ -1,4 +1,3 @@ -#!/usr/bin/env ruby # frozen_string_literal: true require 'json' require 'zlib'