We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ruby 2.6
1 parent bdfad19 commit 1420985Copy full SHA for 1420985
.github/workflows/rspec_rubocop.yml
@@ -18,8 +18,6 @@ jobs:
18
strategy:
19
matrix:
20
include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
21
- - ruby-version: '2.6'
22
- bundler-version: latest
23
- ruby-version: '2.7'
24
bundler-version: latest
25
- ruby-version: '3.0'
rubocop-airbnb/rubocop-airbnb.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.license = 'MIT'
16
spec.version = RuboCop::Airbnb::VERSION
17
spec.platform = Gem::Platform::RUBY
- spec.required_ruby_version = '>= 2.5'
+ spec.required_ruby_version = '>= 2.7'
spec.require_paths = ['lib']
spec.files = Dir[
0 commit comments