Skip to content

Commit 44adf06

Browse files
committed
Specify dependency on logger
It's moving from the stdlib to a gem in ruby 3.5: ruby/ruby@cda268d
1 parent 9edd5ff commit 44adf06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [#525](https://github.com/slack-ruby/slack-ruby-client/pull/525): Exclude spec files from gem package - [@amatsuda](https://github.com/amatsuda).
44
* [#527](https://github.com/slack-ruby/slack-ruby-client/pull/527): Explicitly require `racc` and `ostruct` - [@dblock](https://github.com/dblock).
55
* [#528](https://github.com/slack-ruby/slack-ruby-client/pull/528): Don't treat asterisks in list items as italic in markdown - [@rspeicher](https://github.com/rspeicher).
6+
* [#530](https://github.com/slack-ruby/slack-ruby-client/pull/530): Specify dependency on logger - [@rwstauner](https://github.com/rwstauner).
67
* Your contribution here.
78

89
### 2.4.0 (2024/07/14)

slack-ruby-client.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
2222
s.add_dependency 'faraday-multipart'
2323
s.add_dependency 'gli'
2424
s.add_dependency 'hashie'
25+
s.add_dependency 'logger'
2526
s.metadata['rubygems_mfa_required'] = 'true'
2627
s.metadata['changelog_uri'] = 'https://github.com/slack-ruby/slack-ruby-client/blob/master/CHANGELOG.md'
2728
end

0 commit comments

Comments
 (0)