Skip to content

Commit

Permalink
fix: RHICOMPL-3900 disable required ruby version rubocop check
Browse files Browse the repository at this point in the history
  • Loading branch information
marleystipich2 committed Jul 13, 2023
1 parent 229da90 commit 03e6600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ Style/RedundantAssignment:

Style/RedundantRegexpEscape:
Enabled: false

Gemspec/RequiredRubyVersion:
Enabled: false
1 change: 0 additions & 1 deletion openscap_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.1'

spec.add_dependency 'nokogiri', '~> 1.6'
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 03e6600

Please sign in to comment.