Top "Gemfile.lock" questions

The Gemfile.

Understanding the Gemfile.lock file

After running the bundle install command, 'Gemfile.lock' is created in the working directory. What do the directives inside that …

ruby bundler gemfile.lock
What is the difference between Gemfile and Gemfile.lock in Ruby on Rails

I am a beginner to Ruby on Rails and I am using Rails 3.0.9. What is the difference between Gemfile and …

ruby-on-rails ruby bundler gemfile gemfile.lock
Your bundle is locked to rake (12.0.0), but that version could not be found in any of the sources listed in your Gemfile.

I get the following error message when starting the rails server: Your bundle is locked to rake (12.0.0), but that version …

ruby-on-rails ruby gemfile gemfile.lock
Gemfile.lock contains merge conflicts

I just ran git push origin master and got this error after trying to run rails s: Your Gemfile.lock …

ruby-on-rails terminal bundle gemfile gemfile.lock
is it desirable to remove Gemfile.lock?

I'm on Ubuntu 10.04, the app that I have to push to Heroku has a Gemfile.lock, this app was developed …

ruby-on-rails ruby heroku gemfile gemfile.lock
Troubles with git and Gemfile.lock

I keep running into the following error with my Gemfile.lock whenever I want to do a git pull or …

ruby-on-rails git gemfile merge-conflict-resolution gemfile.lock
Updating Gemfile.lock without installing gems

Is there a way to force an update of the Gemfile.lock without installing the gems that have changed?

ruby bundler gemfile.lock