Could not find gem 'foreman-tasks (= 0.8.6)

178 views Asked by At

I am getting below error when I am running Foreman 1.14 on my machine.

usr/lib/ruby/vendor_ruby/bundler/resolver.rb:354:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'foreman-tasks (= 0.8.6)' in any of the gem sources listed in your Gemfile or available on this machine. (Bundler::GemNotFound)

1

There are 1 answers

1
Michael Malov On

You can provide git repo for this gem in Gemfile like:

gem 'foreman-tasks', git: 'https://github.com/theforeman/foreman-tasks.git'