Skip to content

Commit

Permalink
Drop 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Sep 27, 2023
1 parent b6da998 commit 34ab4f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.2'
Expand Down
2 changes: 1 addition & 1 deletion jsonpath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/.'
Expand Down

0 comments on commit 34ab4f3

Please sign in to comment.