summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <jslight90@gmail.com>2022-12-08 05:44:44 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-19 08:54:16 +0000
commit2472566d8aa41e16cc01e45d00560fdc4010b684 (patch)
tree87ed83ae63fba023be836fcaa7e41816339694b1
parentgitlab: 15.6.1 -> 15.6.2 (diff)
downloadnixpkgs-origin/backport-205102-to-release-22.11.tar.gz
gitlab: workaround: remove attr_encrypted gem from rubyEnvorigin/backport-205102-to-release-22.11
(cherry picked from commit 2cdb12b358f5c8de83622b0ba16aa5b2f1b78e97)
-rw-r--r--pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix5
1 files changed, 1 insertions, 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 = {