-
I'm not seeing an obvious way to output to HTML as part of a CI build.
Is there an -o html?
Also - how can i prevent the CI task from failing with an Exit status of 1?
-
When we attempt to install a local plugin that has dependencies, using the `--local` flag, the Bundler underneath our Plugin Manager still calls out to rubygems.org (which doesn't work on air-gapped m…
-
Right now to audit the gems, you have to run a command manually or by using git hooks.
It really would be a nice touch to have an option to install `bundler-audit` as a bundler plugin (or maybe rel…
-
# Problem
When you run the tests locally they might pass only to subsequently fail on Travis because one of the other, non-testing, rake tasks might have failed. This is because we configure which ta…
-
### Descriptive summary
Sidekiq 6.x removes 2 options that we currently make use of in our script/restart_sidekiq.sh script:
```
WARNING: Daemonization mode will be removed in Sidekiq 6.0, see #4…
-
I found documentation for [How to write a Bundler plugin](https://bundler.io/v2.3/guides/bundler_plugins.html) and started following it. Step 1 is to go create a gem, and [that guide](https://bundler.…
-
Using the script in https://github.com/NixOS/nixpkgs/issues/58823#issue-428345860, the following packages have vulnerable dependencies: ([full log](https://gist.githubusercontent.com/FliegendeWurst/2e…
-
**Programming language**
JavaScript and Typescript
### Toolchains
#### Static Code Analysis a.k.a [linter](https://en.m.wikipedia.org/wiki/Lint_(software))
- [eslint](https://eslint.org) or [g…
-
I noticed that GitHub's Dependabot checks .gemspec files, as well as Gemfile.lock. We should do the same, as it would let bundler-audit monitor gems directly.
They also check other files as well, s…
-
Hi, We're facing a Segmentation fault with ruby 2.7.8 and pg 1.5.3 in a rails application (v6.1.7). This is sometimes happening in CI. It is sometimes reproducible locally but I haven't found the righ…