Merge pull request #1617

update gemfiles, CI and netlifhy settings
This commit is contained in:
luigi1111 2021-05-21 22:39:04 -04:00 committed by GitHub
commit a1ce49ec41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 41 additions and 34 deletions

View file

@ -8,11 +8,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7' ] ruby: [ '2.5', '2.6', '2.7', '3.0.1' ]
name: Ruby ${{ matrix.ruby }} name: Ruby ${{ matrix.ruby }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
- name: install bundler - name: install bundler

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ ietemplates/
_site/* _site/*
.idea/ .idea/
*.swp *.swp
.jekyll-cache/

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'jekyll' gem 'jekyll'
gem 'jekyll-paginate' gem 'jekyll-paginate'
gem 'builder' gem 'builder'
gem 'rubysl-rexml'
gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-multiple-languages-plugin' gem 'jekyll-multiple-languages-plugin'
gem 'jekyll-feed' gem 'jekyll-feed'
gem "webrick", "~> 1.7"

View file

@ -3,60 +3,66 @@ GEM
specs: specs:
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
builder (3.2.3) builder (3.2.4)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.8)
em-websocket (0.5.1) em-websocket (0.5.2)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
eventmachine (1.2.7) eventmachine (1.2.7)
ffi (1.13.1) ffi (1.15.0)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (1.8.10)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (3.8.7) jekyll (4.2.0)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (~> 0.7) i18n (~> 1.0)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 1.14) kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.3.3) mercenary (~> 0.4.0)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 4) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-feed (0.11.0) terminal-table (~> 2.0)
jekyll (~> 3.3) jekyll-feed (0.15.1)
jekyll-multiple-languages-plugin (1.5.1) jekyll (>= 3.7, < 5.0)
jekyll (>= 2.0, < 4.0) jekyll-multiple-languages-plugin (1.7.0)
jekyll (>= 2.0, < 5.0)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (2.1.0)
sass (~> 3.4) sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (1.17.0) kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3) liquid (4.0.3)
listen (3.2.1) listen (3.5.1)
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.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (4.0.5) public_suffix (4.0.6)
rb-fsevent (0.10.4) rb-fsevent (0.11.0)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.21.0) rexml (3.2.5)
rubysl-rexml (2.0.4) rouge (3.26.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass (3.7.4) sassc (2.4.0)
sass-listen (~> 4.0.0) ffi (~> 1.9)
sass-listen (4.0.0) terminal-table (2.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) unicode-display_width (~> 1.1, >= 1.1.1)
rb-inotify (~> 0.9, >= 0.9.7) unicode-display_width (1.7.0)
webrick (1.7.0)
PLATFORMS PLATFORMS
ruby ruby
@ -67,7 +73,7 @@ DEPENDENCIES
jekyll-feed jekyll-feed
jekyll-multiple-languages-plugin jekyll-multiple-languages-plugin
jekyll-paginate jekyll-paginate
rubysl-rexml webrick (~> 1.7)
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.3

View file

@ -3,7 +3,7 @@
command = "jekyll build --trace --limit-posts 10" command = "jekyll build --trace --limit-posts 10"
[build.environment] [build.environment]
RUBY_VERSION = "2.6" RUBY_VERSION = "2.7"
[build.processing] [build.processing]
skip_processing = true skip_processing = true