travis: add update instructions (#36855)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Env to update Gemfile.lock / gemset.nix
|
||||
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "env";
|
||||
buildInputs = [
|
||||
ruby.devEnv
|
||||
gnumake
|
||||
bundix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user