Skip to content

Commit

Permalink
Boot in a forward-compatible slack-ruby-bot-server-events way.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 28, 2020
1 parent 7d2517d commit bda862c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-11-15 22:07:57 UTC using RuboCop version 1.3.0.
# on 2020-11-28 01:12:24 UTC using RuboCop version 1.4.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
websocket-driver (~> 0.7.0)
bson (4.11.1)
builder (3.2.4)
capybara (3.33.0)
capybara (3.34.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand All @@ -49,7 +49,7 @@ GEM
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
dry-core (0.4.10)
concurrent-ruby (~> 1.0)
dry-equalizer (0.3.0)
dry-inflector (0.2.0)
Expand All @@ -65,7 +65,7 @@ GEM
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
fabrication (2.21.1)
faker (2.14.0)
faker (2.15.1)
i18n (>= 1.6, < 2)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -160,12 +160,12 @@ GEM
newrelic-slack-ruby-bot (0.2.2)
newrelic_rpm
slack-ruby-bot (>= 0.10.5)
newrelic_rpm (6.13.1)
newrelic_rpm (6.14.0)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oj (3.10.16)
parallel (1.20.0)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
public_suffix (4.0.6)
Expand All @@ -185,7 +185,7 @@ GEM
raindrops (0.19.1)
rake (13.0.1)
regexp_parser (1.8.2)
reline (0.1.8)
reline (0.1.9)
io-console (~> 0.5)
representable (3.0.4)
declarative (< 0.1.0)
Expand All @@ -212,7 +212,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (1.3.0)
rubocop (1.4.2)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -221,7 +221,7 @@ GEM
rubocop-ast (>= 1.1.1)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.1)
rubocop-ast (1.2.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
Expand All @@ -232,7 +232,7 @@ GEM
slack-ruby-bot (0.16.0)
hashie
slack-ruby-client (>= 0.14.0)
slack-ruby-bot-server (1.0.0)
slack-ruby-bot-server (1.2.0)
async
foreman
grape
Expand All @@ -246,7 +246,7 @@ GEM
slack-ruby-bot-server-mailchimp (0.2.0)
mailchimp_api_v3
slack-ruby-bot-server (>= 0.10.0)
slack-ruby-bot-server-rtm (0.1.1)
slack-ruby-bot-server-rtm (0.2.0)
async-websocket (~> 0.8.0)
slack-ruby-bot (>= 0.12.0)
slack-ruby-bot-server (>= 1.0.0)
Expand Down Expand Up @@ -279,7 +279,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.1)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down

0 comments on commit bda862c

Please sign in to comment.