Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 4d80e6f

Browse files
committed
Comment out local gems and use github-pages convenience gem
1 parent 0bee2c6 commit 4d80e6f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Gemfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.5"
11+
# gem "jekyll", "~> 3.9.0"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "just-the-docs", "~> 0.3.3"
1515

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
# gem "github-pages", group: :jekyll_plugins
18+
19+
gem 'github-pages', group: :jekyll_plugins
1920

2021
# If you have any plugins, put them here!
21-
group :jekyll_plugins do
22-
# gem "jekyll-feed", "~> 0.6"
23-
gem "jekyll-remote-theme"
24-
gem "jekyll-redirect-from"
25-
end
22+
# group :jekyll_plugins do
23+
# # gem "jekyll-feed", "~> 0.6"
24+
# gem "jekyll-remote-theme"
25+
# gem "jekyll-redirect-from"
26+
# end
2627

2728
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2829
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /version-history/
99

1010
Open Distro for Elasticsearch version | Release highlights | Release date | Elasticsearch version
1111
:--- | :--- | :--- | :---
12-
[1.13.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.13.0.md) | Adds ARM64 support, asynchronous search plugin, and Historical Data Workbench for the anomaly detection plugin. Bumps Elasticsearch version. | TBD | 7.10.2
12+
[1.13.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.13.0.md) | Adds ARM64 support, enhancements to SQL, asynchronous search plugin, and Historical Data Workbench for the anomaly detection plugin. Bumps Elasticsearch version. | TBD | 7.10.2
1313
[1.12.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.12.0.md) | Adds Kibana reports, index rollups, and Hamming distance for k-NN. | 14 December 2020 | 7.10.0
1414
[1.11.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.11.0.md) | Adds Piped Processing Language (PPL) for exploring data, high cardinality support to anomaly detection, custom scoring for k-NN, and security support to the alerting plugin. Query Workbench replaces SQL Workbench in this version. | 27 October 2020 | 7.9.1
1515
[1.10.1](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.10.1.md) | Completely revamps the security user interface in Kibana, adds new email destination to the alerting plugin, adds sample detectors to anomaly detection, bumps Elasticsearch version. | 30 September 2020 | 7.9.1

0 commit comments

Comments
 (0)