Skip to content

Commit 1ddff02

Browse files
committed
CI: Use latest rubygems on github actions
In order to solve undefined method `parse' for Psych::Parser errors while installing sass-embedded.
1 parent d013288 commit 1ddff02

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
with:
118118
ruby-version: ${{ matrix.ruby }}
119119
bundler-cache: true
120+
rubygems: "latest"
120121
- name: Restore apt cache
121122
id: apt-cache
122123
uses: actions/cache@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
ruby-version: "3.0"
1919
bundler-cache: true
20+
rubygems: "latest"
2021
- name: Lint Ruby files
2122
run: bundle exec standardrb
2223
ESLint:

0 commit comments

Comments
 (0)