From aff43293d35e86b2172a89d4bc210f88e12332b9 Mon Sep 17 00:00:00 2001 From: Kjetil Joergensen Date: Mon, 28 Feb 2022 11:36:40 -0800 Subject: [PATCH 1/2] appease a few more test runs? (cherry picked from commit 0781a9dd8801227eca1094fbdb2e92e31b74f070) --- kubeclient.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/kubeclient.gemspec b/kubeclient.gemspec index 4f2be1f3..b2b26b02 100644 --- a/kubeclient.gemspec +++ b/kubeclient.gemspec @@ -29,6 +29,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'googleauth', '~> 0.5' spec.add_development_dependency('mocha', '~> 1.5') spec.add_development_dependency 'openid_connect', '~> 1.1' + spec.add_development_dependency 'net-smtp' spec.add_dependency 'faraday', '~> 1.1' spec.add_dependency 'faraday_middleware', '~> 1.0' From f5eb459af4ccbb18eef2ac95866bf95d3a13f94e Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Sat, 5 Mar 2022 23:15:01 +0200 Subject: [PATCH 2/2] Test on Ruby 3.1 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b4a827b6..99671c7c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: continue-on-error: ${{ contains(matrix.ruby, '-head') }} strategy: matrix: - ruby: ['2.5', '2.6', '2.7', '3.0', 'ruby-head', 'truffleruby-head'] + ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'truffleruby-head'] os: ['ubuntu-latest', 'macos-latest'] task: [test] include: