M BUZZ CRAZE NEWS
// general

Redmine: Bundler could not find compatible versions for gem “actionpack”

By Emma Johnson

I'm trying to configure plugin in redmine after getting a github link of the plugin it's installed successfully and these command running smoothly as:

sudo gem update
sudo gem install bundler
sudo gem update --system
sudo gem pristine bundler

but I'm getting this error when I write

sudo bundle update rake

after this command I'm getting the error and screenshot is attached.

Bundler could not find compatible versions for gem "actionpack":

In snapshot (Gemfile.lock):

actionpack (= 4.2.10)

In Gemfile:

rails (~> 4.2.8) was resolved to 4.2.10, which depends on actionpack (= 4.2.10)
rails-controller-testing (~> 1.0.4) was resolved to 1.0.4, which depends on actionpack (>= 5.0.1.x)

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.

I hope someone knows the solution to it.

Screenshot of error message

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy