diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md index 033b9c780c28..c77040007e6f 100644 --- a/docs/_docs/01-quick-start-guide.md +++ b/docs/_docs/01-quick-start-guide.md @@ -74,7 +74,7 @@ To install as a remote theme: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. You may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used. diff --git a/docs/_docs/03-installation.md b/docs/_docs/03-installation.md index 14e0afa76645..d04b5e56f974 100644 --- a/docs/_docs/03-installation.md +++ b/docs/_docs/03-installation.md @@ -73,7 +73,7 @@ source "https://rubygems.org" # To upgrade, run `bundle update`. -gem "jekyll", "~> 3.5" +gem "jekyll" gem "minimal-mistakes-jekyll" # The following plugins are automatically loaded by the theme-gem: diff --git a/docs/_docs/04-upgrading.md b/docs/_docs/04-upgrading.md index d5fa65b4571f..978ff815967e 100644 --- a/docs/_docs/04-upgrading.md +++ b/docs/_docs/04-upgrading.md @@ -12,7 +12,7 @@ To check which version you are currently using, view the source of your built si ```