diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97a9c96..6dbfe70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,6 @@ jobs: fail-fast: false matrix: ruby-version: - - '2.5' - '2.6' - '2.7' - '3.2' diff --git a/jsonpath.gemspec b/jsonpath.gemspec index eb21f8f..9ecd57a 100644 --- a/jsonpath.gemspec +++ b/jsonpath.gemspec @@ -5,7 +5,7 @@ require File.join(File.dirname(__FILE__), 'lib', 'jsonpath', 'version') Gem::Specification.new do |s| s.name = 'jsonpath' s.version = JsonPath::VERSION - s.required_ruby_version = '>= 2.5' + s.required_ruby_version = '>= 2.6' s.authors = ['Joshua Hull', 'Gergely Brautigam'] s.summary = 'Ruby implementation of http://goessner.net/articles/JsonPath/' s.description = 'Ruby implementation of http://goessner.net/articles/JsonPath/.'