Skip to content

Commit 0a53321

Browse files
authored
Merge pull request #16 from r7kamura/ruby-2-7-drop
Drop Ruby 2.7 support
2 parents ba88dad + cc2dfb4 commit 0a53321

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby:
15-
- 2.7.3
15+
- 3.0.7
1616
- 3.1.3
1717
steps:
1818
- uses: actions/checkout@v2

markdiff.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
1313
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?("spec/") }
1414
spec.require_paths = ["lib"]
1515

16+
spec.required_ruby_version = ">= 3"
17+
1618
spec.add_development_dependency "bundler"
1719
spec.add_development_dependency "rake"
1820
spec.add_development_dependency "redcarpet"

0 commit comments

Comments
 (0)