From 8afcdbbfbc6027d75d3fd496cffe97c1ce822e30 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Fri, 5 Apr 2024 09:47:16 -0400 Subject: [PATCH] Update versions --- .ruby-version | 2 +- graphql-batch.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index a603bb5..15a2799 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 +3.3.0 diff --git a/graphql-batch.gemspec b/graphql-batch.gemspec index 68dfd31..18b44de 100644 --- a/graphql-batch.gemspec +++ b/graphql-batch.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/Shopify/graphql-batch" spec.license = "MIT" - spec.required_ruby_version = ">= 2.7" + spec.required_ruby_version = ">= 2.4" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"