clean up some linter errors showing up in newer CI
This commit is contained in:
Родитель
543e6712aa
Коммит
267663ba8a
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module SecureHeaders
|
||||
VERSION = "6.1.0"
|
||||
end
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
lib = File.expand_path("../lib", __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require "secure_headers/version"
|
||||
|
||||
# -*- encoding: utf-8 -*-
|
||||
# frozen_string_literal: true
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "secure_headers"
|
||||
gem.version = SecureHeaders::VERSION
|
||||
|
|
Загрузка…
Ссылка в новой задаче