bpaquet / pcap_tools

Some tools to proccess tcpdump dumps
Other
16 stars 3 forks source link

ERROR: `require': cannot load such file -- bindata (LoadError) #8

Closed atdeniel closed 10 years ago

atdeniel commented 10 years ago

Maybe im dumb, but i get this error

/home/deniel/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- bindata (LoadError)

I already install the gem and added in gemfile and did bundle update but when i tried to rails s my project appears that error...

bpaquet commented 10 years ago

I'm sorry, this problem was fixed, but not releases.

I have pushed a new gem version.

atdeniel commented 10 years ago

Thanks! It works.