diff options
| author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2026-09-17 10:07:47 +0200 |
|---|---|---|
| committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2026-09-17 10:07:47 +0200 |
| commit | 96e6f2ee9fb3a1142a75c3020345d95269ab0274 (patch) | |
| tree | 2faf4d475ea8ccf429e53ed401903f4997aaf6cb /ruby.md | |
| parent | 03f12dc1dc3352d907944f9ac1ffd78f2f8f955a (diff) | |
Diffstat (limited to 'ruby.md')
| -rw-r--r-- | ruby.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,11 @@ ### Install packages locally - bundle install --path vendor/bundle + bundle config set path vendor/bundle + bundle install + + # Previously was like this, but apparently this is deprecated now: + # bundle install --path vendor/bundle ## Gemfile |