File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed 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.
25
25
** Fixes and enhancements:**
26
26
27
27
- 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 ) )
28
29
- Your contribution here
29
30
30
31
## [ 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|
35
35
36
36
spec . add_development_dependency 'appraisal'
37
37
spec . add_development_dependency 'bundler'
38
+ spec . add_development_dependency 'logger'
38
39
spec . add_development_dependency 'rake'
39
40
spec . add_development_dependency 'rspec'
40
41
spec . add_development_dependency 'rubocop'
You can’t perform that action at this time.
0 commit comments