From a2b39f4ca72b736ad3b06f59097e044a4f638660 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Fri, 9 Jul 2021 10:56:13 +0200 Subject: [PATCH 1/2] bump required ruby version to 2.6 --- mini_racer.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_racer.gemspec b/mini_racer.gemspec index 5a2fc648..e8e37f0d 100644 --- a/mini_racer.gemspec +++ b/mini_racer.gemspec @@ -35,5 +35,5 @@ Gem::Specification.new do |spec| spec.extensions = ["ext/mini_racer_loader/extconf.rb", "ext/mini_racer_extension/extconf.rb"] - spec.required_ruby_version = '>= 2.5' + spec.required_ruby_version = '>= 2.6' end From 478666083a1ac3cf517155e6ffb50e2eb1c192cf Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Fri, 9 Jul 2021 11:05:01 +0200 Subject: [PATCH 2/2] removes Ruby 2.5 from CI --- .github/workflows/ci.yml | 1 - .travis.yml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6a790c..f1c6c069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: fail-fast: false matrix: ruby: - - '2.5' - '2.6' - '2.7' - '3.0' diff --git a/.travis.yml b/.travis.yml index 7f7cb8fd..be670be2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: ruby os: linux rvm: - - 2.5 - 2.6 - 2.7 - 3.0 @@ -11,9 +10,6 @@ arch: - arm64 jobs: include: - - rvm: 2.5 - os: osx - osx_image: xcode9.4 - rvm: 2.6 os: osx osx_image: xcode11.3