Skip to content
Snippets Groups Projects
  • bbartels's avatar
    d95b481d
    website: Add Gemfile.lock to .gitignore · d95b481d
    bbartels authored
    Looks like I have different versions of the required dependencies,
    which did not match those specified in our current Gemfile.lock.
    Hence `jekyll build` would break for me.
    
    Adding Gemfile.lock to .gitignore to allow people to use different
    versions of gem dependencies. (After all, we are only just
    generating static html pages with bundler probably isn't that
    important that we all use the same versions of stuff...)
    d95b481d
    History
    website: Add Gemfile.lock to .gitignore
    bbartels authored
    Looks like I have different versions of the required dependencies,
    which did not match those specified in our current Gemfile.lock.
    Hence `jekyll build` would break for me.
    
    Adding Gemfile.lock to .gitignore to allow people to use different
    versions of gem dependencies. (After all, we are only just
    generating static html pages with bundler probably isn't that
    important that we all use the same versions of stuff...)
.gitignore 1.68 KiB