Skip to content

Commit

Permalink
Drop to support Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 1, 2021
1 parent 1276084 commit 23dc9c7
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- 2.6
- 2.5
- 2.4
- 2.3
- debug
include:
- { os: ubuntu-20.04 , ruby: head }
Expand Down
2 changes: 1 addition & 1 deletion digest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
"lib/digest.rb"
]

spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.4.0"

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

0 comments on commit 23dc9c7

Please sign in to comment.