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:
Mike McQuaid 2019-04-23 09:41:04 -07:00
parent c1839522ca
commit 47c886117b
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,3 @@
# frozen_string_literal: true
require "compat/cask/dsl/version" require "compat/cask/dsl/version"

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
module Cask module Cask
class DSL class DSL
class Version < ::String class Version < ::String