From 48190e07286ee51adb2ffde10ed604d41e66a456 Mon Sep 17 00:00:00 2001 From: Drew King Date: Mon, 21 Aug 2023 13:16:14 -0700 Subject: [PATCH] Added linux dependencies to gemfile --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 2d387f1..efe5972 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,6 +219,8 @@ GEM minitest (5.19.0) nokogiri (1.15.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.15.4-x86_64-linux) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -257,6 +259,7 @@ GEM PLATFORMS x86_64-darwin-21 + x86_64-linux DEPENDENCIES github-pages (~> 228)