Your comments

the same error

puma server not starting

bundle exec puma -e production -t 4 -b unix:///var/run/ajenti-v-puma-store1ajentilocal-ruby-puma-0.sock

check but:


Your Gemfile lists the gem redcarpet (~> 2.3.0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
/usr/local/rvm/gems/ruby-2.1.2/gems/bundler-1.7.7/lib/bundler/rubygems_integration.rb:256:in `block in replace_gem': puma is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
from /usr/local/rvm/gems/ruby-2.1.2/bin/puma:22:in `<main>'
from /usr/local/rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `eval'
from /usr/local/rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `<main>'

gem install redcarpet 

not fix 

need help please