From cd56a205cad9b3a0113b89704957527c2620ca55 Mon Sep 17 00:00:00 2001
From: Baptiste Jonglez <baptiste.jonglez@imag.fr>
Date: Mon, 9 Nov 2020 13:56:28 +0100
Subject: [PATCH] [Gemfile] Remove rbnacl-libsodium, because it's very long to
 build and not actually necessary

---
 Gemfile      | 1 -
 Gemfile.lock | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/Gemfile b/Gemfile
index 325d311547..739e7cc0c7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,6 @@ gem "diffy"
 gem "mediawiki_api"
 gem "net-ssh"
 gem "rbnacl", "~> 3.2", "< 5.0"
-gem "rbnacl-libsodium"
 gem "bcrypt_pbkdf", "~> 1.0"
 gem "dns-zone"
 gem "ruby-cute", :require => "cute"
diff --git a/Gemfile.lock b/Gemfile.lock
index 064aba4b3f..488a72eaad 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -106,8 +106,6 @@ GEM
     rb-readline (0.5.5)
     rbnacl (3.4.0)
       ffi
-    rbnacl-libsodium (1.0.15.1)
-      rbnacl (>= 3.0.1)
     regexp_parser (1.6.0)
     rest-client (1.8.0)
       http-cookie (>= 1.0.2, < 2.0)
@@ -200,7 +198,6 @@ DEPENDENCIES
   net-ssh
   peach
   rbnacl (~> 3.2, < 5.0)
-  rbnacl-libsodium
   restfully
   rspec
   ruby-cute
-- 
GitLab