From 203ebf59adf161826a63ecede0e6318a39f13a1a Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 10 Aug 2020 11:17:24 -0700 Subject: [PATCH] Update minimum Ruby constriant to 2.5 --- .github/workflows/testing.yml | 2 +- vagrant.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 95591be6a..68d284de7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - ruby: [ '2.4.x', '2.5.x', '2.6.x' ] + ruby: [ '2.5.x', '2.6.x', '2.7.x' ] name: Vagrant unit tests on Ruby ${{ matrix.ruby }} steps: - name: Code Checkout diff --git a/vagrant.gemspec b/vagrant.gemspec index 9287a99a3..f088f3adf 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.summary = "Build and distribute virtualized development environments." s.description = "Vagrant is a tool for building and distributing virtualized development environments." - s.required_ruby_version = "~> 2.4", "< 2.8" + s.required_ruby_version = "~> 2.5", "< 2.8" s.required_rubygems_version = ">= 1.3.6" s.add_dependency "bcrypt_pbkdf", "~> 1.0.0"