From cb8e8cc15fcf4aa02851eb8f86fce68846b44dce Mon Sep 17 00:00:00 2001 From: Anthony Date: Sun, 7 Jun 2020 17:30:25 -0400 Subject: [PATCH] Replace deprecated 'show' command with 'info' - As at bundler 2.1.0.pre.1 `bundler info GEM` has feature parity with `bundle show GEM` and `show` complains with a deprecation warning --- docs/_docs/structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/structure.md b/docs/_docs/structure.md index 842be084656..32fe3e79610 100644 --- a/docs/_docs/structure.md +++ b/docs/_docs/structure.md @@ -36,7 +36,7 @@ A basic Jekyll site usually looks something like this:


- minima is the current default theme, and bundle show minima will show you where minima theme's files are stored on your computer. + minima is the current default theme, and bundle info minima will show you where minima theme's files are stored on your computer.