Closed micheledisalvatore closed 10 years ago
I'm having this error after "bundle update":
/Users/../.rvm/gems/ruby-2.0.0-p247@master/gems/activesupport-4.0.1/lib/active_support/dependencies.rb:229:in `require': cannot load such file -- geoip (LoadError)
Before the bundle update it was working perfectly.
In the while, if I exclude geokit-rails from my gemfile, everything works fine....
ficed adding "gem 'geoip'" to the gemfile
I'm having this error after "bundle update":
/Users/../.rvm/gems/ruby-2.0.0-p247@master/gems/activesupport-4.0.1/lib/active_support/dependencies.rb:229:in `require': cannot load such file -- geoip (LoadError)
Before the bundle update it was working perfectly.
In the while, if I exclude geokit-rails from my gemfile, everything works fine....