Skip to content

Commit 50acae0

Browse files
committed
update news, poem, update deploy
1 parent 1c47cf9 commit 50acae0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
ruby-version: '3.0.2'
2323
bundler-cache: true
2424
bundler-version: '2.2.22' # added
25-
- name: Update Bundler # added
26-
run: gem uninstall uri # added
25+
# - name: Update Bundler # added
26+
# run: gem update bundler # added
2727
- name: Install deps
2828
run: |
2929
npm install -g mermaid.cli

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ group :jekyll_plugins do
1717
# gem 'mini_racer'
1818
gem 'unicode_utils'
1919
gem 'webrick'
20+
gem 'uri', '1.0.2'
2021
end
2122
group :other_plugins do
2223
gem 'httparty'

0 commit comments

Comments
 (0)