From 70bd71b4e2f4abfa812627439d41e5a54c237cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=82=BA=E3=82=AD?= Date: Sat, 22 May 2021 22:57:50 +0200 Subject: [PATCH] Ruby update --- Gemfile.lock | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6659bb3..61f1e05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,12 +205,16 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) + mini_portile2 (2.5.1) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.14.4) multipart-post (2.1.1) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) nokogiri (1.11.1-x86_64-linux) racc (~> 1.4) octokit (4.20.0) @@ -254,6 +258,7 @@ GEM zeitwerk (2.4.2) PLATFORMS + ruby x86_64-linux DEPENDENCIES diff --git a/README.md b/README.md index 8068b9d..d264e0d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ sort: Before pushing your edits to the documentation, you may want to see what they look like. To do so, you need to: -- have a local [Ruby](https://www.ruby-lang.org) environment +- have a local [Ruby](https://www.ruby-lang.org) 2.7 environment - install the `bundler` and `jekyll` gems `gem install bundler jekyll` - install this project's specific requirements: