Skip to content

Commit

Permalink
Merge pull request #17 from increments/wake-up-qiitan
Browse files Browse the repository at this point in the history
Fix OpenSSL::SSL::SSLError: SSL_write error / SNI support 
  • Loading branch information
mziyut authored Dec 8, 2021
2 parents 0bf3672 + 5d8b680 commit 9d80760
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
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

0 comments on commit 9d80760

Please sign in to comment.