Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

[error] newer bundler causes: Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'rspec' #74

Open
hachi8833 opened this issue Dec 10, 2016 · 1 comment

Comments

@hachi8833
Copy link

Current master, as well as 09_speedup and 11_tdd branch cause the following error when running bundle under Ruby 2.1.10 plus rbenv:

Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'rspec'

08_features works fine with bundler.

One of our team found that this comes from newer bundler.

workaround

Degrade bundler to 1.10.0:

gem uninstall bundler
gem install bundler -v 1.10.0
bundle

I hope you'd update the master branch to fix the issue.

Thank you,

@ruralocity
Copy link
Member

Hi, thanks for reporting this. I'll take a look this week.

shoken0x added a commit to shoken0x/rails-4-1-rspec-3-0 that referenced this issue Jul 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants