Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Flutterby CLI crashes with Ruby 2.4.0 and OpenSSL 2.0.3 [upstream issue] #32

Open
brandonpittman opened this issue Feb 2, 2017 · 5 comments
Assignees
Labels

Comments

@brandonpittman
Copy link

Created a skeleton project, served, and then it blew up over Cipher.
flutterby.txt

@hmans
Copy link
Owner

hmans commented Feb 3, 2017

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?

@brandonpittman
Copy link
Author

I tried all three of these:

flutteryby serve
bundle exec flutteryby serve
bin/flutteryby serve

Same results every time.

@brandonpittman brandonpittman changed the title Blows up on serve Can't run flutterby serve Feb 3, 2017
@hmans
Copy link
Owner

hmans commented Feb 3, 2017

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. :/

@hmans
Copy link
Owner

hmans commented Feb 3, 2017

Also this Bundler issue.

@hmans hmans self-assigned this Feb 3, 2017
@hmans hmans added the wontfix label Feb 3, 2017
@hmans
Copy link
Owner

hmans commented Feb 3, 2017

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.

@hmans hmans changed the title Can't run flutterby serve Flutterby CLI crashes with Ruby 2.4.0 and OpenSSL 2.0.3 [upstream issue] Feb 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants