Skip to content

Commit 5b2bf51

Browse files
committed
check gem file version specification
1 parent d029e70 commit 5b2bf51

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
@@ -6,5 +6,7 @@ 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']
911
end
1012

0 commit comments

Comments
 (0)