# Lockfile gem is out of date in updater

**URL:** <https://meta.discourse.org/t/lockfile-gem-is-out-of-date-in-updater/52393>\
**Category:** Development\
**Created:** [2016年十一月2日 20:03 UTC](https://meta.discourse.org/t/lockfile-gem-is-out-of-date-in-updater/52393 "2016-11-02T20:03:43Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![TyIsI](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tyisi/32/115363_2.png) [@TyIsI](https://meta.discourse.org/u/TyIsI)\
**Post date:** [2016年十一月2日 20:03 UTC](https://meta.discourse.org/t/lockfile-gem-is-out-of-date-in-updater/52393/1 "2016-11-02T20:03:43Z")

</div>

While running the updater, I encountered the following error:

> Warning: the running version of Bundler (1.13.1) is older than the version that created the lockfile (1.13.6). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.

(On second thought, this might be related to the backup issues?)

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2016年十一月3日 12:10 UTC](https://meta.discourse.org/t/lockfile-gem-is-out-of-date-in-updater/52393/2 "2016-11-03T12:10:12Z")

</div>

This is nothing to worry about. on your dev box run `gem install bundler` the comment perfectly describes the problem.
