Set minimum Ruby version to 2.6.0 and enable MFA

Этот коммит содержится в:
Mattia Roccoberton
2022-03-26 18:02:07 +01:00
родитель 7af25106a2
Коммит 038d66f387
2 изменённых файлов: 7 добавлений и 1 удалений

2
.github/workflows/specs.yml поставляемый
Просмотреть файл

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
ruby: ['2.6', '2.7']
steps:
- name: Checkout

Просмотреть файл

@@ -14,6 +14,12 @@ Gem::Specification.new do |spec|
spec.email = 'mat@blocknot.es'
spec.homepage = 'https://github.com/blocknotes/activeadmin_quill_editor'
spec.required_ruby_version = '>= 2.6.0'
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['rubygems_mfa_required'] = 'true'
spec.files = Dir['{app,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
spec.require_paths = ['lib']