From 895f46d751353891dd748849d8760e8737923741 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 13 May 2024 11:48:15 -0500 Subject: [PATCH] update lita slack with logging on random websocket close and http_router with master version to get rid of noise unescape obsolete warnings (#180) --- Gemfile | 3 ++- Gemfile.lock | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 097b89b..0a9c7f2 100644 --- a/Gemfile +++ b/Gemfile @@ -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" @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 3736cf0..81b263f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -162,6 +168,7 @@ DEPENDENCIES a_vs_an dotenv faye-websocket! + http_router! httparty lita lita-applause