From 2472566d8aa41e16cc01e45d00560fdc4010b684 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 8 Dec 2022 05:44:44 +0000 Subject: gitlab: workaround: remove attr_encrypted gem from rubyEnv (cherry picked from commit 2cdb12b358f5c8de83622b0ba16aa5b2f1b78e97) --- pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix b/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix index 8338a10cbe02..69ac4830afce 100644 --- a/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix +++ b/pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix @@ -290,9 +290,6 @@ }; version = "0.2.0"; }; - attr_encrypted = { - dependencies = ["encryptor"]; - }; attr_required = { groups = ["default"]; platforms = []; @@ -1096,7 +1093,7 @@ version = "4.8.1"; }; devise-two-factor = { - dependencies = ["activesupport" "attr_encrypted" "devise" "railties" "rotp"]; + dependencies = ["activesupport" "devise" "railties" "rotp"]; groups = ["default"]; platforms = []; source = { -- cgit v1.2.3