flutterby
flutterby copied to clipboard
Flutterby CLI crashes with Ruby 2.4.0 and OpenSSL 2.0.3 [upstream issue]
Created a skeleton project, served, and then it blew up over Cipher. flutterby.txt
Hey Brandon, thanks for submitting this issue. Could this be an issue with your local gems? How did you invoke flutterby
? Did you use the bin/flutterby
binstub that was generated?
I tried all three of these:
flutteryby serve
bundle exec flutteryby serve
bin/flutteryby serve
Same results every time.
Thanks for the update. I've been able to reproduce this issue by using Ruby 2.4.0 while having the openssl
gem installed at version 2.0.3
. The previously installed version 2.0.2
did not cause any problems.
This seems to be an issue with openssl 2.0.3. Please check this issue for details. :/
Also this Bundler issue.
I've labeled this as wontfix
because this is an issue with Bundler and/or the openssl gem, and I can't fix it in Flutterby. Thanks for the heads-up, either way! I will keep this issue open until the problem is fixed upstream.