Skip to content

Commit 84253da

Browse files
authored
Merge pull request #405 from twitter/linty-lint-lint
clean up some linter errors showing up in newer CI
2 parents 543e671 + 267663b commit 84253da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/secure_headers/version.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module SecureHeaders
24
VERSION = "6.1.0"
35
end

secure_headers.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
# frozen_string_literal: true
2+
13
lib = File.expand_path("../lib", __FILE__)
24
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
35
require "secure_headers/version"
46

5-
# -*- encoding: utf-8 -*-
6-
# frozen_string_literal: true
77
Gem::Specification.new do |gem|
88
gem.name = "secure_headers"
99
gem.version = SecureHeaders::VERSION

0 commit comments

Comments
 (0)