We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba88dad + cc2dfb4 commit 0a53321Copy full SHA for 0a53321
2 files changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
ruby:
15
- - 2.7.3
+ - 3.0.7
16
- 3.1.3
17
steps:
18
- uses: actions/checkout@v2
markdiff.gemspec
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?("spec/") }
spec.require_paths = ["lib"]
+ spec.required_ruby_version = ">= 3"
+
spec.add_development_dependency "bundler"
19
spec.add_development_dependency "rake"
20
spec.add_development_dependency "redcarpet"
0 commit comments