We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c5b22 commit 6f6ede3Copy full SHA for 6f6ede3
.rubocop.yml
@@ -10,6 +10,9 @@ AllCops:
10
Gemspec/RequireMFA:
11
Enabled: false
12
13
+Gemspec/DevelopmentDependencies:
14
+ EnforcedStyle: gemspec
15
+
16
Layout/ExtraSpacing:
17
AllowForAlignment: false
18
bankrupt.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = 'Load files from local disk or from a CDN in production.'
spec.homepage = 'https://github.com/mfinelli/bankrupt'
spec.license = 'Apache-2.0'
- spec.required_ruby_version = '>= 2.5.0'
+ spec.required_ruby_version = '>= 3.2.0'
19
spec.files = `git ls-files -z`.split("\x0").reject do |f|
20
f.match(%r{^(test|spec|features)/})
0 commit comments