<div dir="ltr">My view has always been check in for apps, do not check in for gems.</div><div class="gmail_extra"><br><div class="gmail_quote">On 10 May 2017 at 11:25, Stuart Harrison <span dir="ltr"><<a href="mailto:pezholio@gmail.com" target="_blank">pezholio@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div id="m_828235000096388735bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">I think the `bundle gem` command adds the lockfile to `.gitignore` by default.</div><div><div class="h5"> <br> <div id="m_828235000096388735bloop_sign_1494411875488637952" class="m_828235000096388735bloop_sign"></div> <br><p class="m_828235000096388735airmail_on">On 10 May 2017 at 11:24:12, Sam Phillips (<a href="mailto:sam@samsworldofno.com" target="_blank">sam@samsworldofno.com</a>) wrote:</p> <blockquote type="cite" class="m_828235000096388735clean_bq"><span><div><div></div><div>





<div dir="ltr">Yes, always check it in. Once the dependency tree is
resolved, you want everyone using the same gems until it's actively
changed.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 10 May 2017 at 11:22, Garry Shutler
<span dir="ltr"><<a href="mailto:garry@robustsoftware.co.uk" target="_blank">garry@robustsoftware.co.uk</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">+1 to what Kerry said. If you deploy the same commit
of your website tomorrow, you don't want it bringing in different,
potentially breaking, versions of gems.</div>
<div class="gmail_extra"><span class="m_828235000096388735HOEnZb"><font color="#888888"><br clear="all"></font></span>
<div>
<div class="m_828235000096388735m_-6226936237618660733gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr"><span class="m_828235000096388735HOEnZb"><font color="#888888"><b>Garry
Shutler</b></font></span>
<div>
<div><span class="m_828235000096388735HOEnZb"><font color="#888888"><a href="http://twitter.com/gshutler" target="_blank">@gshutler</a></font></span></div>
<span class="m_828235000096388735HOEnZb"><font color="#888888"><a href="http://gshutler.com/" target="_blank">gshutler.com</a></font></span></div>
</div>
</div>
</div>
<div>
<div class="m_828235000096388735h5"><br>
<div class="gmail_quote">On 10 May 2017 at 11:12, Kerry Buckley
<span dir="ltr"><<a href="mailto:kerryjbuckley@gmail.com" target="_blank">kerryjbuckley@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">The advice I've always followed is that if you're
building an application you check it in (so you can guarantee that
everyone's developing/testing/running against the same set of
dependencies), but if you're building a library you don't, as you
don't get to control what versions users of your library are
running (other than through the dependency specifications in your
gemspec).
<div><br></div>
<div>Kerry</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">
<div>
<div class="m_828235000096388735m_-6226936237618660733h5">On Wed, May 10, 2017 at 11:08
AM, Asfand Qazi <span dir="ltr"><<a href="mailto:ayqazi@gmail.com" target="_blank">ayqazi@gmail.com</a>></span> wrote:<br></div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div class="m_828235000096388735m_-6226936237618660733h5">
<div dir="ltr">Hello,
<div><br></div>
<div>I have a question regarding Bundler, developing gems, and
Gemfile.lock . It is a question I thought I had the answer to, but
apparently not.</div>
<div><br></div>
<div>I USED to believe that you do not check in Gemfile.lock, so as
to allow situations during development to occur where your gem is
used with a version of a dependency that you did not expect,
therefore allowing possibly breaking interface changes to
dependencies to be made apparent. This is what Mr. Katz says here,
in 2010: <a href="http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/" target="_blank">http://yehudakatz.com/2010/12/<wbr>16/clarifying-the-roles-of-the<wbr>-gemspec-and-gemfile/</a>.</div>
<div><br></div>
<div>However, checking the latest bundler docs, here we read
something different: <a href="http://bundler.io/v1.14/guides/creating_gem.html" target="_blank">http://bundler.io/v<wbr>1.14/guides/creating_gem.html</a></div>
<div><br></div>
<div>"By running bundle install, Bundler will generate the
extremely important Gemfile.lock file. This file is responsible for
ensuring that every system this library is developed on has the
exact same gems so it should always be checked into version
control. For more information on this file read “THE GEMFILE.LOCK”
section of the bundle install manpage."</div>
<div><br></div>
<div>Que?</div>
<div><br></div>
<div>What do y'all think? Follow the old advice, or the new
advice?</div>
<div><br></div>
<div>Thanks</div>
<div><br class="m_828235000096388735m_-6226936237618660733m_-238611294216608294m_296630333355027103gmail-Apple-interchange-newline">

Regards,<br>
    Asfand Qazi<br>
    The DevOps Doctors<br>
<br>
    E: <a href="mailto:asfand@thedevopsdoctors.com" target="_blank">asfand@thedevopsdoctors.com</a><br>
    W: <a href="https://www.thedevopsdoctors.com/" target="_blank">https://www.thedevopsdoctor<wbr>s.com/</a><br></div>
</div>
<br></div>
</div>
______________________________<wbr>_________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/pipermai<wbr>l/chat-lrug.org</a><br>

Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.<wbr>cgi/chat-lrug.org</a><br>

List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/listinfo<wbr>.cgi/chat-lrug.org</a><br>

<br></blockquote>
</div>
<br></div>
<br>
______________________________<wbr>_________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/pipermai<wbr>l/chat-lrug.org</a><br>

Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.<wbr>cgi/chat-lrug.org</a><br>

List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/listinfo<wbr>.cgi/chat-lrug.org</a><br>

<br></blockquote>
</div>
<br></div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/pipermai<wbr>l/chat-lrug.org</a><br>

Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.<wbr>cgi/chat-lrug.org</a><br>

List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/listinfo<wbr>.cgi/chat-lrug.org</a><br>

<br></blockquote>
</div>
<br></div>


______________________________<wbr>_________________
<br>Chat mailing list
<br><a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a>
<br>Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" target="_blank">http://lists.lrug.org/<wbr>pipermail/chat-lrug.org</a>
<br>Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/options.<wbr>cgi/chat-lrug.org</a>
<br>List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/<wbr>listinfo.cgi/chat-lrug.org</a>
<br></div></div></span></blockquote></div></div></div>
<br>______________________________<wbr>_________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/<wbr>pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.<wbr>cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/<wbr>listinfo.cgi/chat-lrug.org</a><br>
<br></blockquote></div><br></div>