From 3b8d67882b91d9218f8b2acf02db3a79a6dcc27f Mon Sep 17 00:00:00 2001 From: Kevin O'Sullivan Date: Wed, 24 Jun 2020 11:02:13 -0400 Subject: [PATCH] Update required ruby to 2.5 --- shopify-cli.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopify-cli.gemspec b/shopify-cli.gemspec index 2032fe3cfb..9b3af7b511 100644 --- a/shopify-cli.gemspec +++ b/shopify-cli.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| and webhooks. HERE spec.homepage = "https://shopify.github.io/shopify-app-cli/" - spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") + spec.required_ruby_version = Gem::Requirement.new(">= 2.5") spec.metadata["allowed_push_host"] = "https://rubygems.org"