compat: add missing frozen string literals.
These weren't added yet due to CI being run at different times to merges.
This commit is contained in:
parent
c1839522ca
commit
47c886117b
@ -1 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "compat/cask/dsl/version"
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Cask
|
||||
class DSL
|
||||
class Version < ::String
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user