From 0a9181dfe0d9bf32d73aaa653417bac7e48a1d5e Mon Sep 17 00:00:00 2001 From: Henk Poley Date: Mon, 12 Dec 2022 16:49:47 +0100 Subject: [PATCH 1/2] Gemfile dependencies require ruby-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70e838..973e326 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ URLCrazy has been tested with Ruby versions 2.4 and 2.6. If you are using Ubuntu or Debian use: -`$ sudo apt install ruby` +`$ sudo apt install ruby ruby-dev` ### Install Bundler From f63e3bb35aa4e90617906c60347bc1249ab8c50a Mon Sep 17 00:00:00 2001 From: Henk Poley Date: Mon, 12 Dec 2022 16:53:38 +0100 Subject: [PATCH 2/2] Also add build-essential --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973e326..9ea4794 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ URLCrazy has been tested with Ruby versions 2.4 and 2.6. If you are using Ubuntu or Debian use: -`$ sudo apt install ruby ruby-dev` +`$ sudo apt install ruby ruby-dev build-essential` ### Install Bundler