| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-10 | Merge RubyGems-3.3.27 and Bundler-2.3.27 (#8889) | Hiroshi SHIBATA | |
| 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-11-22 | Merge RubyGems-3.3.24 and Bundler-2.3.24 | Hiroshi SHIBATA | |
| 2022-10-08 | Merge RubyGems-3.3.23 and Bundler-2.3.23 | 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.15 and Bundler-2.3.15 | Hiroshi SHIBATA | |
| 2022-09-03 | Merge RubyGems-3.3.14 and Bundler-2.3.14 | Hiroshi SHIBATA | |
| 2022-02-14 | Merge RubyGems-3.3.7 and Bundler-2.3.7 (#5543) | Hiroshi SHIBATA | |
| 2022-02-02 | Merge pull request #5482 from hsbt/rubygems-3-3-bundler-2-3 | Hiroshi SHIBATA | |
| Merge RubyGems 3.3.x and Bundler 2.3.x | |||
| 2021-12-23 | Merge RubyGems-3.3.1 and Bundler-2.3.1 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5325 | |||
| 2021-12-21 | Merge RubyGems-3.3.0 and Bundler-2.3.0 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5317 | |||
| 2021-12-03 | [rubygems/rubygems] Improve sources representation | David Rodríguez | |
| We have two representations of a source. Once used for sorting, which should not depend on the source's state, but solely on its static information, like remotes. Another one used for error and informational messages, which should properly inform about the exact state of the source when the message is printed. This commit makes the latter be the default implementation of `to_s`, so that error and informational messages are more accurate by default. https://github.com/rubygems/rubygems/commit/b5f2b88957 | |||
| 2021-12-01 | Removed vcr files. They are needless for this repo | Hiroshi SHIBATA | |
| 2021-11-25 | [rubygems/rubygems] Check not having load system features also for ↵ | David Rodríguez | |
| successful runs https://github.com/rubygems/rubygems/commit/4807bd19a5 | |||
| 2021-11-25 | [rubygems/rubygems] These method should be returning a string | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/dc391f4d87 | |||
| 2021-11-25 | [rubygems/rubygems] We should be checking raised exception, not status code here | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/48f8cdab9c | |||
| 2021-11-25 | [rubygems/rubygems] Don't replace ENV twice on non Windows platforms | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/8dc86b7096 | |||
| 2021-11-12 | [rubygems/rubygems] Remove `gemfile_should_be` helper as well | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/79f3c00caa | |||
| 2021-11-12 | [rubygems/rubygems] Remove `have_lockfile` matcher too | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/635f3f2605 | |||
| 2021-11-12 | [rubygems/rubygems] Remove `lockfile_should_be` helper | David Rodríguez | |
| It doesn't add anything. https://github.com/rubygems/rubygems/commit/ece3c864df | |||
| 2021-11-02 | [rubygems/rubygems] Leave ":" after MANPATH when not set | David Rodríguez | |
| So that system man pages still work after a gem with man pages overrides it. https://github.com/rubygems/rubygems/commit/1031879b87 | |||
| 2021-10-11 | [ruby/rubygems] Get specs green on arm64-darwin-20 | David Rodriguez | |
| https://github.com/rubygems/rubygems/commit/7a0bd9801d | |||
| 2021-10-09 | Newly generated gems require Ruby 2.6.0 | OKURA Masafumi | |
| In 2021, Ruby 2.5 and older are EOL. We can set the default required Ruby version to 2.6.0 to encourage people to use newer Ruby. If the command is executed with old Ruby, it falls back to 2.3.0. It's still possible to create a gem for older Ruby just by changing two lines of code (one in gemspec and another is in rubocop.yml). | |||
| 2021-10-09 | [rubygems/rubygems] I see no harm in this, allow it | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/01feb40283 | |||
| 2021-10-09 | [rubygems/rubygems] `git commit` no longer needs to be allowed to fail | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/12af03d32f | |||
| 2021-10-09 | [rubygems/rubygems] Let `update_git` work with whatever branch is checkout out | David Rodríguez | |
| Unless the `:branch` option is passed. It's more efficient, and it results in less hardcoding of "master". https://github.com/rubygems/rubygems/commit/aa5c3409ab | |||
| 2021-10-09 | [rubygems/rubygems] Make adding files and committing into a single command | David Rodríguez | |
| For efficiency. https://github.com/rubygems/rubygems/commit/979d1634dd | |||
| 2021-10-09 | [rubygems/rubygems] Improve performance of Specification#missing_extensions? | Masataka Pocke Kuwabara | |
| https://github.com/rubygems/rubygems/commit/90c1919f94 | |||
| 2021-09-17 | [rubygems/rubygems] Trigger install command by default on remove | Jose Galisteo | |
| Closes https://github.com/rubygems/rubygems/issues/4889 https://github.com/rubygems/rubygems/commit/2b1754479c | |||
| 2021-08-31 | [rubygems/rubygems] Fix some failing Bundler tests with old Git. | Jun Aruga | |
| Use the `git branch --list` rather than the `git branch -l` for better compatibility. Because the `git branch -l` is used to create a new branch in Git version < 2.20.0. https://github.com/rubygems/rubygems/commit/eac5be7d06 Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-08-31 | [rubygems/rubygems] Improve "gem not found in source" errors | David Rodríguez | |
| When printing sources inside these error messages, it's useful to only consider the current state of the source. For example, when requiring `bundler/setup`, the source shouldn't be configured to be able to hit the network, so the error message should only mention "locally installed gems" to make that more clear. https://github.com/rubygems/rubygems/commit/30eb14f853 Notes: Merged: https://github.com/ruby/ruby/pull/4789 | |||
| 2021-07-14 | Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4648 | |||
| 2021-07-07 | Sync RubyGems and Bundler with upstream | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4634 | |||
| 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-24 | Fix test-bundler failures when XDG_CONFIG_HOME is not writable | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/actions/runs/2175399707?check_suite_focus=true ``` Errno::EACCES: Permission denied @ dir_s_mkdir - /home/runner/.config/irb ``` | |||
| 2021-03-08 | Sync latest development version of bundler & rubygems | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4143 | |||
| 2021-01-28 | Remove require_path from $LOADED_FEATURES | Kazuhiro NISHIYAMA | |
| because some features are already loaded. | |||
| 2021-01-28 | Delete path including `/../` too | Kazuhiro NISHIYAMA | |
| 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-23 | Merge RubyGems 3.2.3 and Bundler 2.2.3 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3982 | |||
| 2020-12-15 | Prepare to release rubygems-3.2.1 and bundler-2.2.1 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3901 | |||
| 2020-12-08 | Merge prepare version of Bundler 2.2.0 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3864 | |||
