Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update lita-slack and pin http_router to master version #180

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
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
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
Loading