Skip to content

Commit a04709e

Browse files
committed
Lower target ruby version to match Rails 5
1 parent cf5a907 commit a04709e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ AllCops:
1010
Bundler/DuplicatedGem:
1111
Enabled: false
1212

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+
1318
Layout/AccessModifierIndentation:
1419
Enabled: false
1520

rspec-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.homepage = "https://github.com/rspec/rspec-rails"
1212
s.summary = "RSpec for Rails"
1313
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"
1515

1616
s.metadata = {
1717
'bug_tracker_uri' => 'https://github.com/rspec/rspec-rails/issues',

0 commit comments

Comments
 (0)