Skip to content

Commit 804d615

Browse files
author
Bart de Water
authored
Merge pull request #164 from Shopify/deprecated-openssl-constants
Enable Lint/DeprecatedOpenSSLConstant cop
2 parents 1bca039 + 04bbaad commit 804d615

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
rubocop-shopify (1.0.2)
5-
rubocop (>= 0.82, < 0.86)
5+
rubocop (~> 0.85.0)
66

77
GEM
88
remote: https://rubygems.org/

rubocop-shopify.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
2121
"allowed_push_host" => "https://rubygems.org",
2222
}
2323

24-
s.add_dependency("rubocop", ">= 0.82", "< 0.86")
24+
s.add_dependency("rubocop", "~> 0.85.0")
2525
end

rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,3 +1015,6 @@ Style/ModuleFunction:
10151015

10161016
Lint/OrderedMagicComments:
10171017
Enabled: true
1018+
1019+
Lint/DeprecatedOpenSSLConstant:
1020+
Enabled: true

0 commit comments

Comments
 (0)