| 
 | 1 | +<!DOCTYPE html>  | 
 | 2 | +<html>  | 
 | 3 | +  <head>  | 
 | 4 | +    <title>Bundler: The best way to manage a Ruby application's gems</title>  | 
 | 5 | +    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>  | 
 | 6 | +    <meta content='276VSYOko8B8vIu1i8i5qbj7_ql5PXo0dU69XQy-SL' name='globalsign-domain-verification'>  | 
 | 7 | +    <link href='/images/favicon.png' rel='shortcut icon' type='image/png'>  | 
 | 8 | +    <link href="/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />  | 
 | 9 | +  </head>  | 
 | 10 | +  <body>  | 
 | 11 | +    <div id='body'>  | 
 | 12 | +      <div id='header'>  | 
 | 13 | +        <a class="image" href="/"><img width="725" alt="The best way to manage your application's dependencies" src="/images/gembundler.png" /></a>  | 
 | 14 | +      </div>  | 
 | 15 | +      <div id='container'>  | 
 | 16 | +        <div id='contents'>  | 
 | 17 | +          <h2>bundle check</h2>  | 
 | 18 | +          <div class='contents'>  | 
 | 19 | +            <div class='bullet'>  | 
 | 20 | +              <div class='description'>  | 
 | 21 | +                Checks if the dependencies listed in Gemfile are satisfied by currently installed gems  | 
 | 22 | +              </div>  | 
 | 23 | +              <pre class="highlight plaintext">$ bundle check [--gemfile=FILE] [--path=PATH]</pre>  | 
 | 24 | +              <div class='notes'>  | 
 | 25 | +                <p>  | 
 | 26 | +                  Options:  | 
 | 27 | +                </p>  | 
 | 28 | +                <p>  | 
 | 29 | +                  <code>--gemfile</code>: Use the specified gemfile instead of Gemfile.  | 
 | 30 | +                </p>  | 
 | 31 | +                <p>  | 
 | 32 | +                  <code>--path</code>: Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME). Bundler will remember this value for future installs on this machine.  | 
 | 33 | +                </p>  | 
 | 34 | +              </div>  | 
 | 35 | +              <div class='description'>  | 
 | 36 | +                Check searches the local machine for each of the gems requested in the Gemfile. If  | 
 | 37 | +                all gems are found, Bundler prints a success message and exits with a status of 0.  | 
 | 38 | +                If not, the first missing gem is listed and Bundler exits status 1.  | 
 | 39 | +              </div>  | 
 | 40 | +            </div>  | 
 | 41 | +          </div>  | 
 | 42 | +        </div>  | 
 | 43 | +        <div id='sidebar'>  | 
 | 44 | +          <h2>Would you like to</h2>  | 
 | 45 | +          <ul>  | 
 | 46 | +            <li><a href="/#getting-started">Get started</a></li>  | 
 | 47 | +            <li><a href="/issues.html">Report a bug</a></li>  | 
 | 48 | +            <li><a href="/v1.6/whats_new.html">See what's new</a></li>  | 
 | 49 | +            <li><a href="/v1.6/man/bundle.1.html">Read documentation</a></li>  | 
 | 50 | +            <li><a href="/#get-involved">Discuss and Contribute</a></li>  | 
 | 51 | +            <li><a href="/v1.6/faq.html">View FAQs</a></li>  | 
 | 52 | +          </ul>  | 
 | 53 | +          <div class='shirts'>  | 
 | 54 | +            <div class='content'>  | 
 | 55 | +              <p>  | 
 | 56 | +                Bundler is developed entirely by a team of volunteers.  | 
 | 57 | +                <a href="http://www.gittip.com/bundler">Support their work</a>  | 
 | 58 | +                and help make Bundler better for everyone.  | 
 | 59 | +              </p>  | 
 | 60 | +              <p>  | 
 | 61 | +                <script data-gittip-username='bundler' src='//gttp.co/v1.js'></script>  | 
 | 62 | +                <br>  | 
 | 63 | +                <br>  | 
 | 64 | +              </p>  | 
 | 65 | +            </div>  | 
 | 66 | +          </div>  | 
 | 67 | +          <h2>Bundler Commands</h2>  | 
 | 68 | +          <ul>  | 
 | 69 | +            <li><a href="/v1.6/bundle_install.html">bundle install</a></li>  | 
 | 70 | +            <li><a href="/v1.6/bundle_update.html">bundle update</a></li>  | 
 | 71 | +            <div class='buttons'>  | 
 | 72 | +              <a href="/v1.6/commands.html">View all commands</a>  | 
 | 73 | +            </div>  | 
 | 74 | +          </ul>  | 
 | 75 | +          <h2>Help With</h2>  | 
 | 76 | +          <ul>  | 
 | 77 | +            <li><a href="/v1.6/gemfile.html">Gemfiles</a></li>  | 
 | 78 | +            <li><a href="/v1.6/groups.html">Groups</a></li>  | 
 | 79 | +            <li><a href="/v1.6/git.html">Gems from git</a></li>  | 
 | 80 | +            <li><a href="/v1.6/bundler_setup.html">Bundler.setup</a></li>  | 
 | 81 | +            <li><a href="/v1.6/deploying.html">Deploying</a></li>  | 
 | 82 | +            <li><a href="/v1.6/bundler_sharing.html">Sharing</a></li>  | 
 | 83 | +            <li><a href="/v1.6/updating_gems.html">Updating Gems</a></li>  | 
 | 84 | +            <li><a href="/compatibility.html">Compatible versions</a></li>  | 
 | 85 | +          </ul>  | 
 | 86 | +          <h2>Use Bundler with</h2>  | 
 | 87 | +          <ul>  | 
 | 88 | +            <li><a href="/v1.6/rails3.html">Rails 3</a></li>  | 
 | 89 | +            <li><a href="/v1.6/rails23.html">Rails 2.3</a></li>  | 
 | 90 | +            <li><a href="/v1.6/sinatra.html">Sinatra</a></li>  | 
 | 91 | +            <li><a href="/v1.6/rubygems.html">Rubygems</a></li>  | 
 | 92 | +            <li><a href="/v1.6/rubymotion.html">RubyMotion</a></li>  | 
 | 93 | +          </ul>  | 
 | 94 | +          <div class='shirts'>  | 
 | 95 | +            <div class='content'>  | 
 | 96 | +                            <a class="image" onclick="ga('send', 'devswag');" href="http://www.devswag.com/collections/bundler"><img src="/images/bundler-shirt.png" />  | 
 | 97 | +              </a>  | 
 | 98 | + | 
 | 99 | +              <p>  | 
 | 100 | +                <a onclick="ga('send', 'devswag');" href="http://www.devswag.com/collections/bundler">Buy Bundler Shirts & Stickers!</a>  | 
 | 101 | +              </p>  | 
 | 102 | +            </div>  | 
 | 103 | +          </div>  | 
 | 104 | +        </div>  | 
 | 105 | +      </div>  | 
 | 106 | +    </div>  | 
 | 107 | +    <div id='footer'>  | 
 | 108 | +      <img src="/images/emocow.png" />  | 
 | 109 | +      <img src="/images/panda.jpg" />  | 
 | 110 | +      <div class='spacer'></div>  | 
 | 111 | +      <div id='credits'>  | 
 | 112 | +        <p>  | 
 | 113 | +          Many thanks to Bundler's <a href="/contributors.html">contributors</a>  | 
 | 114 | +          and <a href="/sponsors.html">sponsors</a>  | 
 | 115 | +        </p>  | 
 | 116 | +      </div>  | 
 | 117 | +      <div class='spacer'></div>  | 
 | 118 | +      <img src="/images/bundler-small.png" />  | 
 | 119 | +    </div>  | 
 | 120 | +    <a href='http://github.com/bundler/bundler/' id='github'>  | 
 | 121 | +      <img alt='Fork me on GitHub' src='http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png'>  | 
 | 122 | +    </a>  | 
 | 123 | +    <div id='prod-versions'>  | 
 | 124 | +      Docs:  | 
 | 125 | +      <a href="/v0.9/">v0.9</a>  | 
 | 126 | +      <a href="/v1.0/">v1.0</a>  | 
 | 127 | +      <a href="/v1.1/">v1.1</a>  | 
 | 128 | +      <a href="/v1.2/">v1.2</a>  | 
 | 129 | +      <a href="/v1.3/">v1.3</a>  | 
 | 130 | +      <a href="/v1.5/index.html">v1.5</a>  | 
 | 131 | +      <a class="current" href="/">v1.6</a>  | 
 | 132 | +    </div>  | 
 | 133 | +    <script>  | 
 | 134 | +      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){  | 
 | 135 | +      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),  | 
 | 136 | +      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)  | 
 | 137 | +      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');  | 
 | 138 | +      ga('create', 'UA-39559982-1', 'bundler.io');  | 
 | 139 | +      ga('send', 'pageview');  | 
 | 140 | +    </script>  | 
 | 141 | +  </body>  | 
 | 142 | +</html>  | 
0 commit comments