summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCan Eldem <eldemcan@users.noreply.github.com>2020-04-12 19:57:26 +0100
committerGitHub <noreply@github.com>2020-04-12 19:57:26 +0100
commit3231eef6a92a91ef0fed138fdc181e053b68f7a0 (patch)
tree625d2f46f83f2a8f35692efc05649fc32a4f97b7
parent8058fcbc134c1dee1b94962bdcaa9e62d830d54f (diff)
parent8000c96bc5fac44cd56097c18c4b8667f9267ee0 (diff)
Merge pull request #11 from mokhan/ruby-2.4-deprecation
Ruby 2.4 is eol
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.travis.yml1
-rw-r--r--spandx.gemspec2
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0cf88f3..1ea78c9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ '2.4', '2.5', '2.6', '2.7' ]
+ ruby: [ '2.5', '2.6', '2.7' ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
diff --git a/.travis.yml b/.travis.yml
index 4b46572..2c78be9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: ruby
cache: bundler
rvm:
- - 2.4
- 2.5
- 2.6
- 2.7
diff --git a/spandx.gemspec b/spandx.gemspec
index e4d5e57..ab3b9c8 100644
--- a/spandx.gemspec
+++ b/spandx.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = 'A ruby interface to the SPDX catalogue. With a CLI that can scan project lockfiles to list out software licenses for each dependency'
spec.homepage = 'https://github.com/mokhan/spandx'
spec.license = 'MIT'
- spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/mokhan/spandx'