Skip to content

Commit

Permalink
Also drop to support Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 1, 2021
1 parent 460a6f8 commit 360a7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,6 @@ jobs:
- 2.7
- 2.6
- 2.5
- 2.4
- debug
include:
- { os: ubuntu-20.04 , ruby: head }
Expand Down
2 changes: 1 addition & 1 deletion digest.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
"lib/digest.rb"
]

spec.required_ruby_version = ">= 2.4.0"
spec.required_ruby_version = ">= 2.5.0"

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 360a7de

Please sign in to comment.