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"
|
require "compat/cask/dsl/version"
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Cask
|
module Cask
|
||||||
class DSL
|
class DSL
|
||||||
class Version < ::String
|
class Version < ::String
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user