Commit 8aeaaac2 authored by ='s avatar = Committed by Yureka
Browse files

gitlab: workaround: remove attr_encrypted gem from rubyEnv

parent 2198c022
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 = {