Skip to content

Commit

Permalink
feat: update minimum ruby version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Oct 21, 2023
1 parent a604053 commit a7af33f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/specs_mysql_60.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile: ['rails_6_0_mysql']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_mysql_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile: ['rails_6_1_mysql']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_postgres_60.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile: ['rails_6_0_postgres']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_postgres_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
gemfile: ['rails_6_1_postgres']

env:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AllCops:
- gemfiles/*
- spec/dummy??/**/*
- vendor/**/*
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7

Lint/MissingSuper:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion active_storage_db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.description = 'An ActiveStorage service plugin to store files in database.'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.6.0'
spec.required_ruby_version = '>= 2.7.0'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
Expand Down

0 comments on commit a7af33f

Please sign in to comment.