From 4bfb34a2e0f6541c6727651770ea67574248c15d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 12 Jan 2018 12:46:59 -0800 Subject: [PATCH] Update Ruby version constraint --- vagrant.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.gemspec b/vagrant.gemspec index 9b4b57f62..13a08c513 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.2", "< 2.5" + s.required_ruby_version = "~> 2.2", "< 2.6" s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "vagrant"