Skip to content
Open
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
52 changes: 27 additions & 25 deletions web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,30 +110,31 @@ GEM
zeitwerk (~> 2.1, >= 2.1.8)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
async (1.23.0)
async (1.26.2)
console (~> 1.0)
nio4r (~> 2.3)
timers (~> 4.1)
async-io (1.27.0)
async (~> 1.14)
async-io (1.34.0)
async
async-websocket (0.8.0)
async-io
websocket-driver (~> 0.7.0)
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.1.5)
console (1.5.0)
crass (1.0.4)
diff-lcs (1.3)
crass (1.0.6)
diff-lcs (1.5.0)
dotenv (2.7.5)
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
dry-core (0.9.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-equalizer (0.2.2)
dry-inflector (0.2.0)
dry-logic (1.0.3)
Expand All @@ -153,7 +154,7 @@ GEM
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubi (1.9.0)
faraday (0.17.0)
faraday (0.17.5)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
Expand All @@ -164,7 +165,7 @@ GEM
i18n (1.7.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
loofah (2.3.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -175,19 +176,18 @@ GEM
method_source (0.9.2)
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.12.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
multi_json (1.14.1)
multipart-post (2.1.1)
nio4r (2.5.2)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.9.2)
olive_branch (3.0.0)
olive_branch (4.0.1)
multi_json
oj
rails (>= 4.0)
pg (1.1.4)
pry (0.12.2)
Expand All @@ -197,7 +197,8 @@ GEM
pry (>= 0.10.4)
public_suffix (4.0.1)
puma (3.12.1)
rack (2.0.7)
racc (1.6.0)
rack (2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.0)
Expand All @@ -218,38 +219,39 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (6.0.0)
actionpack (= 6.0.0)
activesupport (= 6.0.0)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rake (13.0.0)
rake (13.0.6)
rb-readline (0.5.5)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
rspec-expectations (3.9.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rspec_junit_formatter (0.4.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
slack-ruby-bot (0.12.0)
slack-ruby-bot (0.16.1)
activesupport
hashie
slack-ruby-client (>= 0.14.0)
slack-ruby-client (0.14.4)
slack-ruby-client (0.14.6)
activesupport
faraday (>= 0.9)
faraday_middleware
Expand All @@ -267,16 +269,16 @@ GEM
unicode_utils (~> 1.4)
thor (0.20.3)
thread_safe (0.3.6)
timers (4.3.0)
timers (4.3.5)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo-data (1.2022.5)
tzinfo (>= 1.0.0)
unicode_utils (1.4.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
zeitwerk (2.2.0)
zeitwerk (2.6.1)

PLATFORMS
ruby
Expand Down