| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-22 | Merge RubyGems-3.3.26 and Bundler-2.3.26 | Hiroshi SHIBATA | |
| 2022-11-22 | Merge RubyGems-3.3.25 and Bundler-2.3.25 | Hiroshi SHIBATA | |
| 2022-09-17 | Merge RubyGems-3.3.22 and Bundler-2.3.22 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.21 and Bundler-2.3.21 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.20 and Bundler-2.3.20 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.19 and Bundler-2.3.19 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.18 and Bundler-2.3.18 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.17 and Bundler-2.3.17 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.14 and Bundler-2.3.14 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.11 and Bundler-2.3.11 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.9 and Bundler-2.3.9 | Hiroshi SHIBATA | |
| 2022-05-18 | Merge RubyGems-3.3.8 and Bundler-2.3.8 | Hiroshi SHIBATA | |
| 2021-12-11 | [rubygems/rubygems] Add `github` and `ref` options to `bundle add` | Vyacheslav Alexeev | |
| https://github.com/rubygems/rubygems/commit/c3e54acab0 | |||
| 2021-12-06 | [rubygems/rubygems] Feature: accept pull request URLs as github source | Jean Boussier | |
| Very often github source is used to temporarily use a modified gem while a PR upstream is being reviewed. So for instance https://github.com/ruby/bigdecimal/pull/211 will look like: ```ruby gem "bigdecimal", github: "casperisfine/bigdecimal", branch: "git-gem" # https://github.com/ruby/bigdecimal/pull/200 ``` It's annoying because you have to fiddle with the branch name, which is copied as `casperisfine:git-gem`, etc etc. If I could simply use the PR URL like this: ``` gem "bigdecimal", github: "https://github.com/ruby/bigdecimal/pull/211" ``` It would make a very common task for me so much simpler. https://github.com/rubygems/rubygems/commit/517c527751 | |||
| 2021-11-04 | [rubygems/rubygems] Fix typos | Nobuyoshi Nakada | |
| https://github.com/rubygems/rubygems/commit/f328ef6f77 | |||
| 2021-08-31 | [rubygems/rubygems] Bring `--jobs` documentation up to date | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/58da501e5d Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-07-07 | Sync latest bundler & rubygems development version | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4533 | |||
| 2021-05-11 | Sync bundler & rubygems | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4367 | |||
| 2021-04-15 | Merge the master branch of Bundler | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4383 | |||
| 2021-03-08 | Sync latest development version of bundler & rubygems | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4143 | |||
| 2021-01-04 | Track Bundler master(2.3.0.dev) branch at ↵ | Hiroshi SHIBATA | |
| 55634a8af18a52df86c4275d70fa1179118bcc20 Notes: Merged: https://github.com/ruby/ruby/pull/4021 | |||
| 2020-12-08 | Merge prepare version of Bundler 2.2.0 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3864 | |||
