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

bro requires Ruby 1.9.2 or higher #24

Closed
krunk4ever opened this issue Jan 26, 2014 · 5 comments
Closed

bro requires Ruby 1.9.2 or higher #24

krunk4ever opened this issue Jan 26, 2014 · 5 comments
Labels

Comments

@krunk4ever
Copy link

http://bropages.org/ states that

bro is meant to work out of the box for any machine running Ruby 1.8.7+

However, when I try to install bropages on my Mac (running Ruby 1.8.7), I get the following error:

$ gem install bropages
Fetching: json_pure-1.8.1.gem (100%)
Fetching: highline-1.6.20.gem (100%)
Fetching: commander-4.1.5.gem (100%)
Fetching: mime-types-2.1.gem (100%)
ERROR: Error installing bropages:
mime-types requires Ruby version >= 1.9.2.

It looks bropages is dependent on mime-types, and that requires 1.9.2.

Just FYI.

@hubsmoke
Copy link
Owner

Thanks for your report! This is indeed a bug. The client should only require 1.8.7, but there is an issue with how I've set up the dependencies it seems.

@hubsmoke
Copy link
Owner

I added this pull request. I haven't tested it out yet. Feel free to test this out for 1.8.7 compatibility

#34

@hubsmoke
Copy link
Owner

I tested 1.8.7 with my changes and it worked. Ruby 1.8.7 will be supported in bro 0.1.0

@krunk4ever
Copy link
Author

Fix confirmed. Was testing ref 838fe32 earlier and was able to install, but bro would throw errors when I tried running.
Ref dcadfa1 fixed it.

@hubsmoke
Copy link
Owner

Thanks!

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