We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229da90 commit 03e6600Copy full SHA for 03e6600
.rubocop.yml
@@ -115,3 +115,6 @@ Style/RedundantAssignment:
115
116
Style/RedundantRegexpEscape:
117
Enabled: false
118
+
119
+Gemspec/RequiredRubyVersion:
120
+ Enabled: false
openscap_parser.gemspec
@@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
37
spec.bindir = 'bin'
38
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
39
spec.require_paths = ['lib']
40
- spec.required_ruby_version = '>= 3.1'
41
42
spec.add_dependency 'nokogiri', '~> 1.6'
43
spec.add_development_dependency 'bundler'
0 commit comments