Skip to content
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.env
vendor/bundle
.bundle
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ gem "ruboty-cron", "~> 1.1.0"
gem "ruboty-qiita-github", github: 'increments/ruboty-qiita-github'
gem "ruboty-ruby_persistence", "= 0.2.0"
gem "increments-schedule", "~> 0.18.0"

gem 'websocket-client-simple', github: 'fuyuton/websocket-client-simple'
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/fuyuton/websocket-client-simple.git
revision: 3f455717022bc17bd079ab7cf54252dc120e5059
specs:
websocket-client-simple (0.3.3)
event_emitter (~> 0.2.6)
websocket (~> 1.2.8)

GIT
remote: https://github.com/increments/ruboty-qiita-github.git
revision: 20943ca1e3934884b7d9736530565058293f1a7f
Expand Down Expand Up @@ -213,10 +221,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
websocket (1.2.8)
websocket-client-simple (0.3.0)
event_emitter
websocket
websocket (1.2.9)
websocket-driver (0.7.2)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -247,6 +252,7 @@ DEPENDENCIES
ruboty-slack_rtm
ruboty-sushiyuki
ruboty-twitter_search
websocket-client-simple!

RUBY VERSION
ruby 2.6.3p62
Expand Down