utils/ruby_check_version_script: fix invalid shebang

This commit is contained in:
Bo Anderson 2022-07-16 02:49:33 +01:00
parent 217bfb7dad
commit 6eb2d6df9a
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# frozen_string_literal: true
describe Utils do
describe "ruby_check_version_script", :needs_linux do
describe "ruby_check_version_script" do
subject do
quiet_system "#{HOMEBREW_LIBRARY_PATH}/utils/ruby_check_version_script.rb", required_ruby_version
end

View File

@ -1,4 +1,4 @@
#!/usr/bin/env ruby --enable-frozen-string-literal --disable=gems,did_you_mean,rubyopt
#!/usr/bin/env ruby
# typed: true
# frozen_string_literal: true