Skip to content

Commit 1512ee1

Browse files
committed
Added gem faraday-net_http_persistent to hopefully fix ssl error when pushing Slack notifications
1 parent 240a0c9 commit 1512ee1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gem "honeybadger"
1616
gem "sprockets-rails"
1717

1818
gem "slack-ruby-client", "~> 1.0"
19+
gem 'faraday-net_http_persistent'
1920

2021
gem "rails_event_store", "~> 2.3.0"
2122
gem "ruby_event_store-rspec", "~> 2.3.0"

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ GEM
8282
builder (3.3.0)
8383
byebug (11.1.3)
8484
concurrent-ruby (1.3.4)
85+
connection_pool (2.5.3)
8586
crack (1.0.0)
8687
bigdecimal
8788
rexml
@@ -100,6 +101,9 @@ GEM
100101
multipart-post (~> 2)
101102
faraday-net_http (3.3.0)
102103
net-http
104+
faraday-net_http_persistent (2.3.1)
105+
faraday (~> 2.5)
106+
net-http-persistent (>= 4.0.4, < 5)
103107
ffi (1.17.0)
104108
gli (2.21.5)
105109
globalid (1.2.1)
@@ -134,6 +138,8 @@ GEM
134138
ruby2_keywords (~> 0.0.1)
135139
net-http (0.4.1)
136140
uri
141+
net-http-persistent (4.0.6)
142+
connection_pool (~> 2.2, >= 2.2.4)
137143
net-imap (0.4.16)
138144
date
139145
net-protocol
@@ -275,6 +281,7 @@ PLATFORMS
275281
DEPENDENCIES
276282
bootsnap
277283
byebug
284+
faraday-net_http_persistent
278285
honeybadger
279286
listen
280287
pg

0 commit comments

Comments
 (0)