I know this was asked a few times earlier, but I tried these things and I still had no luck.
For a gem, mechanizeI continue to get the "These required gems are missing" error when running db:migrateon my production server.
Here's the complete error:
Missing these required gems:
mechanize
You're running:
ruby 1.8.6.111 at /usr/bin/ruby1.8
rubygems 1.3.5 at /home/user/.gem/ruby/1.8, /usr/lib/ruby/gems/1.8
The output which rubyis/usr/bin/ruby
The output which gemis/usr/bin/gem
When I start gem list mechanize (1.0.0), it is definitely on the list.
What am I doing wrong here?
source
share