Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem "marksmith"
gem "faraday", "~> 2.14", ">= 2.14.3"

# Slack client
gem "slack-ruby-client", "~> 3.0"
gem "slack-ruby-client", "~> 3.2"

# Inline SVG support
gem "inline_svg"
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ GEM
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-mashify (1.0.0)
faraday-mashify (1.0.3)
faraday (~> 2.0)
hashie
faraday-multipart (1.1.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
faraday-net_http (3.4.4)
net-http (~> 0.5)
faraday-retry (2.4.0)
faraday (~> 2.0)
ferrum (0.17.1)
Expand Down Expand Up @@ -233,7 +233,8 @@ GEM
ostruct
globalid (1.3.0)
activesupport (>= 6.1)
hashie (5.0.0)
hashie (5.1.0)
logger
hotwire-livereload (2.1.1)
actioncable (>= 7.0.0)
listen (>= 3.0.0)
Expand All @@ -259,7 +260,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.15.2.1)
json (2.21.2)
jwt (3.2.0)
base64
kamal (2.8.1)
Expand Down Expand Up @@ -310,8 +311,8 @@ GEM
turbo-rails
msgpack (1.8.2)
multipart-post (2.4.1)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.6.4)
date
net-protocol
Expand Down Expand Up @@ -522,7 +523,7 @@ GEM
sin_lru_redux (2.5.2)
sitemap_generator (6.3.0)
builder (~> 3.0)
slack-ruby-client (3.0.0)
slack-ruby-client (3.2.0)
faraday (>= 2.0.1)
faraday-mashify
faraday-multipart
Expand Down Expand Up @@ -594,7 +595,7 @@ GEM
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uniform_notifier (1.18.0)
uri (1.0.4)
uri (1.1.1)
useragent (0.16.11)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -676,7 +677,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
sitemap_generator
slack-ruby-client (~> 3.0)
slack-ruby-client (~> 3.2)
solid_cable
solid_cache
solid_queue
Expand Down
Loading