We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bef08f7 + c0168ae commit ada6f96Copy full SHA for ada6f96
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### 2.6.1 (Next)
2
3
+* [#554](https://github.com/slack-ruby/slack-ruby-client/pull/557): Require Faraday >= 2.0.1 - [@anrichvs](https://github.com/AnrichVS).
4
* Your contribution here.
5
6
### 2.6.0 (2025/05/24)
slack-ruby-client.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
s.homepage = 'http://github.com/slack-ruby/slack-ruby-client'
18
s.licenses = ['MIT']
19
s.summary = 'Slack Web and RealTime API client.'
20
- s.add_dependency 'faraday', '>= 2.0'
+ s.add_dependency 'faraday', '>= 2.0.1'
21
s.add_dependency 'faraday-mashify'
22
s.add_dependency 'faraday-multipart'
23
s.add_dependency 'gli'
0 commit comments