File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 2
10- # Configuration parameters: Include.
11- # Include: **/*.gemspec
12- Gemspec/RequiredRubyVersion :
13- Exclude :
14- - ' classifier-reborn-jruby.gemspec'
15- - ' classifier-reborn.gemspec'
16-
179# Offense count: 1
1810# Configuration parameters: AllowSafeAssignment.
1911Lint/AssignmentInCondition :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77 s . specification_version = 2 if s . respond_to? :specification_version=
88 s . required_rubygems_version = Gem ::Requirement . new ( '>= 0' ) if s . respond_to? :required_rubygems_version=
99 s . rubygems_version = '2.2.2'
10- s . required_ruby_version = '>= 1.9.3 '
10+ s . required_ruby_version = '>= 2.2 '
1111
1212 s . name = 'classifier-reborn-jruby'
1313 s . version = ClassifierReborn ::VERSION
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66 s . specification_version = 2 if s . respond_to? :specification_version=
77 s . required_rubygems_version = Gem ::Requirement . new ( '>= 0' ) if s . respond_to? :required_rubygems_version=
88 s . rubygems_version = '2.2.2'
9- s . required_ruby_version = '>= 1.9.3 '
9+ s . required_ruby_version = '>= 2.2 '
1010
1111 s . name = 'classifier-reborn'
1212 s . version = ClassifierReborn ::VERSION
You can’t perform that action at this time.
0 commit comments