-
You should add an option to also generate tags for all ruby gems installed for the current project. This would allow going to declarations loaded by gems, e.g. devise functions.
-
Bundler 1.1 tries to use the dependencies api from rubygems, and falls back to the full sources file if it's not available. However, rubygems_proxy passes that call through and returns an empty depend…
-
### Environment:
- rbenv 1.2.0
- jruby 9.3.3.0
- bundler 2.4.6
- warbler 2.0.5
- OSX 13.2
### Issue
When running `bundle exec warble` I get this error:
```
Unable to detect bundler spec und…
-
https://docs.travis-ci.com/user/languages/ruby/#bundler-20
-
I am using the angular1 seed project : https://github.com/swimlane/angular1-systemjs-seed in 2 applications when I run command 'gulp release' on both, one of the project is executing the command succ…
-
### Describe the problem as clearly as you can
I can't run my shopify admin app
### Did you try upgrading rubygems & bundler?
yes
### Post steps to reproduce the problem
### Whi…
-
> [builder 6/8] RUN bundle install: …
-
### Describe the problem as clearly as you can
The CompactIndex API uses MD5 which means it cannot be used on FIPS-enabled systems, resulting in this error message: `FIPS mode is enabled, bundl…
-
### What happened?
Plasmo segfaults when I try to build my extension, these are the relevant parts of my `package.json`
```json
"scripts": {
"dev": "bun run watch-routes & plasmo dev…
-
We run actions with a custom Docker image that already contains Ruby and Bundler.
The [recommendation](https://github.com/actions/cache/blob/main/examples.md#ruby---bundler) is to use this action t…