Skip to content

Commit 6f6ede3

Browse files
committed
Fix rubocop errors
1 parent 60c5b22 commit 6f6ede3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ AllCops:
1010
Gemspec/RequireMFA:
1111
Enabled: false
1212

13+
Gemspec/DevelopmentDependencies:
14+
EnforcedStyle: gemspec
15+
1316
Layout/ExtraSpacing:
1417
AllowForAlignment: false
1518

bankrupt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.description = 'Load files from local disk or from a CDN in production.'
1515
spec.homepage = 'https://github.com/mfinelli/bankrupt'
1616
spec.license = 'Apache-2.0'
17-
spec.required_ruby_version = '>= 2.5.0'
17+
spec.required_ruby_version = '>= 3.2.0'
1818

1919
spec.files = `git ls-files -z`.split("\x0").reject do |f|
2020
f.match(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)