Ruby update

This commit is contained in:
フズキ 2021-05-22 22:57:50 +02:00
parent f29c0ce9e5
commit 70bd71b4e2
No known key found for this signature in database
GPG Key ID: E06450E46F83376C
2 changed files with 6 additions and 1 deletions

View File

@ -205,12 +205,16 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6) mercenary (0.3.6)
mini_portile2 (2.5.1)
minima (2.5.1) minima (2.5.1)
jekyll (>= 3.5, < 5.0) jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9) jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.14.4) minitest (5.14.4)
multipart-post (2.1.1) multipart-post (2.1.1)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux) nokogiri (1.11.1-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (4.20.0) octokit (4.20.0)
@ -254,6 +258,7 @@ GEM
zeitwerk (2.4.2) zeitwerk (2.4.2)
PLATFORMS PLATFORMS
ruby
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES

View File

@ -47,7 +47,7 @@ sort: <number>
Before pushing your edits to the documentation, you may want to see what they Before pushing your edits to the documentation, you may want to see what they
look like. To do so, you need to: 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 - install the `bundler` and `jekyll` gems
`gem install bundler jekyll` `gem install bundler jekyll`
- install this project's specific requirements: - install this project's specific requirements: