base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / security / wpscan / update.sh
blobc30cc62e5296090cefee6b248809867732ec8eae
1 #!/usr/bin/env nix-shell
2 #! nix-shell -i bash -p bash bundix bundler
4 set -e
6 cd "$(dirname "${BASH_SOURCE[0]}")"
8 rm -f Gemfile.lock Gemfile.lock
10 # Otherwise nokogiri will fail to build.
11 # https://github.com/nix-community/bundix/issues/88
12 bundler config set --local force_ruby_platform true
14 bundler lock
15 BUNDLE_GEMFILE=Gemfile bundler lock --lockfile=Gemfile.lock
16 bundix --gemfile=Gemfile --lockfile=Gemfile.lock --gemset=gemset.nix