File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ AllCops:
10
10
Bundler/DuplicatedGem :
11
11
Enabled : false
12
12
13
+ Gemspec/RequiredRubyVersion :
14
+ # Rubocop checks that the target ruby version matches the gemspec version
15
+ # but doesnt have a 2.2 option
16
+ Enabled : false
17
+
13
18
Layout/AccessModifierIndentation :
14
19
Enabled : false
15
20
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
s . homepage = "https://github.com/rspec/rspec-rails"
12
12
s . summary = "RSpec for Rails"
13
13
s . description = "rspec-rails is a testing framework for Rails 5+."
14
- s . required_ruby_version = ">= 2.3 .0"
14
+ s . required_ruby_version = ">= 2.2 .0"
15
15
16
16
s . metadata = {
17
17
'bug_tracker_uri' => 'https://github.com/rspec/rspec-rails/issues' ,
You can’t perform that action at this time.
0 commit comments