Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump slack-ruby-client from 2.4.0 to 2.5.0 #106

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,35 @@ GEM
dotenv (3.1.7)
drb (2.2.1)
event_stream_parser (1.0.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-mashify (0.1.1)
faraday (~> 2.0)
hashie
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.3.0)
net-http
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
foreman (0.88.1)
gli (2.21.1)
gli (2.22.2)
ostruct
hashie (5.0.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-event (1.4.2)
json (2.7.2)
json (2.10.0)
kgio (2.11.4)
logger (1.6.1)
logger (1.6.5)
minitest (5.25.1)
multi_json (1.15.0)
multipart-post (2.4.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
net-http (0.6.0)
uri
ostruct (0.6.0)
rack (3.1.8)
Expand Down Expand Up @@ -103,12 +104,13 @@ GEM
activesupport
hashie
slack-ruby-client (>= 0.14.0)
slack-ruby-client (2.4.0)
slack-ruby-client (2.5.0)
faraday (>= 2.0)
faraday-mashify
faraday-multipart
gli
hashie
logger
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tilt (2.4.0)
Expand All @@ -119,7 +121,7 @@ GEM
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
uri (0.13.1)
uri (1.0.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down
Loading