Skip to content

Commit 51e4931

Browse files
committed
Pin open-uri to 0.4.0 to resolve uri gem conflict in CI - Downgraded open-uri from 0.5.0 to 0.4.0 to avoid uri 1.0.3 dependency - This should resolve the GitHub Actions deployment issue
1 parent edaa3ff commit 51e4931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ group :jekyll_plugins do
2222
# gem 'mini_racer'
2323
gem 'unicode_utils', '~> 1.4.0'
2424
gem 'webrick', '~> 1.9.1'
25+
# Pin open-uri to avoid uri gem conflict
26+
gem 'open-uri', '0.4.0'
2527
end
2628

2729
group :other_plugins do

0 commit comments

Comments
 (0)