Skip to content

Commit dcc53c2

Browse files
committed
revert
1 parent 5b2bf51 commit dcc53c2

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
bundler-cache: true
2424
- name: Install deps
2525
run: |
26-
gem uninstall -i $(ruby -e 'puts Gem.default_dir') -aIx bundler || true
27-
gem install bundler -v 2.4.22
28-
bundle _2.4.22_ install
26+
gem install bundler
27+
bundle update --bundler
28+
bundle install
2929
npm install -g mermaid.cli
3030
- name: Setup deploy options
3131
id: setup

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ gem "github-pages", group: :jekyll_plugins # Let GitHub manage Jekyll dependenc
66
group :other_plugins do
77
gem 'httparty'
88
gem 'feedjira'
9-
# Add this: only include `uri` gem when running in CI (e.g., GitHub Actions)
10-
gem 'uri', '0.10.1' if ENV['CI']
119
end
1210

0 commit comments

Comments
 (0)