Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Upgrade dependencies (#26)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* upgrade ruby in ci

* update
  • Loading branch information
gnarea authored Jul 26, 2024
1 parent b89e4be commit 5bcaa77
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 2,344 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,24 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
node-version: 20
cache: npm
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: '3.3'
bundler-cache: true
- name: Generate docs
run: |
npm install
JEKYLL_ENV=production bundle exec jekyll build
- name: Upload static site
uses: peaceiris/actions-gh-pages@v2.10.1
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./_site/
with:
emptyCommits: false
commitMessage: "${{ github.event.head_commit.message }} [skip ci]"
commit_message: "${{ github.event.head_commit.message }} [skip ci]"
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site/
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"

gem "jekyll", "4.2.0"
gem "jekyll", "4.3.3"

gem "kramdown-parser-gfm"

# Work around https://github.com/jekyll/jekyll/issues/8523
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8.1"
67 changes: 37 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,70 +1,77 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
concurrent-ruby (1.3.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.14.2)
ffi (1.17.0)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.8)
google-protobuf (4.27.2)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.4.1)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
public_suffix (6.0.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.26.0)
rouge (4.3.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
webrick (1.7.0)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
rake (>= 13)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
jekyll (= 4.2.0)
jekyll (= 4.3.3)
kramdown-parser-gfm
webrick (~> 1.7)
webrick (~> 1.8.1)

BUNDLED WITH
2.1.4
7 changes: 5 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ markdown: kramdown
liquid:
strict_variables: true
strict_filters: true
sass:
load_paths:
- node_modules
exclude:
- Gemfile
- Gemfile.lock
Expand All @@ -47,8 +50,8 @@ exclude:
javascript_libraries:
cash-dom:
# https://www.jsdelivr.com/package/npm/cash-dom
version: 8.1.0
digest: "sha256-xb3jchN35UY4gwqlR0mSg/dtv25q4yWmXmIg/WscJYo="
version: 8.1.5
digest: "sha256-mgRBiO/bYlxeBNEiBpjAmZJ/8Wv7Q0w3zX8E3V7hrh8="
path: "dist/cash.min.js"
mustache:
# https://www.jsdelivr.com/package/npm/mustache
Expand Down
2 changes: 1 addition & 1 deletion assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $navbar-item-hover-color: $light;

$footer-padding: 3rem 1.5rem;

@import "node_modules/bulma/bulma.sass";
@import "bulma/bulma.sass";

// Top navigation

Expand Down
Loading

0 comments on commit 5bcaa77

Please sign in to comment.