Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 9098d41

Browse files
author
Mattia Roccoberton
committed
Set minimum Ruby version to 2.6.0 and enable MFA
1 parent 28b9c44 commit 9098d41

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
branches: [master]
99

1010
jobs:
11-
test:
11+
tests:
1212
runs-on: ubuntu-latest
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.5', '2.6', '2.7']
16+
ruby: ['2.6', '2.7']
1717

1818
steps:
1919
- name: Checkout

activeadmin_medium_editor.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Gem::Specification.new do |spec|
1414
spec.email = 'mat@blocknot.es'
1515
spec.homepage = 'https://github.com/blocknotes/activeadmin_medium_editor'
1616

17+
spec.required_ruby_version = '>= 2.6.0'
18+
19+
spec.metadata['homepage_uri'] = spec.homepage
20+
spec.metadata['source_code_uri'] = spec.homepage
21+
spec.metadata['rubygems_mfa_required'] = 'true'
22+
1723
spec.files = Dir['{app,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
1824
spec.require_paths = ['lib']
1925

0 commit comments

Comments
 (0)