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
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.4)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
axiom-types (0.1.1)
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
timers (>= 4.1.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.10)
declarative (0.0.9)
declarative-option (0.1.0)
descendants_tracker (0.0.4)
Expand All @@ -45,23 +45,23 @@ GEM
excon (0.57.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.11.0.1)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
gli (2.17.1)
gli (2.21.0)
haml (5.0.4)
temple (>= 0.8.0)
tilt
hashie (3.5.6)
hashie (5.0.0)
hitimes (1.2.6)
i18n (0.9.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.0.1)
minitest (5.10.2)
minitest (5.16.3)
multi_json (1.12.1)
multipart-post (2.0.0)
multipart-post (2.2.3)
nio4r (2.1.0)
public_suffix (2.0.5)
representable (3.0.4)
Expand All @@ -71,7 +71,7 @@ GEM
slack-ruby-bot (0.10.5)
hashie
slack-ruby-client (>= 0.6.0)
slack-ruby-client (0.11.0)
slack-ruby-client (0.14.6)
activesupport
faraday (>= 0.9)
faraday_middleware
Expand All @@ -92,17 +92,17 @@ GEM
multi_json
representable
virtus
tzinfo (1.2.4)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uber (0.1.0)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
websocket-driver (0.7.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
websocket-extensions (0.1.5)

PLATFORMS
ruby
Expand Down