File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3333 os :
3434 - ubuntu-latest
3535 ruby :
36- - " 2.5"
37- - " 2.6"
3836 - " 2.7"
3937 - " 3.0"
4038 - " 3.1"
4644 - gemfiles/standalone.gemfile
4745 experimental : [false]
4846 include :
49- - os : ubuntu-latest
50- ruby : " 2.5"
51- gemfile : gemfiles/openssl.gemfile
52- experimental : false
5347 - os : ubuntu-latest
5448 ruby : " truffleruby-head"
5549 gemfile : " gemfiles/standalone.gemfile"
Original file line number Diff line number Diff line change 44
55[ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v3.1.2...v3.1.3 )
66
7+ ** Breaking changes:**
8+ - Drop support for Ruby 2.6 and older [ #713 ] ( https://github.com/jwt/ruby-jwt/pull/713 ) ([ @ydah ] ( https://github.com/ydah ) )
9+ - Bump minimum json gem version to 2.6 [ #713 ] ( https://github.com/jwt/ruby-jwt/pull/713 ) ([ @ydah ] ( https://github.com/ydah ) )
10+
711** Features:**
812
913- Add duplicate claim name detection per RFC 7519 Section 4 [ #713 ] ( https://github.com/jwt/ruby-jwt/pull/713 ) ([ @ydah ] ( https://github.com/ydah ) )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515 spec . description = 'A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.'
1616 spec . homepage = 'https://github.com/jwt/ruby-jwt'
1717 spec . license = 'MIT'
18- spec . required_ruby_version = '>= 2.5 '
18+ spec . required_ruby_version = '>= 2.7 '
1919 spec . metadata = {
2020 'bug_tracker_uri' => 'https://github.com/jwt/ruby-jwt/issues' ,
2121 'changelog_uri' => "https://github.com/jwt/ruby-jwt/blob/v#{ JWT . gem_version } /CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments