bundler-site
bundler-site copied to clipboard
The Bundler documentation website
Bootstrap 5 (5.1.3) would suggest `color:#000` for `.btn-primary`/`.btn-primary:hover` by default when `$primary: #12AEE2;` as it violates "WCAG 2.1 text color contrast ratio of 4.5:1" if it is `color: #fff`. -...
`btn-secondary` (Bootstrap 4; BS4) is certainly the replacement of `btn-default` (BS3), but the appearance changes. 🤔 cf. https://getbootstrap.com/docs/4.0/migration/#buttons So, the color can be swapped at this time like: ```suggestion =...
https://bundler.io/man/bundle-install.1.html is now the man for `bundle install` on Bundler 2.3 as of writing, but with release of 2.4, the content of `/man/bundle-install.1.html` will be updated. I think `/man/bundle-install.1.html` should...
Making a proposal to update the wiki from this issue: [Issue 4458](https://github.com/rubygems/rubygems/issues/4458) The descriptions of the fields to complete come from Rubygems. Mth0158 ### What was the end-user problem that...
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.io/v2.3/guides/creating_gem.html) specifically creates a CLI executable...
Problem: many people have encountered the platform issue after upgrading the bundler. They try to search info about the meaning of platform and try to fix their local development problem....
References https://github.com/rubygems/bundler-site/pull/221#issuecomment-621460672, partially implemented there.
References https://github.com/rubygems/bundler-site/pull/221#issuecomment-621460672, partially implemented there. Needs #563 (to be able to override the automatic guess).
I'm having a problem or would like to suggest a feature. I was getting ```ERROR: SSL verification error at depth 2: unable to get local issuer certificate (20)``` while installing...
There is a lot of files using old bundler source path, which is being redirected to archived repo (rubygems/bundler). ### example at https://bundler.io/guides/bundler_plugins.html there is link to [bundler/bundler plugin/events.rb](https://github.com/bundler/bundler/blob/master/lib/bundler/plugin/events.rb), but...