I’m not sure why this is happening, any clue???
$ echo $RAILS_ENV
production
----
$ bundle | grep debug
Using ruby-debug-base19 (0.11.25)
Using ruby-debug-base19x (0.11.29)
Using ruby-debug19 (0.11.6)
----
$ gem list | grep debug
ruby-debug-base19 (0.11.25)
ruby-debug-base19x (0.11.29)
ruby-debug19 (0.11.6)
Gemfile:
group :development do
gem "mailcatcher", "~> 0.5.5"
gem 'capistrano', '~> 2.9.0'
gem 'capistrano-ext', '1.2.1'
gem 'ruby-debug19', :require => 'ruby-debug'
gem 'ruby-debug-base19x'
gem 'ruby-debug-base19'
end
Make sure you are deploying by using
Bundler is installing all gems that are not is those groups in your Gemfile.
If you are using capistrano you can specify in your deploy.rb