Continue appeasing the bin/deploy-entitlements loading

This commit is contained in:
Rick Bradley 2022-08-09 15:28:16 -05:00
Родитель f909ca7019
Коммит 78783a85b1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,8 @@ else # ruby2
$LOAD_PATH.unshift(File.expand_path(File.join(__dir__, "../lib/contracts-ruby2/lib")))
end
require "contracts"
# We don't need Contract outside of normal development
VALID = [true, nil]
class Contract < Contracts::Decorator