RubyGems Navigation menu

gemfile_lock_to_gemfile 0.1.1

## Why I have to develop this tool One of my ruby project is using bundler to manage gem dependencies. But the `Gemfile` is very complicate. It requires external `Gemfile` by using ruby `eval`. Because I have lots of similar projects that will use same piece of gems. So I decide to abstract these gems into a standalone `Gemfile`. And let those projects’ `Gemfile` loads it. The problem I met is when I building my docker image. I hope that image can pre-install all the ruby gems in that `Gemfile.lock`. Unluckily, `bundle install` require you must have the `Gemfile`. So I have to find out a way to revert `Gemfile.lock` to a usable `Gemfile`. So here we are!

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.1.2 - January 03, 2017 (7,5 KB)
  2. 0.1.1 - January 03, 2017 (7,5 KB)
  3. 0.1.0 - January 03, 2017 (7 KB)

Besitzer:

Autoren:

  • agate

SHA 256-Prüfsumme:

ee1e2e1d620132ca04ea7eba411dcaef9f01cd8cf5ceabe5cf0949457af9fbae

Downloads insgesamt 6.255

Für diese Version 1.783

Lizenzen:

k.A.

Erforderliche Ruby-Version: >= 0

Links: