Skip to content

Commit a7af33f

Browse files
author
Mattia Roccoberton
committed
feat: update minimum ruby version to 2.7.0
1 parent a604053 commit a7af33f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/specs_mysql_60.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.6', '2.7', '3.0']
16+
ruby: ['2.7', '3.0']
1717
gemfile: ['rails_6_0_mysql']
1818

1919
env:

.github/workflows/specs_mysql_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.6', '2.7', '3.0']
16+
ruby: ['2.7', '3.0']
1717
gemfile: ['rails_6_1_mysql']
1818

1919
env:

.github/workflows/specs_postgres_60.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.6', '2.7', '3.0']
16+
ruby: ['2.7', '3.0']
1717
gemfile: ['rails_6_0_postgres']
1818

1919
env:

.github/workflows/specs_postgres_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.6', '2.7', '3.0']
16+
ruby: ['2.7', '3.0']
1717
gemfile: ['rails_6_1_postgres']
1818

1919
env:

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AllCops:
1212
- gemfiles/*
1313
- spec/dummy??/**/*
1414
- vendor/**/*
15-
TargetRubyVersion: 2.6
15+
TargetRubyVersion: 2.7
1616

1717
Lint/MissingSuper:
1818
Exclude:

active_storage_db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.description = 'An ActiveStorage service plugin to store files in database.'
1717
spec.license = 'MIT'
1818

19-
spec.required_ruby_version = '>= 2.6.0'
19+
spec.required_ruby_version = '>= 2.7.0'
2020

2121
spec.metadata['homepage_uri'] = spec.homepage
2222
spec.metadata['source_code_uri'] = spec.homepage

0 commit comments

Comments
 (0)