File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
2525** Fixes and enhancements:**
2626
2727- Ruby 3.4 to CI matrix [ #649 ] ( https://github.com/jwt/ruby-jwt/pull/649 ) ([ @anakinj ] ( https://github.com/anakinj ) )
28+ - Add logger as development dependency [ #670 ] ( https://github.com/jwt/ruby-jwt/pull/670 ) ([ @hieuk09 ] ( https://github.com/hieuk09 ) )
2829- Your contribution here
2930
3031## [ v2.10.1] ( https://github.com/jwt/ruby-jwt/tree/v2.10.1 ) (2024-12-26)
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Gem::Specification.new do |spec|
3535
3636 spec . add_development_dependency 'appraisal'
3737 spec . add_development_dependency 'bundler'
38+ spec . add_development_dependency 'logger'
3839 spec . add_development_dependency 'rake'
3940 spec . add_development_dependency 'rspec'
4041 spec . add_development_dependency 'rubocop'
You can’t perform that action at this time.
0 commit comments