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 6
6
# Note that changes in the inspected code, or installation of new
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
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
-
17
9
# Offense count: 1
18
10
# Configuration parameters: AllowSafeAssignment.
19
11
Lint/AssignmentInCondition :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
s . specification_version = 2 if s . respond_to? :specification_version=
8
8
s . required_rubygems_version = Gem ::Requirement . new ( '>= 0' ) if s . respond_to? :required_rubygems_version=
9
9
s . rubygems_version = '2.2.2'
10
- s . required_ruby_version = '>= 1.9.3 '
10
+ s . required_ruby_version = '>= 2.2 '
11
11
12
12
s . name = 'classifier-reborn-jruby'
13
13
s . version = ClassifierReborn ::VERSION
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
s . specification_version = 2 if s . respond_to? :specification_version=
7
7
s . required_rubygems_version = Gem ::Requirement . new ( '>= 0' ) if s . respond_to? :required_rubygems_version=
8
8
s . rubygems_version = '2.2.2'
9
- s . required_ruby_version = '>= 1.9.3 '
9
+ s . required_ruby_version = '>= 2.2 '
10
10
11
11
s . name = 'classifier-reborn'
12
12
s . version = ClassifierReborn ::VERSION
You can’t perform that action at this time.
0 commit comments