rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Is gemfile.lock needed? #79

Closed JJ closed 5 years ago

JJ commented 7 years ago

It's actually (re) generated every time you do bundle install...

rejeep commented 7 years ago

How else would you guarantee to always get the same version of rspec (in this case)?

(I could use the gemspec, if that's what you mean)

JJ commented 7 years ago

I'm no expert in Ruby, but you can set that in the Gemfile, right? Gemfile.lock is generated after everything is installed with the versions that have been actually downloaded for everything.

sambrightman commented 5 years ago

Gemfile.lock is intentional, as @rejeep describes.