Skip to content

Commit f5c74e6

Browse files
committed
chore: add support for ruby 2.6
1 parent 833148b commit f5c74e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
os: [ubuntu-latest]
99
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
10-
ruby: ['2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head]
10+
ruby: ['2.6', '2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3

md_to_notion.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Convert Markdown and GitHub Flavoured Markdown to Notion API Blocks and RichText."
1313
spec.homepage = "https://github.com/rieg-ec/md-to-notion"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 2.7.0"
15+
spec.required_ruby_version = ">= 2.6.0"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = "https://github.com/rieg-ec/md-to-notion"

0 commit comments

Comments
 (0)