Packaging/Ruby: Difference between revisions
m Category:Ruby added, Category:Languages removed |
Recommend bundle lock over install. Lock only generates the lockfile, doesn't try to install the gems |
||
Line 36: | Line 36: | ||
<syntaxHighlight lang=console> | <syntaxHighlight lang=console> | ||
$ nix-shell | $ nix-shell | ||
$ bundle | $ bundle lock # generates Gemfile.lock | ||
$ bundix # generates gemset.nix | $ bundix # generates gemset.nix | ||
</syntaxHighlight> | </syntaxHighlight> |