Merge pull request #3084 from AndrewKvalheim/frozen_string_literal-first

`frozen_string_literal` is ignored after any tokens
This commit is contained in:
Henne Vogelsang 2022-09-13 12:56:12 +02:00 committed by GitHub
commit 69dd7bf5fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
# frozen_string_literal: true
def next?
File.basename(__FILE__) == "Gemfile.next"
end
# frozen_string_literal: true
source 'https://rubygems.org'