Skip to content

Commit ada6f96

Browse files
authored
Merge pull request #557 from AnrichVS/require-faraday-2.0.1
Require Faraday 2.0.1 or greater (#554)
2 parents bef08f7 + c0168ae commit ada6f96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

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

56
### 2.6.0 (2025/05/24)

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)