ahoward / macaddr

cross platform mac address determination for ruby
Other
47 stars 41 forks source link

depends on systemu #2

Closed mperham closed 13 years ago

mperham commented 13 years ago

Looks like you need to declare a runtime dependency on the systemu gem.

/Users/mperham/.rvm/gems/jruby-1.5.6@banyan/gems/macaddr-1.2.0/lib/macaddr.rb:23:in `require': no such file to load -- systemu (LoadError)
cmdrkeene commented 13 years ago

+1

terracatta commented 13 years ago

+1

ahoward commented 13 years ago

this has been fixed.

dazza-codes commented 10 years ago

I see this issue today in our project that depends on macaddr-1.6.2, on a ruby 2.0.0-p353 installed with rbenv and gem 2.0.14.

gmoore commented 10 years ago

Same here. Problem resurfaced in macaddr-1.6.2. Rails 3.2.13, Ruby 1.9.3.

ssayer commented 10 years ago

We had a number of users report this issue on Monday when attempting a software upgrade. We're using macaddr-1.6.2, Ruby 1.9.3 and Rails 3.2.14.

rocky-jaiswal commented 10 years ago

Same here. Ruby 2.0, updated to Rails 3.2.17 today.