hubsmoke/bro

Requires Ruby1.9.2?

Sepero opened this issue · 5 comments

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

When trying to install on Ubuntu 12.04 LTS, this result:

# 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.

Thanks for reporting this issue! This is a known issue and will be fixed in release 0.1.0

Please see #34 and #24 for more details

Cheers

0.1.0 is now available

gem update bropages

Let me know if you notice any issues! I've added a Travis build test for 1.8.7 as well

Installed

I am still seeing this issue

ERROR:  Error installing bropages:
mime-types requires Ruby version >= 1.9.2.

$ ruby -v
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]