guard / guard-rspec

Guard::RSpec automatically run your specs (much like autotest)

Home Page:https://rubygems.org/gems/guard-rspec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 'Could not find concurrent-ruby-1.1.5'

samuelvaneck opened this issue · comments

I've recently done a bundle update of my Gems. Now when starting guard with bundle exec guard I get an error message:

Could not find concurrent-ruby-1.1.5 in any of the sources
Run bundle install to install missing gems.

I've checked my Gemfile.lock and it's present:
concurrent-ruby (1.1.5)

I've deleted all of my gems, Installed bundler again, done bundle install but still it keeps failing.

When I checkout of my branch which had the bundle update everything is fine and no errors are present.

I don't know what is going on. Do you have any advice?

I've added my Gemfile and Gemfile.lock as attachtments

Gemfile.lock.txt
Gemfile.txt

Figured out what caused my specific issue:

Because we are using Docker I had to do a rebuild of the Docker environment.