Skip to content

Commit

Permalink
Drop 2.5 support, add more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed May 9, 2023
1 parent 4e31ac9 commit 67b6fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- ruby-head
- jruby-head
- truffleruby-head
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 67b6fa9

Please sign in to comment.