Sha256: 9a1d8f545fb4c3a89eadf757236acf447b86005f5bc285da9230334643fe06ff

Contents?: true

Size: 1.76 KB

Versions: 8

Compression:

Stored size: 1.76 KB

Contents

BUNDLE-LOCK(1)							BUNDLE-LOCK(1)



1mNAME0m
       1mbundle-lock 22m- Creates / Updates a lockfile without installing

1mSYNOPSIS0m
       1mbundle lock 22m[--update] [--local] [--print] [--lockfile=PATH]

1mDESCRIPTION0m
       Lock the gems specified in Gemfile.

1mOPTIONS0m
       1m--update=<*gems>0m
	      Ignores  the  existing  lockfile. Resolve then updates lockfile.
	      Taking a list of gems or updating all gems if no list is given.

       1m--local0m
	      Do not attempt to connect to 1mrubygems.org22m. Instead, Bundler will
	      use  the	gems  already  present	in  Rubygems' cache or in 1mven-0m
	      1mdor/cache22m. Note that  if  a	appropriate  platform-specific	gem
	      exists on 1mrubygems.org 22mit will not be found.

       1m--print0m
	      Prints  the  lockfile  to  STDOUT instead of writing to the file
	      system.

       1m--lockfile=<path>0m
	      The path where the lockfile should be written to.

1mUPDATING ALL GEMS0m
       If you run 1mbundle lock 22mwith  1m--update  22moption	without  list  of  gems,
       bundler	will  ignore  any  previously  installed  gems and resolve all
       dependencies again based on the latest versions of all  gems  available
       in the sources.

1mUPDATING A LIST OF GEMS0m
       Sometimes, you want to update a single gem in the Gemfile(5), and leave
       the rest of the gems that you specified locked to the versions  in  the
       1mGemfile.lock22m.

       For  instance,  you  only  want	to  update  1mnokogiri22m,  run 1mbundle lock0m
       1m--update nokogiri22m.

       Bundler will update 1mnokogiri 22mand any of its dependencies, but leave the
       rest  of the gems that you specified locked to the versions in the 1mGem-0m
       1mfile.lock22m.



				   June 2016			BUNDLE-LOCK(1)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bundler-1.13.6 lib/bundler/man/bundle-lock.txt
bundler-1.13.5 lib/bundler/man/bundle-lock.txt
bundler-1.13.3 lib/bundler/man/bundle-lock.txt
bundler-1.12.6 lib/bundler/man/bundle-lock.txt
bundler-1.13.2 lib/bundler/man/bundle-lock.txt
bundler-1.13.1 lib/bundler/man/bundle-lock.txt
bundler-1.13.0.rc.1 lib/bundler/man/bundle-lock.txt
bundler-1.13.0.pre.1 lib/bundler/man/bundle-lock.txt