Content
You are here:
Error bundle install problem
Added by Alexandre Cavalier over 4 years ago
Hi,
I try to access to jobs works
in order to solve an email problem (https://community.openproject.com/topics/6429), but here is the responses of my commands.
I tried to install the missing gem manually, but then it asked me to install another, and then another, etc.
Do you know what could be the problem ?
Thanks
RAILS_ENV=production bundle exec rake jobs:work
Could not find airbrake-9.4.3 in any of the sources
Run `bundle install` to install missing gems.
bundle install
Fetching gem metadata from https://rubygems.org/........
Using rake 13.0.1
Errno::EACCES: Permission denied @ rb_sysopen - /opt/openproject/vendor/bundle/bin/rake
An error occurred while installing rake (13.0.1), and Bundler cannot continue.
Make sure that `gem install rake -v '13.0.1' --source 'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
actionpack-xml_parser was resolved to 2.0.1, which depends on
railties was resolved to 6.0.2.1, which depends on
rake
gem install rake -v '13.0.1' --source 'https://rubygems.org/'
Successfully installed rake-13.0.1
Parsing documentation for rake-13.0.1
Done installing documentation for rake after 0 seconds
1 gem installed