Skip to content

Commit 1780578

Browse files
author
anrich
committed
Require Faraday 2.0.1 or greater (#554)
Faraday version 2.0.0 had a bug that resulted in no default adapter being instantiated. This was fixed in version 2.0.1 - lostisland/faraday@5f88f8f
1 parent bef08f7 commit 1780578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 2.6.1 (Next)
22

3-
* Your contribution here.
3+
* [#554](https://github.com/slack-ruby/slack-ruby-client/pull/557): Require Faraday >= 2.0.1 - [@anrichvs](https://github.com/AnrichVS)
44

55
### 2.6.0 (2025/05/24)
66

slack-ruby-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.homepage = 'http://github.com/slack-ruby/slack-ruby-client'
1818
s.licenses = ['MIT']
1919
s.summary = 'Slack Web and RealTime API client.'
20-
s.add_dependency 'faraday', '>= 2.0'
20+
s.add_dependency 'faraday', '>= 2.0.1'
2121
s.add_dependency 'faraday-mashify'
2222
s.add_dependency 'faraday-multipart'
2323
s.add_dependency 'gli'

0 commit comments

Comments
 (0)