Skip to content

Commit

Permalink
update lita slack with logging on random websocket close and http_rou…
Browse files Browse the repository at this point in the history
…ter with master version to get rid of noise unescape obsolete warnings (#180)
  • Loading branch information
yuenmichelle1 authored May 13, 2024
1 parent f530e2a commit 895f46d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gem "lita"

group :production do
gem 'lita-slack', git: 'https://github.com/zooniverse/lita-slack.git', branch: 'lita-version', ref: 'f88716b'
gem 'lita-slack', git: 'https://github.com/zooniverse/lita-slack.git', branch: 'lita-version', ref: 'f686df4'
end

gem "lita-karma"
Expand All @@ -21,6 +21,7 @@ gem "httparty"
gem "octokit"
gem "a_vs_an"
gem 'faye-websocket', git: 'https://github.com/faye/faye-websocket-ruby.git', branch: 'main'
gem 'http_router', git: 'https://github.com/joshbuddy/http_router.git', branch: 'master'

gem 'dotenv'

Expand Down
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ GIT
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)

GIT
remote: https://github.com/joshbuddy/http_router.git
revision: defc049bf6fa7fb80c38f605a492a6185fae90b6
branch: master
specs:
http_router (0.11.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)

GIT
remote: https://github.com/zooniverse/lita-slack.git
revision: f88716b6667483ace4677c310b95bd5885b4a9f9
ref: f88716b
revision: f686df4dafc50cfcfdd37a3e73e4c43dd3deb644
ref: f686df4
branch: lita-version
specs:
lita-slack (1.8.0)
Expand All @@ -36,9 +45,6 @@ GEM
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
http_router (0.11.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -162,6 +168,7 @@ DEPENDENCIES
a_vs_an
dotenv
faye-websocket!
http_router!
httparty
lita
lita-applause
Expand Down

0 comments on commit 895f46d

Please sign in to comment.