Skip to content

Commit 9d9085a

Browse files
hieuk09anakinj
authored andcommitted
Add logger as dependencies to make tests pass against ruby head
1 parent d810ccb commit 9d9085a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff 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)

ruby-jwt.gemspec

+1
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)