Skip to content

Commit e004a32

Browse files
committed
ruby 2.6
1 parent 822fb13 commit e004a32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [2.7, 3.0, 3.1, head, jruby, jruby-head]
10+
ruby: [2.6, 2.7, 3.0, 3.1, head, jruby, jruby-head]
1111
os: [ubuntu-latest, macos-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AllCops:
22
NewCops: enable
3-
TargetRubyVersion: 2.7
3+
TargetRubyVersion: 2.6
44
Layout/LineLength:
55
Max: 120
66
Metrics/MethodLength:

omniauth-vkontakte.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.name = 'omniauth-vkontakte'
1515
gem.require_paths = ['lib']
1616
gem.version = OmniAuth::Vkontakte::VERSION
17-
gem.required_ruby_version = '>= 2.7.0'
17+
gem.required_ruby_version = '>= 2.6.0'
1818
gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.5', '<= 1.8.0'
1919
gem.metadata['rubygems_mfa_required'] = 'true'
2020
end

0 commit comments

Comments
 (0)