Skip to content

Commit

Permalink
Merge pull request #14 from sue445/feature/drop_ruby_2.4
Browse files Browse the repository at this point in the history
Drop support ruby 2.3 and 2.4
  • Loading branch information
sue445 committed Jan 2, 2020
2 parents f99e52c + 3d26ab9 commit 04516cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,11 @@ jobs:

matrix:
ruby:
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.0
- 2.7.0
- 2.8.0-dev
include:
- ruby: 2.3.0
runner: ubuntu-16.04
- ruby: 2.4.0
runner: ubuntu-latest
- ruby: 2.5.0
runner: ubuntu-latest
- ruby: 2.6.0
Expand Down
2 changes: 2 additions & 0 deletions syobocalite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.5.0"

spec.add_dependency "activesupport"
spec.add_dependency "multi_xml"

Expand Down

0 comments on commit 04516cc

Please sign in to comment.