bundler 2.7.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1058 -896
- data/README.md +4 -4
- data/bundler.gemspec +3 -3
- data/lib/bundler/build_metadata.rb +2 -2
- data/lib/bundler/capistrano.rb +1 -19
- data/lib/bundler/checksum.rb +6 -0
- data/lib/bundler/cli/cache.rb +1 -12
- data/lib/bundler/cli/common.rb +21 -4
- data/lib/bundler/cli/config.rb +1 -2
- data/lib/bundler/cli/console.rb +5 -0
- data/lib/bundler/cli/exec.rb +29 -4
- data/lib/bundler/cli/gem.rb +19 -33
- data/lib/bundler/cli/install.rb +10 -85
- data/lib/bundler/cli/issue.rb +2 -2
- data/lib/bundler/cli/list.rb +33 -2
- data/lib/bundler/cli/lock.rb +5 -5
- data/lib/bundler/cli/plugin.rb +5 -1
- data/lib/bundler/cli/show.rb +3 -7
- data/lib/bundler/cli/update.rb +4 -4
- data/lib/bundler/cli.rb +157 -122
- data/lib/bundler/compact_index_client.rb +0 -1
- data/lib/bundler/current_ruby.rb +3 -15
- data/lib/bundler/definition.rb +143 -95
- data/lib/bundler/deployment.rb +1 -64
- data/lib/bundler/digest.rb +1 -1
- data/lib/bundler/dsl.rb +27 -37
- data/lib/bundler/environment_preserver.rb +1 -0
- data/lib/bundler/errors.rb +1 -5
- data/lib/bundler/feature_flag.rb +0 -33
- data/lib/bundler/fetcher/compact_index.rb +1 -1
- data/lib/bundler/fetcher/gem_remote_fetcher.rb +6 -0
- data/lib/bundler/friendly_errors.rb +2 -2
- data/lib/bundler/index.rb +0 -7
- data/lib/bundler/inline.rb +9 -1
- data/lib/bundler/installer/gem_installer.rb +0 -11
- data/lib/bundler/installer.rb +0 -6
- data/lib/bundler/lockfile_generator.rb +1 -1
- data/lib/bundler/lockfile_parser.rb +2 -12
- data/lib/bundler/man/bundle-add.1 +1 -1
- data/lib/bundler/man/bundle-binstubs.1 +3 -6
- data/lib/bundler/man/bundle-binstubs.1.ronn +4 -6
- data/lib/bundler/man/bundle-cache.1 +2 -14
- data/lib/bundler/man/bundle-cache.1.ronn +1 -14
- data/lib/bundler/man/bundle-check.1 +2 -5
- data/lib/bundler/man/bundle-check.1.ronn +0 -5
- data/lib/bundler/man/bundle-clean.1 +1 -1
- data/lib/bundler/man/bundle-config.1 +39 -46
- data/lib/bundler/man/bundle-config.1.ronn +73 -75
- data/lib/bundler/man/bundle-console.1 +1 -1
- data/lib/bundler/man/bundle-doctor.1 +4 -4
- data/lib/bundler/man/bundle-doctor.1.ronn +4 -4
- data/lib/bundler/man/bundle-env.1 +1 -1
- data/lib/bundler/man/bundle-exec.1 +2 -5
- data/lib/bundler/man/bundle-exec.1.ronn +1 -5
- data/lib/bundler/man/bundle-fund.1 +1 -1
- data/lib/bundler/man/bundle-gem.1 +3 -6
- data/lib/bundler/man/bundle-gem.1.ronn +2 -5
- data/lib/bundler/man/bundle-help.1 +1 -1
- data/lib/bundler/man/bundle-info.1 +1 -1
- data/lib/bundler/man/bundle-init.1 +1 -1
- data/lib/bundler/man/bundle-install.1 +16 -59
- data/lib/bundler/man/bundle-install.1.ronn +27 -108
- data/lib/bundler/man/bundle-issue.1 +1 -1
- data/lib/bundler/man/bundle-licenses.1 +1 -1
- data/lib/bundler/man/bundle-list.1 +6 -1
- data/lib/bundler/man/bundle-list.1.ronn +5 -0
- data/lib/bundler/man/bundle-lock.1 +1 -1
- data/lib/bundler/man/bundle-open.1 +1 -1
- data/lib/bundler/man/bundle-outdated.1 +1 -1
- data/lib/bundler/man/bundle-platform.1 +1 -1
- data/lib/bundler/man/bundle-plugin.1 +33 -15
- data/lib/bundler/man/bundle-plugin.1.ronn +36 -15
- data/lib/bundler/man/bundle-pristine.1 +1 -1
- data/lib/bundler/man/bundle-remove.1 +2 -8
- data/lib/bundler/man/bundle-remove.1.ronn +1 -8
- data/lib/bundler/man/bundle-show.1 +2 -5
- data/lib/bundler/man/bundle-show.1.ronn +0 -4
- data/lib/bundler/man/bundle-update.1 +5 -5
- data/lib/bundler/man/bundle-update.1.ronn +4 -4
- data/lib/bundler/man/bundle-version.1 +1 -1
- data/lib/bundler/man/bundle.1 +1 -10
- data/lib/bundler/man/bundle.1.ronn +0 -9
- data/lib/bundler/man/gemfile.5 +32 -1
- data/lib/bundler/man/gemfile.5.ronn +28 -0
- data/lib/bundler/man/index.txt +0 -2
- data/lib/bundler/materialization.rb +1 -1
- data/lib/bundler/plugin/installer.rb +0 -10
- data/lib/bundler/plugin/source_list.rb +1 -1
- data/lib/bundler/plugin.rb +1 -1
- data/lib/bundler/resolver/package.rb +1 -0
- data/lib/bundler/resolver.rb +1 -1
- data/lib/bundler/ruby_dsl.rb +2 -0
- data/lib/bundler/ruby_version.rb +1 -3
- data/lib/bundler/rubygems_ext.rb +1 -1
- data/lib/bundler/rubygems_gem_installer.rb +1 -1
- data/lib/bundler/rubygems_integration.rb +1 -5
- data/lib/bundler/runtime.rb +5 -1
- data/lib/bundler/self_manager.rb +1 -1
- data/lib/bundler/settings.rb +9 -27
- data/lib/bundler/shared_helpers.rb +12 -20
- data/lib/bundler/source/gemspec.rb +4 -0
- data/lib/bundler/source/git/git_proxy.rb +3 -11
- data/lib/bundler/source/git.rb +2 -3
- data/lib/bundler/source/path.rb +5 -7
- data/lib/bundler/source/rubygems.rb +11 -17
- data/lib/bundler/source.rb +1 -1
- data/lib/bundler/source_list.rb +4 -45
- data/lib/bundler/source_map.rb +2 -5
- data/lib/bundler/spec_set.rb +6 -15
- data/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt +7 -129
- data/lib/bundler/templates/newgem/Rakefile.tt +5 -0
- data/lib/bundler/templates/newgem/circleci/config.yml.tt +12 -0
- data/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt +1 -1
- data/lib/bundler/templates/newgem/ext/newgem/extconf-go.rb.tt +11 -0
- data/lib/bundler/templates/newgem/ext/newgem/go.mod.tt +5 -0
- data/lib/bundler/templates/newgem/ext/newgem/newgem-go.c.tt +2 -0
- data/lib/bundler/templates/newgem/ext/newgem/newgem.go.tt +31 -0
- data/lib/bundler/templates/newgem/github/workflows/main.yml.tt +6 -0
- data/lib/bundler/templates/newgem/gitlab-ci.yml.tt +9 -0
- data/lib/bundler/templates/newgem/lib/newgem.rb.tt +1 -1
- data/lib/bundler/templates/newgem/newgem.gemspec.tt +7 -4
- data/lib/bundler/ui/shell.rb +10 -6
- data/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb +26 -23
- data/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb +1 -1
- data/lib/bundler/vendor/connection_pool/lib/connection_pool.rb +50 -6
- data/lib/bundler/vendor/fileutils/lib/fileutils.rb +57 -52
- data/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +5 -2
- data/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +42 -6
- data/lib/bundler/vendor/thor/lib/thor/parser/options.rb +1 -1
- data/lib/bundler/vendor/thor/lib/thor/runner.rb +2 -2
- data/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +3 -7
- data/lib/bundler/vendor/thor/lib/thor/version.rb +1 -1
- data/lib/bundler/vendor/thor/lib/thor.rb +1 -1
- data/lib/bundler/vendor/uri/lib/uri/common.rb +57 -15
- data/lib/bundler/vendor/uri/lib/uri/file.rb +1 -1
- data/lib/bundler/vendor/uri/lib/uri/generic.rb +34 -21
- data/lib/bundler/vendor/uri/lib/uri/http.rb +12 -0
- data/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb +9 -8
- data/lib/bundler/vendor/uri/lib/uri/version.rb +2 -2
- data/lib/bundler/version.rb +1 -1
- data/lib/bundler/vlad.rb +1 -14
- data/lib/bundler.rb +6 -28
- metadata +9 -13
- data/lib/bundler/cli/inject.rb +0 -60
- data/lib/bundler/cli/viz.rb +0 -31
- data/lib/bundler/graph.rb +0 -152
- data/lib/bundler/man/bundle-inject.1 +0 -31
- data/lib/bundler/man/bundle-inject.1.ronn +0 -32
- data/lib/bundler/man/bundle-viz.1 +0 -30
- data/lib/bundler/man/bundle-viz.1.ronn +0 -36
- data/lib/bundler/similarity_detector.rb +0 -63
data/CHANGELOG.md
CHANGED
|
@@ -1,1981 +1,2143 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.0.1 (2025-12-09)
|
|
4
|
+
|
|
5
|
+
### Performance:
|
|
6
|
+
|
|
7
|
+
- Increase connection pool to allow for up to 70% speed increase on `bundle install` [#9087](https://github.com/ruby/rubygems/pull/9087)
|
|
8
|
+
|
|
9
|
+
### Enhancements:
|
|
10
|
+
|
|
11
|
+
- Fix the config suggestion in the warning for `$ bundle` [#9164](https://github.com/ruby/rubygems/pull/9164)
|
|
12
|
+
- Fix native extension loading in newgem template for RHEL-based systems [#9156](https://github.com/ruby/rubygems/pull/9156)
|
|
13
|
+
|
|
14
|
+
### Bug fixes:
|
|
15
|
+
|
|
16
|
+
- Fix Bundler removing executables after creating them [#9169](https://github.com/ruby/rubygems/pull/9169)
|
|
17
|
+
|
|
18
|
+
## 4.0.0 (2025-12-03)
|
|
19
|
+
|
|
20
|
+
### Features:
|
|
21
|
+
|
|
22
|
+
- Support bundle install --lockfile option [#9111](https://github.com/ruby/rubygems/pull/9111)
|
|
23
|
+
- Add support for lockfile in Gemfile and bundle install --no-lock [#9059](https://github.com/ruby/rubygems/pull/9059)
|
|
24
|
+
- Add `--ext=go` to `bundle gem` [#8183](https://github.com/ruby/rubygems/pull/8183)
|
|
25
|
+
- Update Bundler::CurrentRuby::ALL_RUBY_VERSIONS [#9058](https://github.com/ruby/rubygems/pull/9058)
|
|
26
|
+
- Introduce `bundle list --format=json` [#8728](https://github.com/ruby/rubygems/pull/8728)
|
|
27
|
+
|
|
28
|
+
### Performance:
|
|
29
|
+
|
|
30
|
+
- Run git operations in parallel to speed things up: [#9100](https://github.com/ruby/rubygems/pull/9100)
|
|
31
|
+
- Replace instance method look up in plugin installer [#9094](https://github.com/ruby/rubygems/pull/9094)
|
|
32
|
+
- Adjust the API_REQUEST_LIMIT to make less network roundtrip [#9071](https://github.com/ruby/rubygems/pull/9071)
|
|
33
|
+
|
|
34
|
+
### Enhancements:
|
|
35
|
+
|
|
36
|
+
- Make BUNDLE_LOCKFILE environment variable have precedence over lockfile method in Gemfile [#9146](https://github.com/ruby/rubygems/pull/9146)
|
|
37
|
+
- Improve banner message for the default command [#9145](https://github.com/ruby/rubygems/pull/9145)
|
|
38
|
+
- Introduce `install_or_cli_help` and use it default `bundle` command [#9136](https://github.com/ruby/rubygems/pull/9136)
|
|
39
|
+
- Add go_gem/rake_task for Go native extension gem skeleton [#9105](https://github.com/ruby/rubygems/pull/9105)
|
|
40
|
+
- Warn users that `bundle` now display the help: [#9092](https://github.com/ruby/rubygems/pull/9092)
|
|
41
|
+
- Use DidYouMean::SpellChecker for gem suggestions in Bundler [#3857](https://github.com/ruby/rubygems/pull/3857)
|
|
42
|
+
- Update all vendored libraries to latest version [#9089](https://github.com/ruby/rubygems/pull/9089)
|
|
43
|
+
- We don't need to allow some warning now [#9074](https://github.com/ruby/rubygems/pull/9074)
|
|
44
|
+
- Support to embedded Pathname [#9056](https://github.com/ruby/rubygems/pull/9056)
|
|
45
|
+
- Enforce activation of irb when running with bundle console [#9033](https://github.com/ruby/rubygems/pull/9033)
|
|
46
|
+
- Update Magnus version in Rust extension gem template [#9025](https://github.com/ruby/rubygems/pull/9025)
|
|
47
|
+
- Add checksum of gems hosted on private servers: [#9004](https://github.com/ruby/rubygems/pull/9004)
|
|
48
|
+
- Loading support on Windows [#8254](https://github.com/ruby/rubygems/pull/8254)
|
|
49
|
+
- Improve error message when the same source is specified through `gemspec` and `path` [#8460](https://github.com/ruby/rubygems/pull/8460)
|
|
50
|
+
- Raise an error in frozen mode if some registry gems have empty checksums [#8888](https://github.com/ruby/rubygems/pull/8888)
|
|
51
|
+
- Bump vendored thor to 1.4.0 [#8883](https://github.com/ruby/rubygems/pull/8883)
|
|
52
|
+
- Delay default path and global cache changes to Bundler 5 [#8867](https://github.com/ruby/rubygems/pull/8867)
|
|
53
|
+
- Fix spacing in bundle gem newgem.gemspec.tt [#8865](https://github.com/ruby/rubygems/pull/8865)
|
|
54
|
+
- Add some missing deprecation messages [#8844](https://github.com/ruby/rubygems/pull/8844)
|
|
55
|
+
|
|
56
|
+
### Bug fixes:
|
|
57
|
+
|
|
58
|
+
- Fixed checksums generation issue when no source is specified [#9133](https://github.com/ruby/rubygems/pull/9133)
|
|
59
|
+
- Check for file existence before deletion from cache [#9095](https://github.com/ruby/rubygems/pull/9095)
|
|
60
|
+
- Use method_defined?(:method, false) [#9098](https://github.com/ruby/rubygems/pull/9098)
|
|
61
|
+
- Handle BUNDLER_VERSION being set to an empty string [#6928](https://github.com/ruby/rubygems/pull/6928)
|
|
62
|
+
- Fix `bundle install` when the Gemfile contains "install_if" git gems: [#8992](https://github.com/ruby/rubygems/pull/8992)
|
|
63
|
+
- Fix installation issue related to path sources and precompiled gems [#8973](https://github.com/ruby/rubygems/pull/8973)
|
|
64
|
+
- Fix outdated lockfile during `bundle lock` when source changes [#8962](https://github.com/ruby/rubygems/pull/8962)
|
|
65
|
+
- Raise error on missing version file [#8963](https://github.com/ruby/rubygems/pull/8963)
|
|
66
|
+
- Fix `bundle cache --frozen` and `bundle cache --no-prune` not printing a deprecation message [#8926](https://github.com/ruby/rubygems/pull/8926)
|
|
67
|
+
- Fix local installation incorrectly forced if there's a `vendor/cache` directory and frozen mode is set [#8925](https://github.com/ruby/rubygems/pull/8925)
|
|
68
|
+
- Fix `bundle lock --update <gem>` with `--lockfile` flag updating all gems [#8922](https://github.com/ruby/rubygems/pull/8922)
|
|
69
|
+
- Fix `bundle show --verbose` and recommend it as an alternative to `bundle show --outdated` [#8915](https://github.com/ruby/rubygems/pull/8915)
|
|
70
|
+
- Fix `bundle cache --no-all` not printing a deprecation warning [#8912](https://github.com/ruby/rubygems/pull/8912)
|
|
71
|
+
- Fix `bundle update foo` unable to update foo in an edge case [#8897](https://github.com/ruby/rubygems/pull/8897)
|
|
72
|
+
- Fix Bundler printing more flags than actually passed in verbose mode [#8914](https://github.com/ruby/rubygems/pull/8914)
|
|
73
|
+
- Fix bundler failing to install sorbet-static in truffleruby when there's no lockfile [#8872](https://github.com/ruby/rubygems/pull/8872)
|
|
74
|
+
- Cancel deprecation of `--force` flag to `bundle install` and `bundle update` [#8843](https://github.com/ruby/rubygems/pull/8843)
|
|
75
|
+
|
|
76
|
+
### Security:
|
|
77
|
+
|
|
78
|
+
- Bump up vendored URI to 1.0.4 [#9031](https://github.com/ruby/rubygems/pull/9031)
|
|
79
|
+
|
|
80
|
+
### Breaking changes:
|
|
81
|
+
|
|
82
|
+
- Fix triple spacing when generating lockfile [#9076](https://github.com/ruby/rubygems/pull/9076)
|
|
83
|
+
- Hide patchlevel from lockfile [#7772](https://github.com/ruby/rubygems/pull/7772)
|
|
84
|
+
- Remove `bundler_4_mode` [#9038](https://github.com/ruby/rubygems/pull/9038)
|
|
85
|
+
- Pick and add extra changes for 4.0.0 version [#9018](https://github.com/ruby/rubygems/pull/9018)
|
|
86
|
+
- Replaced Bundler::SharedHelpers.major_deprecation to feature_removed! or feature_deprecated! [#9016](https://github.com/ruby/rubygems/pull/9016)
|
|
87
|
+
- Removed legacy_check option from SpecSet#for [#9015](https://github.com/ruby/rubygems/pull/9015)
|
|
88
|
+
- Make update_requires_all_flag to settings [#9011](https://github.com/ruby/rubygems/pull/9011)
|
|
89
|
+
- Make default cli command settings [#9010](https://github.com/ruby/rubygems/pull/9010)
|
|
90
|
+
- Make global_gem_cache flag to settings [#9009](https://github.com/ruby/rubygems/pull/9009)
|
|
91
|
+
- Consolidate removal of `Bundler.rubygems.all_specs` [#9008](https://github.com/ruby/rubygems/pull/9008)
|
|
92
|
+
- Consolidate removal of `Bundler::SpecSet#-` and `Bundler::SpecSet#<<` [#9007](https://github.com/ruby/rubygems/pull/9007)
|
|
93
|
+
- Replaced Bundler.feature_flag.plugins? to Bundler.settings [#9006](https://github.com/ruby/rubygems/pull/9006)
|
|
94
|
+
- Make `bundle show --outdated` raise an error [#8980](https://github.com/ruby/rubygems/pull/8980)
|
|
95
|
+
- Make `--local-git` flag to `bundle plugin install` raise an error [#8979](https://github.com/ruby/rubygems/pull/8979)
|
|
96
|
+
- Switch `cache_all` to be `true` by default [#8975](https://github.com/ruby/rubygems/pull/8975)
|
|
97
|
+
- Completely forbid passing `--ext` to `bundle gem` without a value [#8976](https://github.com/ruby/rubygems/pull/8976)
|
|
98
|
+
- Switch `lockfile_checksums` to be `true` by default [#8981](https://github.com/ruby/rubygems/pull/8981)
|
|
99
|
+
- Make `bundle install --binstubs` raise an error [#8978](https://github.com/ruby/rubygems/pull/8978)
|
|
100
|
+
- Make `bundle remove --install` raise an error [#8977](https://github.com/ruby/rubygems/pull/8977)
|
|
101
|
+
- Remove support for multiple global sources in Gemfile & lockfile [#8968](https://github.com/ruby/rubygems/pull/8968)
|
|
102
|
+
- Remove `allow_offline_install` setting [#8969](https://github.com/ruby/rubygems/pull/8969)
|
|
103
|
+
- Completely remove `--rubocop` flag to `bundle gem`, and related configuration [#8967](https://github.com/ruby/rubygems/pull/8967)
|
|
104
|
+
- Completely remove all remembered CLI flags [#8958](https://github.com/ruby/rubygems/pull/8958)
|
|
105
|
+
- Remove implementation of `deployment`, `capistrano` and `vlad` entrypoints [#8957](https://github.com/ruby/rubygems/pull/8957)
|
|
106
|
+
- Remove deprecated `Bundler.*clean*`, and `Bundler.environment` helpers [#8924](https://github.com/ruby/rubygems/pull/8924)
|
|
107
|
+
- Remove deprecated `bundle viz` and `bundle inject` commands [#8923](https://github.com/ruby/rubygems/pull/8923)
|
|
108
|
+
- Removed to workaround for Bundler 2.2 [#8903](https://github.com/ruby/rubygems/pull/8903)
|
|
109
|
+
|
|
110
|
+
### Documentation:
|
|
111
|
+
|
|
112
|
+
- Unified UPGRADING.md and extract blog.rubygems.org [#9148](https://github.com/ruby/rubygems/pull/9148)
|
|
113
|
+
- Remove italic formatting from changelog section headers [#9128](https://github.com/ruby/rubygems/pull/9128)
|
|
114
|
+
- Small clarifications to Bundler 4 upgrade docs [#8964](https://github.com/ruby/rubygems/pull/8964)
|
|
115
|
+
- Improve documentation of `bundle doctor`, `bundle plugin`, and `bundle config` [#8919](https://github.com/ruby/rubygems/pull/8919)
|
|
116
|
+
- Make sure all CLI flags and subcommands are documented [#8861](https://github.com/ruby/rubygems/pull/8861)
|
|
117
|
+
- Clarify documentation about new default gem installation directory in Bundler 4 [#8857](https://github.com/ruby/rubygems/pull/8857)
|
|
118
|
+
- Use mailto link in Code of Conduct [#8849](https://github.com/ruby/rubygems/pull/8849)
|
|
119
|
+
- Update Code of Conduct email to conduct@rubygems.org [#8848](https://github.com/ruby/rubygems/pull/8848)
|
|
120
|
+
- Add missing link to `irb` repo in DEBUGGING.md [#8842](https://github.com/ruby/rubygems/pull/8842)
|
|
121
|
+
|
|
122
|
+
## 2.7.2 (2025-09-09)
|
|
123
|
+
|
|
124
|
+
### Enhancements:
|
|
125
|
+
|
|
126
|
+
- Improve error message when the same source is specified through `gemspec` and `path` [#8460](https://github.com/ruby/rubygems/pull/8460)
|
|
127
|
+
- Raise an error in frozen mode if some registry gems have empty checksums [#8888](https://github.com/ruby/rubygems/pull/8888)
|
|
128
|
+
- Bump vendored thor to 1.4.0 [#8883](https://github.com/ruby/rubygems/pull/8883)
|
|
129
|
+
- Delay default path and global cache changes to Bundler 5 [#8867](https://github.com/ruby/rubygems/pull/8867)
|
|
130
|
+
- Fix spacing in bundle gem newgem.gemspec.tt [#8865](https://github.com/ruby/rubygems/pull/8865)
|
|
131
|
+
|
|
132
|
+
### Bug fixes:
|
|
133
|
+
|
|
134
|
+
- Fix `bundle cache --frozen` and `bundle cache --no-prune` not printing a deprecation message [#8926](https://github.com/ruby/rubygems/pull/8926)
|
|
135
|
+
- Fix local installation incorrectly forced if there's a `vendor/cache` directory and frozen mode is set [#8925](https://github.com/ruby/rubygems/pull/8925)
|
|
136
|
+
- Fix `bundle lock --update <gem>` with `--lockfile` flag updating all gems [#8922](https://github.com/ruby/rubygems/pull/8922)
|
|
137
|
+
- Fix `bundle show --verbose` and recommend it as an alternative to `bundle show --outdated` [#8915](https://github.com/ruby/rubygems/pull/8915)
|
|
138
|
+
- Fix `bundle cache --no-all` not printing a deprecation warning [#8912](https://github.com/ruby/rubygems/pull/8912)
|
|
139
|
+
- Fix `bundle update foo` unable to update foo in an edge case [#8897](https://github.com/ruby/rubygems/pull/8897)
|
|
140
|
+
- Fix Bundler printing more flags than actually passed in verbose mode [#8914](https://github.com/ruby/rubygems/pull/8914)
|
|
141
|
+
- Fix bundler failing to install sorbet-static in truffleruby when there's no lockfile [#8872](https://github.com/ruby/rubygems/pull/8872)
|
|
142
|
+
|
|
143
|
+
### Documentation:
|
|
144
|
+
|
|
145
|
+
- Improve documentation of `bundle doctor`, `bundle plugin`, and `bundle config` [#8919](https://github.com/ruby/rubygems/pull/8919)
|
|
146
|
+
- Make sure all CLI flags and subcommands are documented [#8861](https://github.com/ruby/rubygems/pull/8861)
|
|
147
|
+
|
|
148
|
+
## 2.7.1 (2025-07-21)
|
|
149
|
+
|
|
150
|
+
### Enhancements:
|
|
151
|
+
|
|
152
|
+
- Add some missing deprecation messages [#8844](https://github.com/ruby/rubygems/pull/8844)
|
|
153
|
+
|
|
154
|
+
### Bug fixes:
|
|
155
|
+
|
|
156
|
+
- Cancel deprecation of `--force` flag to `bundle install` and `bundle update` [#8843](https://github.com/ruby/rubygems/pull/8843)
|
|
157
|
+
|
|
158
|
+
### Documentation:
|
|
159
|
+
|
|
160
|
+
- Clarify documentation about new default gem installation directory in Bundler 4 [#8857](https://github.com/ruby/rubygems/pull/8857)
|
|
161
|
+
- Use mailto link in Code of Conduct [#8849](https://github.com/ruby/rubygems/pull/8849)
|
|
162
|
+
- Update Code of Conduct email to conduct@rubygems.org [#8848](https://github.com/ruby/rubygems/pull/8848)
|
|
163
|
+
- Add missing link to `irb` repo in DEBUGGING.md [#8842](https://github.com/ruby/rubygems/pull/8842)
|
|
164
|
+
|
|
3
165
|
## 2.7.0 (2025-07-16)
|
|
4
166
|
|
|
5
167
|
### Breaking changes:
|
|
6
168
|
|
|
7
|
-
- Stop allowing calling `#gem` on random objects [#8819](https://github.com/
|
|
8
|
-
- Remove `path_relative_to_cwd` setting [#8815](https://github.com/
|
|
9
|
-
- Remove the `default_install_uses_path` and `auto_clean_without_path` settings [#8814](https://github.com/
|
|
10
|
-
- Remove `print_only_version_number` setting [#8799](https://github.com/
|
|
11
|
-
- Drop support for Ruby 3.1 [#8634](https://github.com/
|
|
12
|
-
- Raise an error if incompatible or merge if compatible when a gemspec development dep is duplicated in Gemfile [#8556](https://github.com/
|
|
13
|
-
- Remove MD5 digesting of compact index responses [#8530](https://github.com/
|
|
14
|
-
- Stop generating binstubs for Bundler itself [#8345](https://github.com/
|
|
169
|
+
- Stop allowing calling `#gem` on random objects [#8819](https://github.com/ruby/rubygems/pull/8819)
|
|
170
|
+
- Remove `path_relative_to_cwd` setting [#8815](https://github.com/ruby/rubygems/pull/8815)
|
|
171
|
+
- Remove the `default_install_uses_path` and `auto_clean_without_path` settings [#8814](https://github.com/ruby/rubygems/pull/8814)
|
|
172
|
+
- Remove `print_only_version_number` setting [#8799](https://github.com/ruby/rubygems/pull/8799)
|
|
173
|
+
- Drop support for Ruby 3.1 [#8634](https://github.com/ruby/rubygems/pull/8634)
|
|
174
|
+
- Raise an error if incompatible or merge if compatible when a gemspec development dep is duplicated in Gemfile [#8556](https://github.com/ruby/rubygems/pull/8556)
|
|
175
|
+
- Remove MD5 digesting of compact index responses [#8530](https://github.com/ruby/rubygems/pull/8530)
|
|
176
|
+
- Stop generating binstubs for Bundler itself [#8345](https://github.com/ruby/rubygems/pull/8345)
|
|
15
177
|
|
|
16
178
|
### Deprecations:
|
|
17
179
|
|
|
18
|
-
- Deprecate unused `Bundler::SpecSet` methods [#8777](https://github.com/
|
|
19
|
-
- Deprecate `x64-mingw32` in favour of `x64-mingw-ucrt` [#8733](https://github.com/
|
|
20
|
-
- Deprecate legacy windows platforms (`:mswin`, `:mingw`) in Gemfile DSL in favor of `:windows` [#8447](https://github.com/
|
|
21
|
-
- Deprecate `CurrentRuby#maglev?` and other related maglev methods [#8452](https://github.com/
|
|
180
|
+
- Deprecate unused `Bundler::SpecSet` methods [#8777](https://github.com/ruby/rubygems/pull/8777)
|
|
181
|
+
- Deprecate `x64-mingw32` in favour of `x64-mingw-ucrt` [#8733](https://github.com/ruby/rubygems/pull/8733)
|
|
182
|
+
- Deprecate legacy windows platforms (`:mswin`, `:mingw`) in Gemfile DSL in favor of `:windows` [#8447](https://github.com/ruby/rubygems/pull/8447)
|
|
183
|
+
- Deprecate `CurrentRuby#maglev?` and other related maglev methods [#8452](https://github.com/ruby/rubygems/pull/8452)
|
|
22
184
|
|
|
23
185
|
### Features:
|
|
24
186
|
|
|
25
|
-
- Allow simulating "Bundler 4 mode" more easily [#6472](https://github.com/
|
|
187
|
+
- Allow simulating "Bundler 4 mode" more easily [#6472](https://github.com/ruby/rubygems/pull/6472)
|
|
26
188
|
|
|
27
189
|
### Performance:
|
|
28
190
|
|
|
29
|
-
- Cache git sources with commit SHA refs [#8741](https://github.com/
|
|
191
|
+
- Cache git sources with commit SHA refs [#8741](https://github.com/ruby/rubygems/pull/8741)
|
|
30
192
|
|
|
31
193
|
### Enhancements:
|
|
32
194
|
|
|
33
|
-
- Load RubyGems extensions in the first place [#8835](https://github.com/
|
|
34
|
-
- Update gemspec based on provided github username when exists [#8790](https://github.com/
|
|
35
|
-
- Fail fast when connection errors happen [#8784](https://github.com/
|
|
36
|
-
- Introduce a `verbose` setting to enable verbose output for all commands [#8801](https://github.com/
|
|
37
|
-
- Introduce `gem.bundle` setting to run `bundle install` automatically after `bundle gem`, and make it the default [#8671](https://github.com/
|
|
38
|
-
- Handle `Errno::EADDRNOTAVAIL` errors gracefully [#8776](https://github.com/
|
|
39
|
-
- Use `persist-credentials: false` in workflow generated by `bundle gem` [#8779](https://github.com/
|
|
40
|
-
- Recognize JRuby loaded from a classloader, not just any JAR [#8567](https://github.com/
|
|
41
|
-
- Validate lockfile dependencies with bundle install [#8666](https://github.com/
|
|
42
|
-
- Ignore local specifications if they have incorrect dependencies [#8647](https://github.com/
|
|
43
|
-
- Move most of `Bundler::GemHelpers` to `Gem::Platform` [#8703](https://github.com/
|
|
44
|
-
- Improve `spec.files` in the `.gemspec` template [#8732](https://github.com/
|
|
45
|
-
|
|
46
|
-
### Bug fixes:
|
|
47
|
-
|
|
48
|
-
- Fix double `bundle gem` prompts [#8825](https://github.com/
|
|
49
|
-
- Fix date displayed in `bundle version` help text [#8806](https://github.com/
|
|
50
|
-
- Fix `bundle console` printing bug report template on `NameError` during require [#8804](https://github.com/
|
|
51
|
-
- Fix `Bundler.original_env['GEM_HOME']` when Bundler is trampolined [#8781](https://github.com/
|
|
52
|
-
- Fix rdoc issues when running `gem` commands in a `bundle exec` context [#8770](https://github.com/
|
|
53
|
-
- Never ignore gems from path sources during activation [#8766](https://github.com/
|
|
54
|
-
- Fix `bundle install` after pinning a git source with subgems [#8745](https://github.com/
|
|
55
|
-
- Let `bundle update --bundler` upgrade bundler even if restarts are disabled [#8729](https://github.com/
|
|
195
|
+
- Load RubyGems extensions in the first place [#8835](https://github.com/ruby/rubygems/pull/8835)
|
|
196
|
+
- Update gemspec based on provided github username when exists [#8790](https://github.com/ruby/rubygems/pull/8790)
|
|
197
|
+
- Fail fast when connection errors happen [#8784](https://github.com/ruby/rubygems/pull/8784)
|
|
198
|
+
- Introduce a `verbose` setting to enable verbose output for all commands [#8801](https://github.com/ruby/rubygems/pull/8801)
|
|
199
|
+
- Introduce `gem.bundle` setting to run `bundle install` automatically after `bundle gem`, and make it the default [#8671](https://github.com/ruby/rubygems/pull/8671)
|
|
200
|
+
- Handle `Errno::EADDRNOTAVAIL` errors gracefully [#8776](https://github.com/ruby/rubygems/pull/8776)
|
|
201
|
+
- Use `persist-credentials: false` in workflow generated by `bundle gem` [#8779](https://github.com/ruby/rubygems/pull/8779)
|
|
202
|
+
- Recognize JRuby loaded from a classloader, not just any JAR [#8567](https://github.com/ruby/rubygems/pull/8567)
|
|
203
|
+
- Validate lockfile dependencies with bundle install [#8666](https://github.com/ruby/rubygems/pull/8666)
|
|
204
|
+
- Ignore local specifications if they have incorrect dependencies [#8647](https://github.com/ruby/rubygems/pull/8647)
|
|
205
|
+
- Move most of `Bundler::GemHelpers` to `Gem::Platform` [#8703](https://github.com/ruby/rubygems/pull/8703)
|
|
206
|
+
- Improve `spec.files` in the `.gemspec` template [#8732](https://github.com/ruby/rubygems/pull/8732)
|
|
207
|
+
|
|
208
|
+
### Bug fixes:
|
|
209
|
+
|
|
210
|
+
- Fix double `bundle gem` prompts [#8825](https://github.com/ruby/rubygems/pull/8825)
|
|
211
|
+
- Fix date displayed in `bundle version` help text [#8806](https://github.com/ruby/rubygems/pull/8806)
|
|
212
|
+
- Fix `bundle console` printing bug report template on `NameError` during require [#8804](https://github.com/ruby/rubygems/pull/8804)
|
|
213
|
+
- Fix `Bundler.original_env['GEM_HOME']` when Bundler is trampolined [#8781](https://github.com/ruby/rubygems/pull/8781)
|
|
214
|
+
- Fix rdoc issues when running `gem` commands in a `bundle exec` context [#8770](https://github.com/ruby/rubygems/pull/8770)
|
|
215
|
+
- Never ignore gems from path sources during activation [#8766](https://github.com/ruby/rubygems/pull/8766)
|
|
216
|
+
- Fix `bundle install` after pinning a git source with subgems [#8745](https://github.com/ruby/rubygems/pull/8745)
|
|
217
|
+
- Let `bundle update --bundler` upgrade bundler even if restarts are disabled [#8729](https://github.com/ruby/rubygems/pull/8729)
|
|
56
218
|
|
|
57
219
|
### Documentation:
|
|
58
220
|
|
|
59
|
-
- Rewrite and complete UPGRADING document [#8817](https://github.com/
|
|
60
|
-
- Document that `global_gem_cache` also caches compiled extensions [#8823](https://github.com/
|
|
61
|
-
- Add `default_cli_command` documentation [#8816](https://github.com/
|
|
62
|
-
- Add a root CONTRIBUTING.md file [#8822](https://github.com/
|
|
63
|
-
- Add a SECURITY.md file [#8812](https://github.com/
|
|
64
|
-
- Update man pages for the `bundle doctor ssl` subcommand [#8803](https://github.com/
|
|
65
|
-
- Remove duplicate documentation for `--changelog` flag [#8756](https://github.com/
|
|
66
|
-
- Fix typos making some lists in documentation render incorrectly [#8759](https://github.com/
|
|
67
|
-
- Fix heading ranks in documentation [#8711](https://github.com/
|
|
68
|
-
- Clarify differences between `frozen` and `deployment` settings, and other bundle-config documentation improvements [#8715](https://github.com/
|
|
221
|
+
- Rewrite and complete UPGRADING document [#8817](https://github.com/ruby/rubygems/pull/8817)
|
|
222
|
+
- Document that `global_gem_cache` also caches compiled extensions [#8823](https://github.com/ruby/rubygems/pull/8823)
|
|
223
|
+
- Add `default_cli_command` documentation [#8816](https://github.com/ruby/rubygems/pull/8816)
|
|
224
|
+
- Add a root CONTRIBUTING.md file [#8822](https://github.com/ruby/rubygems/pull/8822)
|
|
225
|
+
- Add a SECURITY.md file [#8812](https://github.com/ruby/rubygems/pull/8812)
|
|
226
|
+
- Update man pages for the `bundle doctor ssl` subcommand [#8803](https://github.com/ruby/rubygems/pull/8803)
|
|
227
|
+
- Remove duplicate documentation for `--changelog` flag [#8756](https://github.com/ruby/rubygems/pull/8756)
|
|
228
|
+
- Fix typos making some lists in documentation render incorrectly [#8759](https://github.com/ruby/rubygems/pull/8759)
|
|
229
|
+
- Fix heading ranks in documentation [#8711](https://github.com/ruby/rubygems/pull/8711)
|
|
230
|
+
- Clarify differences between `frozen` and `deployment` settings, and other bundle-config documentation improvements [#8715](https://github.com/ruby/rubygems/pull/8715)
|
|
69
231
|
|
|
70
232
|
## 2.6.9 (2025-05-13)
|
|
71
233
|
|
|
72
234
|
### Enhancements:
|
|
73
235
|
|
|
74
|
-
- Fix doctor command parsing of otool output [#8665](https://github.com/
|
|
75
|
-
- Add SSL troubleshooting to `bundle doctor` [#8624](https://github.com/
|
|
76
|
-
- Let `bundle lock --normalize-platforms` remove invalid platforms [#8631](https://github.com/
|
|
236
|
+
- Fix doctor command parsing of otool output [#8665](https://github.com/ruby/rubygems/pull/8665)
|
|
237
|
+
- Add SSL troubleshooting to `bundle doctor` [#8624](https://github.com/ruby/rubygems/pull/8624)
|
|
238
|
+
- Let `bundle lock --normalize-platforms` remove invalid platforms [#8631](https://github.com/ruby/rubygems/pull/8631)
|
|
77
239
|
|
|
78
240
|
### Bug fixes:
|
|
79
241
|
|
|
80
|
-
- Fix `bundle lock` sometimes allowing invalid platforms into the lockfile [#8630](https://github.com/
|
|
81
|
-
- Fix false positive warning about insecure materialization in frozen mode [#8629](https://github.com/
|
|
242
|
+
- Fix `bundle lock` sometimes allowing invalid platforms into the lockfile [#8630](https://github.com/ruby/rubygems/pull/8630)
|
|
243
|
+
- Fix false positive warning about insecure materialization in frozen mode [#8629](https://github.com/ruby/rubygems/pull/8629)
|
|
82
244
|
|
|
83
245
|
## 2.6.8 (2025-04-13)
|
|
84
246
|
|
|
85
247
|
### Enhancements:
|
|
86
248
|
|
|
87
|
-
- Refine `bundle update --verbose` logs [#8627](https://github.com/
|
|
88
|
-
- Improve bug report instructions [#8607](https://github.com/
|
|
249
|
+
- Refine `bundle update --verbose` logs [#8627](https://github.com/ruby/rubygems/pull/8627)
|
|
250
|
+
- Improve bug report instructions [#8607](https://github.com/ruby/rubygems/pull/8607)
|
|
89
251
|
|
|
90
252
|
### Bug fixes:
|
|
91
253
|
|
|
92
|
-
- Fix `bundle update` crash in an edge case [#8626](https://github.com/
|
|
93
|
-
- Fix `bundle lock --normalize-platforms` regression [#8620](https://github.com/
|
|
254
|
+
- Fix `bundle update` crash in an edge case [#8626](https://github.com/ruby/rubygems/pull/8626)
|
|
255
|
+
- Fix `bundle lock --normalize-platforms` regression [#8620](https://github.com/ruby/rubygems/pull/8620)
|
|
94
256
|
|
|
95
257
|
## 2.6.7 (2025-04-03)
|
|
96
258
|
|
|
97
259
|
### Enhancements:
|
|
98
260
|
|
|
99
|
-
- Fix crash when server compact index API implementation only lists versions [#8594](https://github.com/
|
|
100
|
-
- Fix lockfile when a gem ends up accidentally under two different sources [#8579](https://github.com/
|
|
101
|
-
- Refuse to install and print an error in frozen mode if some entries are missing in CHECKSUMS lockfile section [#8563](https://github.com/
|
|
102
|
-
- Support git 2.49 [#8581](https://github.com/
|
|
103
|
-
- Improve wording of a few messages [#8570](https://github.com/
|
|
261
|
+
- Fix crash when server compact index API implementation only lists versions [#8594](https://github.com/ruby/rubygems/pull/8594)
|
|
262
|
+
- Fix lockfile when a gem ends up accidentally under two different sources [#8579](https://github.com/ruby/rubygems/pull/8579)
|
|
263
|
+
- Refuse to install and print an error in frozen mode if some entries are missing in CHECKSUMS lockfile section [#8563](https://github.com/ruby/rubygems/pull/8563)
|
|
264
|
+
- Support git 2.49 [#8581](https://github.com/ruby/rubygems/pull/8581)
|
|
265
|
+
- Improve wording of a few messages [#8570](https://github.com/ruby/rubygems/pull/8570)
|
|
104
266
|
|
|
105
267
|
### Bug fixes:
|
|
106
268
|
|
|
107
|
-
- Fix `bundle add` sometimes generating invalid lockfiles [#8586](https://github.com/
|
|
269
|
+
- Fix `bundle add` sometimes generating invalid lockfiles [#8586](https://github.com/ruby/rubygems/pull/8586)
|
|
108
270
|
|
|
109
271
|
### Performance:
|
|
110
272
|
|
|
111
|
-
- Implement pub_grub strategy interface [#8589](https://github.com/
|
|
112
|
-
- Update vendored pub_grub [#8571](https://github.com/
|
|
273
|
+
- Implement pub_grub strategy interface [#8589](https://github.com/ruby/rubygems/pull/8589)
|
|
274
|
+
- Update vendored pub_grub [#8571](https://github.com/ruby/rubygems/pull/8571)
|
|
113
275
|
|
|
114
276
|
## 2.6.6 (2025-03-13)
|
|
115
277
|
|
|
116
278
|
### Enhancements:
|
|
117
279
|
|
|
118
|
-
- Fix `ENAMETOOLONG` error when creating compact index cache [#5578](https://github.com/
|
|
119
|
-
- Use shorthand hash syntax for bundle add [#8547](https://github.com/
|
|
120
|
-
- Update vendored uri to 1.0.3 [#8534](https://github.com/
|
|
121
|
-
- Retry gracefully on blank partial response in compact index [#8524](https://github.com/
|
|
122
|
-
- Give a better error when trying to write the lock file on a read-only filesystem [#5920](https://github.com/
|
|
123
|
-
- Improve log messages when lockfile platforms are added [#8523](https://github.com/
|
|
124
|
-
- Allow noop `bundle install` to work on read-only or protected folders [#8519](https://github.com/
|
|
280
|
+
- Fix `ENAMETOOLONG` error when creating compact index cache [#5578](https://github.com/ruby/rubygems/pull/5578)
|
|
281
|
+
- Use shorthand hash syntax for bundle add [#8547](https://github.com/ruby/rubygems/pull/8547)
|
|
282
|
+
- Update vendored uri to 1.0.3 [#8534](https://github.com/ruby/rubygems/pull/8534)
|
|
283
|
+
- Retry gracefully on blank partial response in compact index [#8524](https://github.com/ruby/rubygems/pull/8524)
|
|
284
|
+
- Give a better error when trying to write the lock file on a read-only filesystem [#5920](https://github.com/ruby/rubygems/pull/5920)
|
|
285
|
+
- Improve log messages when lockfile platforms are added [#8523](https://github.com/ruby/rubygems/pull/8523)
|
|
286
|
+
- Allow noop `bundle install` to work on read-only or protected folders [#8519](https://github.com/ruby/rubygems/pull/8519)
|
|
125
287
|
|
|
126
288
|
### Bug fixes:
|
|
127
289
|
|
|
128
|
-
- Detect partial gem installs from a git source so that they are reinstalled on a successive run [#8539](https://github.com/
|
|
129
|
-
- Modify `bundle doctor` to not report issue when files aren't writable [#8520](https://github.com/
|
|
290
|
+
- Detect partial gem installs from a git source so that they are reinstalled on a successive run [#8539](https://github.com/ruby/rubygems/pull/8539)
|
|
291
|
+
- Modify `bundle doctor` to not report issue when files aren't writable [#8520](https://github.com/ruby/rubygems/pull/8520)
|
|
130
292
|
|
|
131
293
|
### Performance:
|
|
132
294
|
|
|
133
|
-
- Optimize resolution by removing an array allocation from `Candidate#<=>` [#8559](https://github.com/
|
|
295
|
+
- Optimize resolution by removing an array allocation from `Candidate#<=>` [#8559](https://github.com/ruby/rubygems/pull/8559)
|
|
134
296
|
|
|
135
297
|
### Documentation:
|
|
136
298
|
|
|
137
|
-
- Update docs for with/without consistency [#8555](https://github.com/
|
|
138
|
-
- Recommend non-deprecated methods in `bundle exec` documentation [#8537](https://github.com/
|
|
139
|
-
- Hint about default group when using `only` configuration option [#8536](https://github.com/
|
|
299
|
+
- Update docs for with/without consistency [#8555](https://github.com/ruby/rubygems/pull/8555)
|
|
300
|
+
- Recommend non-deprecated methods in `bundle exec` documentation [#8537](https://github.com/ruby/rubygems/pull/8537)
|
|
301
|
+
- Hint about default group when using `only` configuration option [#8536](https://github.com/ruby/rubygems/pull/8536)
|
|
140
302
|
|
|
141
303
|
## 2.6.5 (2025-02-20)
|
|
142
304
|
|
|
143
305
|
### Enhancements:
|
|
144
306
|
|
|
145
|
-
- Fix lockfile platforms inconveniently added on JRuby [#8494](https://github.com/
|
|
307
|
+
- Fix lockfile platforms inconveniently added on JRuby [#8494](https://github.com/ruby/rubygems/pull/8494)
|
|
146
308
|
|
|
147
309
|
### Bug fixes:
|
|
148
310
|
|
|
149
|
-
- Fix resolver issue due to ill-defined version ranges being created [#8503](https://github.com/
|
|
150
|
-
- Make sure empty gems are not reinstalled every time [#8502](https://github.com/
|
|
311
|
+
- Fix resolver issue due to ill-defined version ranges being created [#8503](https://github.com/ruby/rubygems/pull/8503)
|
|
312
|
+
- Make sure empty gems are not reinstalled every time [#8502](https://github.com/ruby/rubygems/pull/8502)
|
|
151
313
|
|
|
152
314
|
## 2.6.4 (2025-02-17)
|
|
153
315
|
|
|
154
316
|
### Enhancements:
|
|
155
317
|
|
|
156
|
-
- Make Bundler never instantiate development dependencies [#8486](https://github.com/
|
|
157
|
-
- Fix some invalid options to `gem` DSL not getting reported as invalid [#8480](https://github.com/
|
|
158
|
-
- Add `irb` to a Gemfile for a newly created gem [#8467](https://github.com/
|
|
159
|
-
- Auto-heal empty installation directory [#8457](https://github.com/
|
|
160
|
-
- Fix `bundle console` unnecessarily trying to load IRB twice [#8443](https://github.com/
|
|
161
|
-
- Add ruby_34 and ruby_35 as valid platform: [#8430](https://github.com/
|
|
162
|
-
- Consider gems under `platform: :windows` filter in Gemfile when running on Windows with ARM architecture [#8428](https://github.com/
|
|
318
|
+
- Make Bundler never instantiate development dependencies [#8486](https://github.com/ruby/rubygems/pull/8486)
|
|
319
|
+
- Fix some invalid options to `gem` DSL not getting reported as invalid [#8480](https://github.com/ruby/rubygems/pull/8480)
|
|
320
|
+
- Add `irb` to a Gemfile for a newly created gem [#8467](https://github.com/ruby/rubygems/pull/8467)
|
|
321
|
+
- Auto-heal empty installation directory [#8457](https://github.com/ruby/rubygems/pull/8457)
|
|
322
|
+
- Fix `bundle console` unnecessarily trying to load IRB twice [#8443](https://github.com/ruby/rubygems/pull/8443)
|
|
323
|
+
- Add ruby_34 and ruby_35 as valid platform: [#8430](https://github.com/ruby/rubygems/pull/8430)
|
|
324
|
+
- Consider gems under `platform: :windows` filter in Gemfile when running on Windows with ARM architecture [#8428](https://github.com/ruby/rubygems/pull/8428)
|
|
163
325
|
|
|
164
326
|
### Bug fixes:
|
|
165
327
|
|
|
166
|
-
- Fix regression when running `bundle update <foo>` would sometimes downgrade a top level dependency [#8491](https://github.com/
|
|
167
|
-
- Fix dependency locking when Bundler finds incorrect lockfile dependencies [#8489](https://github.com/
|
|
168
|
-
- Raise error when lockfile is missing deps in frozen mode [#8483](https://github.com/
|
|
169
|
-
- Fix `bundle install --prefer-local` sometimes installing very old versions [#8484](https://github.com/
|
|
170
|
-
- Fix incorrect error message when running `bundle update` in frozen mode [#8481](https://github.com/
|
|
171
|
-
- Keep platform variants in `vendor/cache` even if incompatible with the current Ruby version [#8471](https://github.com/
|
|
172
|
-
- Fix `bundle console` printing bug report template incorrectly [#8436](https://github.com/
|
|
173
|
-
- Fix `--prefer-local` not respecting default gems [#8412](https://github.com/
|
|
328
|
+
- Fix regression when running `bundle update <foo>` would sometimes downgrade a top level dependency [#8491](https://github.com/ruby/rubygems/pull/8491)
|
|
329
|
+
- Fix dependency locking when Bundler finds incorrect lockfile dependencies [#8489](https://github.com/ruby/rubygems/pull/8489)
|
|
330
|
+
- Raise error when lockfile is missing deps in frozen mode [#8483](https://github.com/ruby/rubygems/pull/8483)
|
|
331
|
+
- Fix `bundle install --prefer-local` sometimes installing very old versions [#8484](https://github.com/ruby/rubygems/pull/8484)
|
|
332
|
+
- Fix incorrect error message when running `bundle update` in frozen mode [#8481](https://github.com/ruby/rubygems/pull/8481)
|
|
333
|
+
- Keep platform variants in `vendor/cache` even if incompatible with the current Ruby version [#8471](https://github.com/ruby/rubygems/pull/8471)
|
|
334
|
+
- Fix `bundle console` printing bug report template incorrectly [#8436](https://github.com/ruby/rubygems/pull/8436)
|
|
335
|
+
- Fix `--prefer-local` not respecting default gems [#8412](https://github.com/ruby/rubygems/pull/8412)
|
|
174
336
|
|
|
175
337
|
### Performance:
|
|
176
338
|
|
|
177
|
-
- Improve resolution performance [#8458](https://github.com/
|
|
339
|
+
- Improve resolution performance [#8458](https://github.com/ruby/rubygems/pull/8458)
|
|
178
340
|
|
|
179
341
|
### Documentation:
|
|
180
342
|
|
|
181
|
-
- Fix more broken links [#8416](https://github.com/
|
|
343
|
+
- Fix more broken links [#8416](https://github.com/ruby/rubygems/pull/8416)
|
|
182
344
|
|
|
183
345
|
## 2.6.3 (2025-01-16)
|
|
184
346
|
|
|
185
347
|
### Enhancements:
|
|
186
348
|
|
|
187
|
-
- Don't fallback to evaluating YAML gemspecs as Ruby code [#8404](https://github.com/
|
|
188
|
-
- Print message when blocking on file locks [#8299](https://github.com/
|
|
189
|
-
- Add support for mise version manager file [#8356](https://github.com/
|
|
190
|
-
- Add Ruby 3.5 to Gemfile DSL platform values [#8365](https://github.com/
|
|
349
|
+
- Don't fallback to evaluating YAML gemspecs as Ruby code [#8404](https://github.com/ruby/rubygems/pull/8404)
|
|
350
|
+
- Print message when blocking on file locks [#8299](https://github.com/ruby/rubygems/pull/8299)
|
|
351
|
+
- Add support for mise version manager file [#8356](https://github.com/ruby/rubygems/pull/8356)
|
|
352
|
+
- Add Ruby 3.5 to Gemfile DSL platform values [#8365](https://github.com/ruby/rubygems/pull/8365)
|
|
191
353
|
|
|
192
354
|
### Bug fixes:
|
|
193
355
|
|
|
194
|
-
- Revert RubyGems plugins getting loaded on `Bundler.require` [#8410](https://github.com/
|
|
195
|
-
- Fix platform specific gems sometimes being removed from the lockfile [#8401](https://github.com/
|
|
196
|
-
- Serialize gemspec when caching git source [#8403](https://github.com/
|
|
197
|
-
- Fix crash on read-only filesystems in Ruby 3.4 [#8372](https://github.com/
|
|
198
|
-
- Fix `bundle outdated <GEM>` failing if not all gems are installed [#8361](https://github.com/
|
|
199
|
-
- Fix `bundle install` crash on Windows [#8362](https://github.com/
|
|
356
|
+
- Revert RubyGems plugins getting loaded on `Bundler.require` [#8410](https://github.com/ruby/rubygems/pull/8410)
|
|
357
|
+
- Fix platform specific gems sometimes being removed from the lockfile [#8401](https://github.com/ruby/rubygems/pull/8401)
|
|
358
|
+
- Serialize gemspec when caching git source [#8403](https://github.com/ruby/rubygems/pull/8403)
|
|
359
|
+
- Fix crash on read-only filesystems in Ruby 3.4 [#8372](https://github.com/ruby/rubygems/pull/8372)
|
|
360
|
+
- Fix `bundle outdated <GEM>` failing if not all gems are installed [#8361](https://github.com/ruby/rubygems/pull/8361)
|
|
361
|
+
- Fix `bundle install` crash on Windows [#8362](https://github.com/ruby/rubygems/pull/8362)
|
|
200
362
|
|
|
201
363
|
### Documentation:
|
|
202
364
|
|
|
203
|
-
- Fix broken links in the documents [#8389](https://github.com/
|
|
365
|
+
- Fix broken links in the documents [#8389](https://github.com/ruby/rubygems/pull/8389)
|
|
204
366
|
|
|
205
367
|
## 2.6.2 (2024-12-23)
|
|
206
368
|
|
|
207
369
|
### Bug fixes:
|
|
208
370
|
|
|
209
|
-
- Restart using `Process.argv0` only if `$PROGRAM_NAME` is not a script [#8343](https://github.com/
|
|
371
|
+
- Restart using `Process.argv0` only if `$PROGRAM_NAME` is not a script [#8343](https://github.com/ruby/rubygems/pull/8343)
|
|
210
372
|
|
|
211
373
|
### Documentation:
|
|
212
374
|
|
|
213
|
-
- Fix typo in `bundle lock` man page synopsis (`--add-checkums` → `--add-checksums`) [#8350](https://github.com/
|
|
375
|
+
- Fix typo in `bundle lock` man page synopsis (`--add-checkums` → `--add-checksums`) [#8350](https://github.com/ruby/rubygems/pull/8350)
|
|
214
376
|
|
|
215
377
|
## 2.6.1 (2024-12-17)
|
|
216
378
|
|
|
217
379
|
### Bug fixes:
|
|
218
380
|
|
|
219
|
-
- Fix missing `Gem::Uri.redact` on some Ruby 3.1 versions [#8337](https://github.com/
|
|
220
|
-
- Fix `bundle lock --add-checksums` when gems are already installed [#8326](https://github.com/
|
|
381
|
+
- Fix missing `Gem::Uri.redact` on some Ruby 3.1 versions [#8337](https://github.com/ruby/rubygems/pull/8337)
|
|
382
|
+
- Fix `bundle lock --add-checksums` when gems are already installed [#8326](https://github.com/ruby/rubygems/pull/8326)
|
|
221
383
|
|
|
222
384
|
## 2.6.0 (2024-12-16)
|
|
223
385
|
|
|
224
386
|
### Security:
|
|
225
387
|
|
|
226
|
-
- Fix gemfury credentials written to logs in verbose mode [#8283](https://github.com/
|
|
227
|
-
- Fix private registry credentials being written to logs [#8222](https://github.com/
|
|
388
|
+
- Fix gemfury credentials written to logs in verbose mode [#8283](https://github.com/ruby/rubygems/pull/8283)
|
|
389
|
+
- Fix private registry credentials being written to logs [#8222](https://github.com/ruby/rubygems/pull/8222)
|
|
228
390
|
|
|
229
391
|
### Breaking changes:
|
|
230
392
|
|
|
231
|
-
- Drop ruby 3.0 support [#8091](https://github.com/
|
|
232
|
-
- Remove client-side MD5 ETag transition from compact index client [#7677](https://github.com/
|
|
393
|
+
- Drop ruby 3.0 support [#8091](https://github.com/ruby/rubygems/pull/8091)
|
|
394
|
+
- Remove client-side MD5 ETag transition from compact index client [#7677](https://github.com/ruby/rubygems/pull/7677)
|
|
233
395
|
|
|
234
396
|
### Deprecations:
|
|
235
397
|
|
|
236
|
-
- Cancel `bundle console` deprecation [#8218](https://github.com/
|
|
237
|
-
- Warn when platform of installed gem differs from platform in the lockfile [#8029](https://github.com/
|
|
238
|
-
- Cancel deprecation of Gemfiles without a global source [#8213](https://github.com/
|
|
398
|
+
- Cancel `bundle console` deprecation [#8218](https://github.com/ruby/rubygems/pull/8218)
|
|
399
|
+
- Warn when platform of installed gem differs from platform in the lockfile [#8029](https://github.com/ruby/rubygems/pull/8029)
|
|
400
|
+
- Cancel deprecation of Gemfiles without a global source [#8213](https://github.com/ruby/rubygems/pull/8213)
|
|
239
401
|
|
|
240
402
|
### Features:
|
|
241
403
|
|
|
242
|
-
- Add a `lockfile_checksums` configuration to include checksums in fresh lockfiles [#8219](https://github.com/
|
|
243
|
-
- Add `bundle lock --add-checksums` to add checksums to an existing lockfile [#8214](https://github.com/
|
|
404
|
+
- Add a `lockfile_checksums` configuration to include checksums in fresh lockfiles [#8219](https://github.com/ruby/rubygems/pull/8219)
|
|
405
|
+
- Add `bundle lock --add-checksums` to add checksums to an existing lockfile [#8214](https://github.com/ruby/rubygems/pull/8214)
|
|
244
406
|
|
|
245
407
|
### Performance:
|
|
246
408
|
|
|
247
|
-
- Enable a couple of performance cops [#8261](https://github.com/
|
|
248
|
-
- Remove override of worker jobs for `bundle install --local` [#8248](https://github.com/
|
|
409
|
+
- Enable a couple of performance cops [#8261](https://github.com/ruby/rubygems/pull/8261)
|
|
410
|
+
- Remove override of worker jobs for `bundle install --local` [#8248](https://github.com/ruby/rubygems/pull/8248)
|
|
249
411
|
|
|
250
412
|
### Enhancements:
|
|
251
413
|
|
|
252
|
-
- Support `bundle exec <relative-path-to-script>` when `Kernel.exec` is used under the hood [#8294](https://github.com/
|
|
253
|
-
- Improve working with different rubies using the same lockfile [#8251](https://github.com/
|
|
254
|
-
- Define a few `inspect` methods to help debugging [#8266](https://github.com/
|
|
255
|
-
- Include original error when openssl fails to load [#8232](https://github.com/
|
|
256
|
-
- Automatically fix lockfile when it's missing dependencies [#8103](https://github.com/
|
|
257
|
-
- Fix some JRuby warnings when using `bundler/setup` with Ruby's -w flag [#8205](https://github.com/
|
|
258
|
-
- Add a `--normalize-platforms` flag to `bundle lock` [#7896](https://github.com/
|
|
259
|
-
- Add plugin hooks for Bundler.require [#3439](https://github.com/
|
|
414
|
+
- Support `bundle exec <relative-path-to-script>` when `Kernel.exec` is used under the hood [#8294](https://github.com/ruby/rubygems/pull/8294)
|
|
415
|
+
- Improve working with different rubies using the same lockfile [#8251](https://github.com/ruby/rubygems/pull/8251)
|
|
416
|
+
- Define a few `inspect` methods to help debugging [#8266](https://github.com/ruby/rubygems/pull/8266)
|
|
417
|
+
- Include original error when openssl fails to load [#8232](https://github.com/ruby/rubygems/pull/8232)
|
|
418
|
+
- Automatically fix lockfile when it's missing dependencies [#8103](https://github.com/ruby/rubygems/pull/8103)
|
|
419
|
+
- Fix some JRuby warnings when using `bundler/setup` with Ruby's -w flag [#8205](https://github.com/ruby/rubygems/pull/8205)
|
|
420
|
+
- Add a `--normalize-platforms` flag to `bundle lock` [#7896](https://github.com/ruby/rubygems/pull/7896)
|
|
421
|
+
- Add plugin hooks for Bundler.require [#3439](https://github.com/ruby/rubygems/pull/3439)
|
|
260
422
|
|
|
261
423
|
### Bug fixes:
|
|
262
424
|
|
|
263
|
-
- Fix restarting with locked version when `$PROGRAM_NAME` has been changed [#8320](https://github.com/
|
|
264
|
-
- Restore the previous cache format for git sources [#8296](https://github.com/
|
|
265
|
-
- Fix installs of subdependencies of unlocked dependencies to be conservative [#8281](https://github.com/
|
|
266
|
-
- Fix test task name on generated readme when using test-unit [#8291](https://github.com/
|
|
267
|
-
- Fix `bundle exec` executable detection on windows [#8276](https://github.com/
|
|
268
|
-
- Fix `bundle remove` sometimes not removing gems [#8278](https://github.com/
|
|
269
|
-
- Fix issue with git gems locking incorrect specs sometimes [#8269](https://github.com/
|
|
425
|
+
- Fix restarting with locked version when `$PROGRAM_NAME` has been changed [#8320](https://github.com/ruby/rubygems/pull/8320)
|
|
426
|
+
- Restore the previous cache format for git sources [#8296](https://github.com/ruby/rubygems/pull/8296)
|
|
427
|
+
- Fix installs of subdependencies of unlocked dependencies to be conservative [#8281](https://github.com/ruby/rubygems/pull/8281)
|
|
428
|
+
- Fix test task name on generated readme when using test-unit [#8291](https://github.com/ruby/rubygems/pull/8291)
|
|
429
|
+
- Fix `bundle exec` executable detection on windows [#8276](https://github.com/ruby/rubygems/pull/8276)
|
|
430
|
+
- Fix `bundle remove` sometimes not removing gems [#8278](https://github.com/ruby/rubygems/pull/8278)
|
|
431
|
+
- Fix issue with git gems locking incorrect specs sometimes [#8269](https://github.com/ruby/rubygems/pull/8269)
|
|
270
432
|
|
|
271
433
|
### Documentation:
|
|
272
434
|
|
|
273
|
-
- Normalize command flag documentation and make sure all flags are documented [#8313](https://github.com/
|
|
274
|
-
- Add missing man pages for `bundle env` and `bundle licenses` [#8315](https://github.com/
|
|
275
|
-
- Add man page for 'bundle issue' command [#8271](https://github.com/
|
|
276
|
-
- Add man page for 'bundle fund' command [#8258](https://github.com/
|
|
277
|
-
- Move pry-related contents to `debugging.md` [#8263](https://github.com/
|
|
278
|
-
- Add debugging instruction on Windows [#8236](https://github.com/
|
|
279
|
-
- Unify rubygems and bundler docs directory [#8159](https://github.com/
|
|
435
|
+
- Normalize command flag documentation and make sure all flags are documented [#8313](https://github.com/ruby/rubygems/pull/8313)
|
|
436
|
+
- Add missing man pages for `bundle env` and `bundle licenses` [#8315](https://github.com/ruby/rubygems/pull/8315)
|
|
437
|
+
- Add man page for 'bundle issue' command [#8271](https://github.com/ruby/rubygems/pull/8271)
|
|
438
|
+
- Add man page for 'bundle fund' command [#8258](https://github.com/ruby/rubygems/pull/8258)
|
|
439
|
+
- Move pry-related contents to `debugging.md` [#8263](https://github.com/ruby/rubygems/pull/8263)
|
|
440
|
+
- Add debugging instruction on Windows [#8236](https://github.com/ruby/rubygems/pull/8236)
|
|
441
|
+
- Unify rubygems and bundler docs directory [#8159](https://github.com/ruby/rubygems/pull/8159)
|
|
280
442
|
|
|
281
443
|
## 2.5.23 (2024-11-05)
|
|
282
444
|
|
|
283
445
|
### Enhancements:
|
|
284
446
|
|
|
285
|
-
- Add useful error message for plugin load [#7639](https://github.com/
|
|
286
|
-
- Indent github workflow steps for generated gems [#8193](https://github.com/
|
|
287
|
-
- Improve several permission errors [#8168](https://github.com/
|
|
288
|
-
- Add `bundle add` `--quiet` option [#8157](https://github.com/
|
|
447
|
+
- Add useful error message for plugin load [#7639](https://github.com/ruby/rubygems/pull/7639)
|
|
448
|
+
- Indent github workflow steps for generated gems [#8193](https://github.com/ruby/rubygems/pull/8193)
|
|
449
|
+
- Improve several permission errors [#8168](https://github.com/ruby/rubygems/pull/8168)
|
|
450
|
+
- Add `bundle add` `--quiet` option [#8157](https://github.com/ruby/rubygems/pull/8157)
|
|
289
451
|
|
|
290
452
|
### Bug fixes:
|
|
291
453
|
|
|
292
|
-
- Fix incompatible encodings error when paths with UTF-8 characters are involved [#8196](https://github.com/
|
|
293
|
-
- Update `--ext=rust` to support compiling the native extension from source [#7610](https://github.com/
|
|
294
|
-
- Print a proper error when there's a previous empty installation path with bad permissions [#8169](https://github.com/
|
|
295
|
-
- Fix running `bundler` (with a final `r`) in a `bundle exec` context [#8165](https://github.com/
|
|
296
|
-
- Handle two `gemspec` usages in same Gemfile with same dep and compatible requirements [#7999](https://github.com/
|
|
297
|
-
- Fix `bundle check` sometimes locking gems under the wrong source [#8148](https://github.com/
|
|
454
|
+
- Fix incompatible encodings error when paths with UTF-8 characters are involved [#8196](https://github.com/ruby/rubygems/pull/8196)
|
|
455
|
+
- Update `--ext=rust` to support compiling the native extension from source [#7610](https://github.com/ruby/rubygems/pull/7610)
|
|
456
|
+
- Print a proper error when there's a previous empty installation path with bad permissions [#8169](https://github.com/ruby/rubygems/pull/8169)
|
|
457
|
+
- Fix running `bundler` (with a final `r`) in a `bundle exec` context [#8165](https://github.com/ruby/rubygems/pull/8165)
|
|
458
|
+
- Handle two `gemspec` usages in same Gemfile with same dep and compatible requirements [#7999](https://github.com/ruby/rubygems/pull/7999)
|
|
459
|
+
- Fix `bundle check` sometimes locking gems under the wrong source [#8148](https://github.com/ruby/rubygems/pull/8148)
|
|
298
460
|
|
|
299
461
|
### Documentation:
|
|
300
462
|
|
|
301
|
-
- Remove confusing `bundle config` documentation [#8177](https://github.com/
|
|
302
|
-
- Rename bundler inline's `install` parameter and clarify docs [#8170](https://github.com/
|
|
303
|
-
- Clarify `bundle install --quiet` documentation [#8163](https://github.com/
|
|
463
|
+
- Remove confusing `bundle config` documentation [#8177](https://github.com/ruby/rubygems/pull/8177)
|
|
464
|
+
- Rename bundler inline's `install` parameter and clarify docs [#8170](https://github.com/ruby/rubygems/pull/8170)
|
|
465
|
+
- Clarify `bundle install --quiet` documentation [#8163](https://github.com/ruby/rubygems/pull/8163)
|
|
304
466
|
|
|
305
467
|
## 2.5.22 (2024-10-16)
|
|
306
468
|
|
|
307
469
|
### Enhancements:
|
|
308
470
|
|
|
309
|
-
- Update vendored `uri` and `net-http` [#8112](https://github.com/
|
|
471
|
+
- Update vendored `uri` and `net-http` [#8112](https://github.com/ruby/rubygems/pull/8112)
|
|
310
472
|
|
|
311
473
|
### Bug fixes:
|
|
312
474
|
|
|
313
|
-
- Fix bundler sometimes crashing because of trying to use a version of psych compiled for a different Ruby [#8104](https://github.com/
|
|
475
|
+
- Fix bundler sometimes crashing because of trying to use a version of psych compiled for a different Ruby [#8104](https://github.com/ruby/rubygems/pull/8104)
|
|
314
476
|
|
|
315
477
|
## 2.5.21 (2024-10-03)
|
|
316
478
|
|
|
317
479
|
### Bug fixes:
|
|
318
480
|
|
|
319
|
-
- Fix bug report template printed when changing a path source to a git source in frozen mode [#8079](https://github.com/
|
|
320
|
-
- Fix `stub.activated?` sometimes returning false after activation under bundler [#8073](https://github.com/
|
|
321
|
-
- Fix old cache format detection when application is not source controlled [#8076](https://github.com/
|
|
322
|
-
- Fix `bundler/inline` resetting ENV changes [#8059](https://github.com/
|
|
481
|
+
- Fix bug report template printed when changing a path source to a git source in frozen mode [#8079](https://github.com/ruby/rubygems/pull/8079)
|
|
482
|
+
- Fix `stub.activated?` sometimes returning false after activation under bundler [#8073](https://github.com/ruby/rubygems/pull/8073)
|
|
483
|
+
- Fix old cache format detection when application is not source controlled [#8076](https://github.com/ruby/rubygems/pull/8076)
|
|
484
|
+
- Fix `bundler/inline` resetting ENV changes [#8059](https://github.com/ruby/rubygems/pull/8059)
|
|
323
485
|
|
|
324
486
|
## 2.5.20 (2024-09-24)
|
|
325
487
|
|
|
326
488
|
### Enhancements:
|
|
327
489
|
|
|
328
|
-
- Don't try to auto-install dev versions of Bundler not available remotely [#8045](https://github.com/
|
|
329
|
-
- Don't try to install locked bundler when `--local` is passed [#8041](https://github.com/
|
|
490
|
+
- Don't try to auto-install dev versions of Bundler not available remotely [#8045](https://github.com/ruby/rubygems/pull/8045)
|
|
491
|
+
- Don't try to install locked bundler when `--local` is passed [#8041](https://github.com/ruby/rubygems/pull/8041)
|
|
330
492
|
|
|
331
493
|
### Bug fixes:
|
|
332
494
|
|
|
333
|
-
- Fix `bundler/inline` overwriting lockfiles [#8055](https://github.com/
|
|
334
|
-
- Ensure refs directory in cached git source [#8047](https://github.com/
|
|
335
|
-
- Fix `bundle outdated` with `--group` option [#8052](https://github.com/
|
|
495
|
+
- Fix `bundler/inline` overwriting lockfiles [#8055](https://github.com/ruby/rubygems/pull/8055)
|
|
496
|
+
- Ensure refs directory in cached git source [#8047](https://github.com/ruby/rubygems/pull/8047)
|
|
497
|
+
- Fix `bundle outdated` with `--group` option [#8052](https://github.com/ruby/rubygems/pull/8052)
|
|
336
498
|
|
|
337
499
|
## 2.5.19 (2024-09-18)
|
|
338
500
|
|
|
339
501
|
### Enhancements:
|
|
340
502
|
|
|
341
|
-
- Raise original errors when unexpected errors happen during Gemfile evaluation [#8003](https://github.com/
|
|
342
|
-
- Make an exe file executable when generating new gems [#8020](https://github.com/
|
|
343
|
-
- Gracefully handle gem activation conflicts in inline mode [#5535](https://github.com/
|
|
344
|
-
- Don't include hook templates in cached git source [#8013](https://github.com/
|
|
345
|
-
- Fix some errors about a previous installation folder that's unsafe to remove, when there's no need to remove it [#7985](https://github.com/
|
|
346
|
-
- Emit progress to stderr during `bundle outdated --parseable` [#7966](https://github.com/
|
|
347
|
-
- Reject unknown platforms when running `bundle lock --add-platform` [#7967](https://github.com/
|
|
348
|
-
- Emit progress to stderr when `--print` is passed to `bundle lock` [#7957](https://github.com/
|
|
503
|
+
- Raise original errors when unexpected errors happen during Gemfile evaluation [#8003](https://github.com/ruby/rubygems/pull/8003)
|
|
504
|
+
- Make an exe file executable when generating new gems [#8020](https://github.com/ruby/rubygems/pull/8020)
|
|
505
|
+
- Gracefully handle gem activation conflicts in inline mode [#5535](https://github.com/ruby/rubygems/pull/5535)
|
|
506
|
+
- Don't include hook templates in cached git source [#8013](https://github.com/ruby/rubygems/pull/8013)
|
|
507
|
+
- Fix some errors about a previous installation folder that's unsafe to remove, when there's no need to remove it [#7985](https://github.com/ruby/rubygems/pull/7985)
|
|
508
|
+
- Emit progress to stderr during `bundle outdated --parseable` [#7966](https://github.com/ruby/rubygems/pull/7966)
|
|
509
|
+
- Reject unknown platforms when running `bundle lock --add-platform` [#7967](https://github.com/ruby/rubygems/pull/7967)
|
|
510
|
+
- Emit progress to stderr when `--print` is passed to `bundle lock` [#7957](https://github.com/ruby/rubygems/pull/7957)
|
|
349
511
|
|
|
350
512
|
### Bug fixes:
|
|
351
513
|
|
|
352
|
-
- Fix `bundle install --local` hitting the network when default gems are included [#8027](https://github.com/
|
|
353
|
-
- Remove temporary `.lock` files unintentionally left around by gem installer [#8022](https://github.com/
|
|
354
|
-
- Fix `bundle exec rake install` failing when local gem has extensions [#7977](https://github.com/
|
|
355
|
-
- Load gemspecs in the context of its parent also when using local overrides [#7993](https://github.com/
|
|
356
|
-
- Fix `bundler/inline` failing in Ruby 3.2 due to conflicting `securerandom` versions [#7984](https://github.com/
|
|
357
|
-
- Don't blow up when explicit version is removed from some git sources [#7973](https://github.com/
|
|
358
|
-
- Fix `gem exec rails new project` failing on Ruby 3.2 [#7960](https://github.com/
|
|
514
|
+
- Fix `bundle install --local` hitting the network when default gems are included [#8027](https://github.com/ruby/rubygems/pull/8027)
|
|
515
|
+
- Remove temporary `.lock` files unintentionally left around by gem installer [#8022](https://github.com/ruby/rubygems/pull/8022)
|
|
516
|
+
- Fix `bundle exec rake install` failing when local gem has extensions [#7977](https://github.com/ruby/rubygems/pull/7977)
|
|
517
|
+
- Load gemspecs in the context of its parent also when using local overrides [#7993](https://github.com/ruby/rubygems/pull/7993)
|
|
518
|
+
- Fix `bundler/inline` failing in Ruby 3.2 due to conflicting `securerandom` versions [#7984](https://github.com/ruby/rubygems/pull/7984)
|
|
519
|
+
- Don't blow up when explicit version is removed from some git sources [#7973](https://github.com/ruby/rubygems/pull/7973)
|
|
520
|
+
- Fix `gem exec rails new project` failing on Ruby 3.2 [#7960](https://github.com/ruby/rubygems/pull/7960)
|
|
359
521
|
|
|
360
522
|
### Documentation:
|
|
361
523
|
|
|
362
|
-
- Improve `bundle add` man page [#5903](https://github.com/
|
|
363
|
-
- Add some documentation about backwards compatibility [#7964](https://github.com/
|
|
524
|
+
- Improve `bundle add` man page [#5903](https://github.com/ruby/rubygems/pull/5903)
|
|
525
|
+
- Add some documentation about backwards compatibility [#7964](https://github.com/ruby/rubygems/pull/7964)
|
|
364
526
|
|
|
365
527
|
## 2.5.18 (2024-08-26)
|
|
366
528
|
|
|
367
529
|
### Enhancements:
|
|
368
530
|
|
|
369
|
-
- Don't remove existing platform gems when PLATFORMS section is badly indented [#7916](https://github.com/
|
|
531
|
+
- Don't remove existing platform gems when PLATFORMS section is badly indented [#7916](https://github.com/ruby/rubygems/pull/7916)
|
|
370
532
|
|
|
371
533
|
### Bug fixes:
|
|
372
534
|
|
|
373
|
-
- Fix error message when Bundler refuses to install due to frozen being set without a lockfile [#7955](https://github.com/
|
|
374
|
-
- Fix several issues with the `--prefer-local` flag [#7951](https://github.com/
|
|
375
|
-
- Restore support for passing relative paths to `git:` sources [#7950](https://github.com/
|
|
376
|
-
- Regenerate previous git application caches that didn't include bare repos [#7926](https://github.com/
|
|
377
|
-
- Fix `bundle update <indirect_dep>` failing to upgrade when versions present in two different sources [#7915](https://github.com/
|
|
535
|
+
- Fix error message when Bundler refuses to install due to frozen being set without a lockfile [#7955](https://github.com/ruby/rubygems/pull/7955)
|
|
536
|
+
- Fix several issues with the `--prefer-local` flag [#7951](https://github.com/ruby/rubygems/pull/7951)
|
|
537
|
+
- Restore support for passing relative paths to `git:` sources [#7950](https://github.com/ruby/rubygems/pull/7950)
|
|
538
|
+
- Regenerate previous git application caches that didn't include bare repos [#7926](https://github.com/ruby/rubygems/pull/7926)
|
|
539
|
+
- Fix `bundle update <indirect_dep>` failing to upgrade when versions present in two different sources [#7915](https://github.com/ruby/rubygems/pull/7915)
|
|
378
540
|
|
|
379
541
|
### Documentation:
|
|
380
542
|
|
|
381
|
-
- Change new gem README template to have copyable code blocks [#7935](https://github.com/
|
|
543
|
+
- Change new gem README template to have copyable code blocks [#7935](https://github.com/ruby/rubygems/pull/7935)
|
|
382
544
|
|
|
383
545
|
## 2.5.17 (2024-08-01)
|
|
384
546
|
|
|
385
547
|
### Enhancements:
|
|
386
548
|
|
|
387
|
-
- Print better log message when current platform is not present in the lockfile [#7891](https://github.com/
|
|
388
|
-
- Explicitly encode `Gem::Dependency` to yaml [#7867](https://github.com/
|
|
389
|
-
- Enable lockfile checksums on future Bundler 3 when there's no previous lockfile [#7805](https://github.com/
|
|
549
|
+
- Print better log message when current platform is not present in the lockfile [#7891](https://github.com/ruby/rubygems/pull/7891)
|
|
550
|
+
- Explicitly encode `Gem::Dependency` to yaml [#7867](https://github.com/ruby/rubygems/pull/7867)
|
|
551
|
+
- Enable lockfile checksums on future Bundler 3 when there's no previous lockfile [#7805](https://github.com/ruby/rubygems/pull/7805)
|
|
390
552
|
|
|
391
553
|
### Bug fixes:
|
|
392
554
|
|
|
393
|
-
- Fix truffleruby removing gems from lockfile [#7795](https://github.com/
|
|
394
|
-
- Fix `bundle check` exit code when gem git source is not checked out [#7894](https://github.com/
|
|
395
|
-
- Generate gems.rb from Gemfile.tt template for `bundle-gem` [#7853](https://github.com/
|
|
396
|
-
- Fix git source cache being used as the install location [#4469](https://github.com/
|
|
397
|
-
- Fix `bundle exec gem uninstall` [#7886](https://github.com/
|
|
555
|
+
- Fix truffleruby removing gems from lockfile [#7795](https://github.com/ruby/rubygems/pull/7795)
|
|
556
|
+
- Fix `bundle check` exit code when gem git source is not checked out [#7894](https://github.com/ruby/rubygems/pull/7894)
|
|
557
|
+
- Generate gems.rb from Gemfile.tt template for `bundle-gem` [#7853](https://github.com/ruby/rubygems/pull/7853)
|
|
558
|
+
- Fix git source cache being used as the install location [#4469](https://github.com/ruby/rubygems/pull/4469)
|
|
559
|
+
- Fix `bundle exec gem uninstall` [#7886](https://github.com/ruby/rubygems/pull/7886)
|
|
398
560
|
|
|
399
561
|
## 2.5.16 (2024-07-18)
|
|
400
562
|
|
|
401
563
|
### Bug fixes:
|
|
402
564
|
|
|
403
|
-
- Fix platform removal regression when `platforms:` used in the Gemfile [#7864](https://github.com/
|
|
404
|
-
- Fix standalone script when default gems with extensions are used [#7870](https://github.com/
|
|
405
|
-
- Fix another case of `bundle lock --add-platform` doing nothing [#7848](https://github.com/
|
|
406
|
-
- Fix bad error messages when using `bundle add` with frozen mode set [#7845](https://github.com/
|
|
407
|
-
- Fix generic platform gems getting incorrectly removed from lockfile [#7833](https://github.com/
|
|
565
|
+
- Fix platform removal regression when `platforms:` used in the Gemfile [#7864](https://github.com/ruby/rubygems/pull/7864)
|
|
566
|
+
- Fix standalone script when default gems with extensions are used [#7870](https://github.com/ruby/rubygems/pull/7870)
|
|
567
|
+
- Fix another case of `bundle lock --add-platform` doing nothing [#7848](https://github.com/ruby/rubygems/pull/7848)
|
|
568
|
+
- Fix bad error messages when using `bundle add` with frozen mode set [#7845](https://github.com/ruby/rubygems/pull/7845)
|
|
569
|
+
- Fix generic platform gems getting incorrectly removed from lockfile [#7833](https://github.com/ruby/rubygems/pull/7833)
|
|
408
570
|
|
|
409
571
|
### Performance:
|
|
410
572
|
|
|
411
|
-
- Use `caller_locations` instead of splitting `caller` [#7708](https://github.com/
|
|
573
|
+
- Use `caller_locations` instead of splitting `caller` [#7708](https://github.com/ruby/rubygems/pull/7708)
|
|
412
574
|
|
|
413
575
|
## 2.5.15 (2024-07-09)
|
|
414
576
|
|
|
415
577
|
### Enhancements:
|
|
416
578
|
|
|
417
|
-
- Support `--no-test`, `--no-ci`, and `--no-linter` options [#7780](https://github.com/
|
|
418
|
-
- Allow bundle command in new gems with invalid metadata [#7707](https://github.com/
|
|
579
|
+
- Support `--no-test`, `--no-ci`, and `--no-linter` options [#7780](https://github.com/ruby/rubygems/pull/7780)
|
|
580
|
+
- Allow bundle command in new gems with invalid metadata [#7707](https://github.com/ruby/rubygems/pull/7707)
|
|
419
581
|
|
|
420
582
|
### Bug fixes:
|
|
421
583
|
|
|
422
|
-
- Protect creating RubyGems binstubs with a file lock [#7841](https://github.com/
|
|
423
|
-
- Only allow valid values for `--test`, `--ci`, and `--linter` options [#7801](https://github.com/
|
|
424
|
-
- Fix `bundle lock --add-platform <current_platform>` doing nothing [#7803](https://github.com/
|
|
425
|
-
- Print a proper error when bin dir does not have writable permission bit [#7794](https://github.com/
|
|
584
|
+
- Protect creating RubyGems binstubs with a file lock [#7841](https://github.com/ruby/rubygems/pull/7841)
|
|
585
|
+
- Only allow valid values for `--test`, `--ci`, and `--linter` options [#7801](https://github.com/ruby/rubygems/pull/7801)
|
|
586
|
+
- Fix `bundle lock --add-platform <current_platform>` doing nothing [#7803](https://github.com/ruby/rubygems/pull/7803)
|
|
587
|
+
- Print a proper error when bin dir does not have writable permission bit [#7794](https://github.com/ruby/rubygems/pull/7794)
|
|
426
588
|
|
|
427
589
|
### Documentation:
|
|
428
590
|
|
|
429
|
-
- Regenerate bundler docs for June 2024 [#7787](https://github.com/
|
|
591
|
+
- Regenerate bundler docs for June 2024 [#7787](https://github.com/ruby/rubygems/pull/7787)
|
|
430
592
|
|
|
431
593
|
## 2.5.14 (2024-06-21)
|
|
432
594
|
|
|
433
595
|
### Bug fixes:
|
|
434
596
|
|
|
435
|
-
- Fix credentials being re-added when re-resolving without a full unlock [#7767](https://github.com/
|
|
436
|
-
- Fix `bundle update <gem_name>` edge case [#7770](https://github.com/
|
|
437
|
-
- Fix `bundle fund` when the gemfile contains optional groups [#7758](https://github.com/
|
|
597
|
+
- Fix credentials being re-added when re-resolving without a full unlock [#7767](https://github.com/ruby/rubygems/pull/7767)
|
|
598
|
+
- Fix `bundle update <gem_name>` edge case [#7770](https://github.com/ruby/rubygems/pull/7770)
|
|
599
|
+
- Fix `bundle fund` when the gemfile contains optional groups [#7758](https://github.com/ruby/rubygems/pull/7758)
|
|
438
600
|
|
|
439
601
|
## 2.5.13 (2024-06-14)
|
|
440
602
|
|
|
441
603
|
### Bug fixes:
|
|
442
604
|
|
|
443
|
-
- Fix funding metadata not being printed in some situations [#7746](https://github.com/
|
|
444
|
-
- Make sure to not re-resolve when a not fully specific local platform is locked [#7751](https://github.com/
|
|
445
|
-
- Don't print bug report template when bin dir is not writable [#7748](https://github.com/
|
|
605
|
+
- Fix funding metadata not being printed in some situations [#7746](https://github.com/ruby/rubygems/pull/7746)
|
|
606
|
+
- Make sure to not re-resolve when a not fully specific local platform is locked [#7751](https://github.com/ruby/rubygems/pull/7751)
|
|
607
|
+
- Don't print bug report template when bin dir is not writable [#7748](https://github.com/ruby/rubygems/pull/7748)
|
|
446
608
|
|
|
447
609
|
## 2.5.12 (2024-06-13)
|
|
448
610
|
|
|
449
611
|
### Enhancements:
|
|
450
612
|
|
|
451
|
-
- Keep credentials in lockfile if they are already there [#7720](https://github.com/
|
|
452
|
-
- Auto switch to locked bundler version even when using binstubs [#7719](https://github.com/
|
|
453
|
-
- Don't validate local gemspecs twice unnecessarily [#7725](https://github.com/
|
|
454
|
-
- Improve default gem handling by treating default gems as any other gem [#7673](https://github.com/
|
|
613
|
+
- Keep credentials in lockfile if they are already there [#7720](https://github.com/ruby/rubygems/pull/7720)
|
|
614
|
+
- Auto switch to locked bundler version even when using binstubs [#7719](https://github.com/ruby/rubygems/pull/7719)
|
|
615
|
+
- Don't validate local gemspecs twice unnecessarily [#7725](https://github.com/ruby/rubygems/pull/7725)
|
|
616
|
+
- Improve default gem handling by treating default gems as any other gem [#7673](https://github.com/ruby/rubygems/pull/7673)
|
|
455
617
|
|
|
456
618
|
### Bug fixes:
|
|
457
619
|
|
|
458
|
-
- Fix slow and incorrect resolution when adding `sorbet` to a Gemfile and the lockfile only includes "RUBY" in the platforms section [#7731](https://github.com/
|
|
459
|
-
- Fix duplicated config keys generated when `fallback_timeout` uri option is used [#7704](https://github.com/
|
|
460
|
-
- Fix `bundle exec` no longer working in truffleruby after explicit `require` of `pathname` was removed [#7703](https://github.com/
|
|
461
|
-
- Don't let `bundle config` report a path without a Gemfile as "local app" [#7687](https://github.com/
|
|
620
|
+
- Fix slow and incorrect resolution when adding `sorbet` to a Gemfile and the lockfile only includes "RUBY" in the platforms section [#7731](https://github.com/ruby/rubygems/pull/7731)
|
|
621
|
+
- Fix duplicated config keys generated when `fallback_timeout` uri option is used [#7704](https://github.com/ruby/rubygems/pull/7704)
|
|
622
|
+
- Fix `bundle exec` no longer working in truffleruby after explicit `require` of `pathname` was removed [#7703](https://github.com/ruby/rubygems/pull/7703)
|
|
623
|
+
- Don't let `bundle config` report a path without a Gemfile as "local app" [#7687](https://github.com/ruby/rubygems/pull/7687)
|
|
462
624
|
|
|
463
625
|
### Documentation:
|
|
464
626
|
|
|
465
|
-
- Clarify BUNDLE_USER_CONFIG is a file [#7668](https://github.com/
|
|
627
|
+
- Clarify BUNDLE_USER_CONFIG is a file [#7668](https://github.com/ruby/rubygems/pull/7668)
|
|
466
628
|
|
|
467
629
|
## 2.5.11 (2024-05-28)
|
|
468
630
|
|
|
469
631
|
### Deprecations:
|
|
470
632
|
|
|
471
|
-
- Deprecate Bundler constants [#7653](https://github.com/
|
|
633
|
+
- Deprecate Bundler constants [#7653](https://github.com/ruby/rubygems/pull/7653)
|
|
472
634
|
|
|
473
635
|
### Enhancements:
|
|
474
636
|
|
|
475
|
-
- Bump `bundle gem` generated COC to Contributor Covenant 2.1 [#7692](https://github.com/
|
|
476
|
-
- Retry a full clone when git server does not support shallow capabilities [#7649](https://github.com/
|
|
637
|
+
- Bump `bundle gem` generated COC to Contributor Covenant 2.1 [#7692](https://github.com/ruby/rubygems/pull/7692)
|
|
638
|
+
- Retry a full clone when git server does not support shallow capabilities [#7649](https://github.com/ruby/rubygems/pull/7649)
|
|
477
639
|
|
|
478
640
|
### Bug fixes:
|
|
479
641
|
|
|
480
|
-
- Fix regression when caching gems from secondary sources [#7659](https://github.com/
|
|
481
|
-
- Fix error when Bundler installation is corrupted [#7642](https://github.com/
|
|
482
|
-
- Fix crash caused by RubyGems `require` gem activation logic running before Bundler can properly register its own monkeypatches [#7647](https://github.com/
|
|
642
|
+
- Fix regression when caching gems from secondary sources [#7659](https://github.com/ruby/rubygems/pull/7659)
|
|
643
|
+
- Fix error when Bundler installation is corrupted [#7642](https://github.com/ruby/rubygems/pull/7642)
|
|
644
|
+
- Fix crash caused by RubyGems `require` gem activation logic running before Bundler can properly register its own monkeypatches [#7647](https://github.com/ruby/rubygems/pull/7647)
|
|
483
645
|
|
|
484
646
|
### Performance:
|
|
485
647
|
|
|
486
|
-
- Update cache checksums to decrease string allocations [#7637](https://github.com/
|
|
487
|
-
- Fix performance regression in applications with a local cache [#7680](https://github.com/
|
|
648
|
+
- Update cache checksums to decrease string allocations [#7637](https://github.com/ruby/rubygems/pull/7637)
|
|
649
|
+
- Fix performance regression in applications with a local cache [#7680](https://github.com/ruby/rubygems/pull/7680)
|
|
488
650
|
|
|
489
651
|
### Documentation:
|
|
490
652
|
|
|
491
|
-
- Recommend `bin/rake` over `rake` in contributing docs [#7648](https://github.com/
|
|
492
|
-
- Monthly man update for May 2024 [#7640](https://github.com/
|
|
493
|
-
- Clarify Bundler support policy [#7633](https://github.com/
|
|
653
|
+
- Recommend `bin/rake` over `rake` in contributing docs [#7648](https://github.com/ruby/rubygems/pull/7648)
|
|
654
|
+
- Monthly man update for May 2024 [#7640](https://github.com/ruby/rubygems/pull/7640)
|
|
655
|
+
- Clarify Bundler support policy [#7633](https://github.com/ruby/rubygems/pull/7633)
|
|
494
656
|
|
|
495
657
|
## 2.5.10 (2024-05-03)
|
|
496
658
|
|
|
497
659
|
### Security:
|
|
498
660
|
|
|
499
|
-
- Never write credentials to lockfiles [#7560](https://github.com/
|
|
661
|
+
- Never write credentials to lockfiles [#7560](https://github.com/ruby/rubygems/pull/7560)
|
|
500
662
|
|
|
501
663
|
### Enhancements:
|
|
502
664
|
|
|
503
|
-
- Add auto_install support to require "bundler/setup" [#6561](https://github.com/
|
|
504
|
-
- Add `--glob` flag to `bundle add` [#7557](https://github.com/
|
|
665
|
+
- Add auto_install support to require "bundler/setup" [#6561](https://github.com/ruby/rubygems/pull/6561)
|
|
666
|
+
- Add `--glob` flag to `bundle add` [#7557](https://github.com/ruby/rubygems/pull/7557)
|
|
505
667
|
|
|
506
668
|
### Bug fixes:
|
|
507
669
|
|
|
508
|
-
- Make sure `bundle update <specific_gems>` can always update to the latest resolvable version of each requested gem [#7558](https://github.com/
|
|
509
|
-
- Show better error when installed gemspecs are unreadable [#7603](https://github.com/
|
|
510
|
-
- Fix `bundle update` not working on an out of sync lockfile [#7607](https://github.com/
|
|
511
|
-
- Don't upcase Windows ENV before backing it up [#7574](https://github.com/
|
|
512
|
-
- Properly resolve aliases when `bundle help` is run [#7601](https://github.com/
|
|
513
|
-
- Fix issue installing gems with linux-musl variant on non musl linux [#7583](https://github.com/
|
|
670
|
+
- Make sure `bundle update <specific_gems>` can always update to the latest resolvable version of each requested gem [#7558](https://github.com/ruby/rubygems/pull/7558)
|
|
671
|
+
- Show better error when installed gemspecs are unreadable [#7603](https://github.com/ruby/rubygems/pull/7603)
|
|
672
|
+
- Fix `bundle update` not working on an out of sync lockfile [#7607](https://github.com/ruby/rubygems/pull/7607)
|
|
673
|
+
- Don't upcase Windows ENV before backing it up [#7574](https://github.com/ruby/rubygems/pull/7574)
|
|
674
|
+
- Properly resolve aliases when `bundle help` is run [#7601](https://github.com/ruby/rubygems/pull/7601)
|
|
675
|
+
- Fix issue installing gems with linux-musl variant on non musl linux [#7583](https://github.com/ruby/rubygems/pull/7583)
|
|
514
676
|
|
|
515
677
|
### Documentation:
|
|
516
678
|
|
|
517
|
-
- Clarify `bundle check` behaviour in docs [#7613](https://github.com/
|
|
679
|
+
- Clarify `bundle check` behaviour in docs [#7613](https://github.com/ruby/rubygems/pull/7613)
|
|
518
680
|
|
|
519
681
|
## 2.5.9 (2024-04-12)
|
|
520
682
|
|
|
521
683
|
### Bug fixes:
|
|
522
684
|
|
|
523
|
-
- Fix installing plugins via relative paths [#7571](https://github.com/
|
|
685
|
+
- Fix installing plugins via relative paths [#7571](https://github.com/ruby/rubygems/pull/7571)
|
|
524
686
|
|
|
525
687
|
## 2.5.8 (2024-04-11)
|
|
526
688
|
|
|
527
689
|
### Enhancements:
|
|
528
690
|
|
|
529
|
-
- Allow installing plugins from path via CLI [#6960](https://github.com/
|
|
530
|
-
- Improve validation of `bundle plugin install` options [#7529](https://github.com/
|
|
691
|
+
- Allow installing plugins from path via CLI [#6960](https://github.com/ruby/rubygems/pull/6960)
|
|
692
|
+
- Improve validation of `bundle plugin install` options [#7529](https://github.com/ruby/rubygems/pull/7529)
|
|
531
693
|
|
|
532
694
|
### Bug fixes:
|
|
533
695
|
|
|
534
|
-
- Fix resolver error message when it runs out of versions due to `--strict --patch` filtering out everything [#7527](https://github.com/
|
|
535
|
-
- Fix incorrect `bundle update --bundler` message [#7516](https://github.com/
|
|
696
|
+
- Fix resolver error message when it runs out of versions due to `--strict --patch` filtering out everything [#7527](https://github.com/ruby/rubygems/pull/7527)
|
|
697
|
+
- Fix incorrect `bundle update --bundler` message [#7516](https://github.com/ruby/rubygems/pull/7516)
|
|
536
698
|
|
|
537
699
|
## 2.5.7 (2024-03-22)
|
|
538
700
|
|
|
539
701
|
### Deprecations:
|
|
540
702
|
|
|
541
|
-
- Deprecate `bundle plugin install --local-git=` [#7048](https://github.com/
|
|
703
|
+
- Deprecate `bundle plugin install --local-git=` [#7048](https://github.com/ruby/rubygems/pull/7048)
|
|
542
704
|
|
|
543
705
|
### Enhancements:
|
|
544
706
|
|
|
545
|
-
- Ignore commented out keys in config file [#7514](https://github.com/
|
|
546
|
-
- Fix exclusion of `.gemspec` file itself in `bundle gem` generated gemspec file [#7488](https://github.com/
|
|
547
|
-
- Remove redundant configs from `bundle gem` generated rubocop configuration [#7478](https://github.com/
|
|
548
|
-
- Add `gitlab:` git source shorthand [#7449](https://github.com/
|
|
549
|
-
- Use full path for `instance_eval` in `Bundler::DSL#eval_gemfile` [#7471](https://github.com/
|
|
707
|
+
- Ignore commented out keys in config file [#7514](https://github.com/ruby/rubygems/pull/7514)
|
|
708
|
+
- Fix exclusion of `.gemspec` file itself in `bundle gem` generated gemspec file [#7488](https://github.com/ruby/rubygems/pull/7488)
|
|
709
|
+
- Remove redundant configs from `bundle gem` generated rubocop configuration [#7478](https://github.com/ruby/rubygems/pull/7478)
|
|
710
|
+
- Add `gitlab:` git source shorthand [#7449](https://github.com/ruby/rubygems/pull/7449)
|
|
711
|
+
- Use full path for `instance_eval` in `Bundler::DSL#eval_gemfile` [#7471](https://github.com/ruby/rubygems/pull/7471)
|
|
550
712
|
|
|
551
713
|
### Documentation:
|
|
552
714
|
|
|
553
|
-
- Use https instead of http in documentation links [#7481](https://github.com/
|
|
715
|
+
- Use https instead of http in documentation links [#7481](https://github.com/ruby/rubygems/pull/7481)
|
|
554
716
|
|
|
555
717
|
## 2.5.6 (2024-02-06)
|
|
556
718
|
|
|
557
719
|
### Deprecations:
|
|
558
720
|
|
|
559
|
-
- Refactor lockfile generation and deprecate `Definition#lock` with explicit lockfile [#7047](https://github.com/
|
|
721
|
+
- Refactor lockfile generation and deprecate `Definition#lock` with explicit lockfile [#7047](https://github.com/ruby/rubygems/pull/7047)
|
|
560
722
|
|
|
561
723
|
### Enhancements:
|
|
562
724
|
|
|
563
|
-
- Bump `required_ruby_version` to be used in `bundle gem` template [#7430](https://github.com/
|
|
725
|
+
- Bump `required_ruby_version` to be used in `bundle gem` template [#7430](https://github.com/ruby/rubygems/pull/7430)
|
|
564
726
|
|
|
565
727
|
### Bug fixes:
|
|
566
728
|
|
|
567
|
-
- Fix musl platform not being added to the lockfile [#7441](https://github.com/
|
|
568
|
-
- Let `Bundler.with_original_env` properly restore env variables originally empty [#7383](https://github.com/
|
|
729
|
+
- Fix musl platform not being added to the lockfile [#7441](https://github.com/ruby/rubygems/pull/7441)
|
|
730
|
+
- Let `Bundler.with_original_env` properly restore env variables originally empty [#7383](https://github.com/ruby/rubygems/pull/7383)
|
|
569
731
|
|
|
570
732
|
## 2.5.5 (2024-01-18)
|
|
571
733
|
|
|
572
734
|
### Bug fixes:
|
|
573
735
|
|
|
574
|
-
- Fix development dependency not being added if introduced by two gemspecs [#7358](https://github.com/
|
|
575
|
-
- Fix ETag quoting regression in If-None-Match header of compact index request [#7352](https://github.com/
|
|
736
|
+
- Fix development dependency not being added if introduced by two gemspecs [#7358](https://github.com/ruby/rubygems/pull/7358)
|
|
737
|
+
- Fix ETag quoting regression in If-None-Match header of compact index request [#7352](https://github.com/ruby/rubygems/pull/7352)
|
|
576
738
|
|
|
577
739
|
### Documentation:
|
|
578
740
|
|
|
579
|
-
- Refer to underscores as underscores [#7364](https://github.com/
|
|
741
|
+
- Refer to underscores as underscores [#7364](https://github.com/ruby/rubygems/pull/7364)
|
|
580
742
|
|
|
581
743
|
## 2.5.4 (2024-01-04)
|
|
582
744
|
|
|
583
745
|
### Bug fixes:
|
|
584
746
|
|
|
585
|
-
- Fix resolution when different platform specific gems have different dependencies [#7324](https://github.com/
|
|
747
|
+
- Fix resolution when different platform specific gems have different dependencies [#7324](https://github.com/ruby/rubygems/pull/7324)
|
|
586
748
|
|
|
587
749
|
## 2.5.3 (2023-12-22)
|
|
588
750
|
|
|
589
751
|
### Bug fixes:
|
|
590
752
|
|
|
591
|
-
- Fix incorrect error when Gemfile overrides a gemspec development dependency [#7319](https://github.com/
|
|
753
|
+
- Fix incorrect error when Gemfile overrides a gemspec development dependency [#7319](https://github.com/ruby/rubygems/pull/7319)
|
|
592
754
|
|
|
593
755
|
## 2.5.2 (2023-12-21)
|
|
594
756
|
|
|
595
757
|
### Enhancements:
|
|
596
758
|
|
|
597
|
-
- Avoid vendored thor gem polluting the global namespace [#7305](https://github.com/
|
|
759
|
+
- Avoid vendored thor gem polluting the global namespace [#7305](https://github.com/ruby/rubygems/pull/7305)
|
|
598
760
|
|
|
599
761
|
### Bug fixes:
|
|
600
762
|
|
|
601
|
-
- Fix `bundle update --bundler` when latest version does not support current ruby [#7310](https://github.com/
|
|
602
|
-
- Fix incorrect lockfiles being generated in some situations [#7307](https://github.com/
|
|
603
|
-
- Fix incorrect re-resolve messages [#7306](https://github.com/
|
|
763
|
+
- Fix `bundle update --bundler` when latest version does not support current ruby [#7310](https://github.com/ruby/rubygems/pull/7310)
|
|
764
|
+
- Fix incorrect lockfiles being generated in some situations [#7307](https://github.com/ruby/rubygems/pull/7307)
|
|
765
|
+
- Fix incorrect re-resolve messages [#7306](https://github.com/ruby/rubygems/pull/7306)
|
|
604
766
|
|
|
605
767
|
## 2.5.1 (2023-12-15)
|
|
606
768
|
|
|
607
769
|
### Bug fixes:
|
|
608
770
|
|
|
609
|
-
- Fix `ruby` Gemfile DSL with `file:` parameter no longer working [#7288](https://github.com/
|
|
771
|
+
- Fix `ruby` Gemfile DSL with `file:` parameter no longer working [#7288](https://github.com/ruby/rubygems/pull/7288)
|
|
610
772
|
|
|
611
773
|
### Performance:
|
|
612
774
|
|
|
613
|
-
- Save array allocation for every dependency in Gemfile [#7270](https://github.com/
|
|
775
|
+
- Save array allocation for every dependency in Gemfile [#7270](https://github.com/ruby/rubygems/pull/7270)
|
|
614
776
|
|
|
615
777
|
## 2.5.0 (2023-12-15)
|
|
616
778
|
|
|
617
779
|
### Breaking changes:
|
|
618
780
|
|
|
619
|
-
- Drop ruby 2.6 and 2.7 support [#7116](https://github.com/
|
|
620
|
-
- The `:mswin`, `:mswin64`, `:mingw`, and `:x64_mingw` Gemfile `platform` values are soft-deprecated and aliased to `:windows` [#6391](https://github.com/
|
|
781
|
+
- Drop ruby 2.6 and 2.7 support [#7116](https://github.com/ruby/rubygems/pull/7116)
|
|
782
|
+
- The `:mswin`, `:mswin64`, `:mingw`, and `:x64_mingw` Gemfile `platform` values are soft-deprecated and aliased to `:windows` [#6391](https://github.com/ruby/rubygems/pull/6391)
|
|
621
783
|
|
|
622
784
|
### Features:
|
|
623
785
|
|
|
624
|
-
- Leverage ruby feature to warn when requiring default gems not included in the bundle that will be turned into bundled gems in the future [#6831](https://github.com/
|
|
625
|
-
- Introduce `bundle config set version` feature to choose the version of Bundler that should be used and potentially disable using the `lockfile` version by setting it to `system` [#6817](https://github.com/
|
|
786
|
+
- Leverage ruby feature to warn when requiring default gems not included in the bundle that will be turned into bundled gems in the future [#6831](https://github.com/ruby/rubygems/pull/6831)
|
|
787
|
+
- Introduce `bundle config set version` feature to choose the version of Bundler that should be used and potentially disable using the `lockfile` version by setting it to `system` [#6817](https://github.com/ruby/rubygems/pull/6817)
|
|
626
788
|
|
|
627
789
|
### Performance:
|
|
628
790
|
|
|
629
|
-
- Use match? when regexp match data is unused [#7263](https://github.com/
|
|
630
|
-
- Avoid some allocations when evaluating `ruby` Gemfile DSL [#7251](https://github.com/
|
|
631
|
-
- Reduce array allocations when loading definition [#7199](https://github.com/
|
|
632
|
-
- Avoid re-compiling static regexp in a loop [#7198](https://github.com/
|
|
633
|
-
- Reduce allocations when installing gems with bundler [#6977](https://github.com/
|
|
634
|
-
- Use a shared connection pool for fetching gems [#7079](https://github.com/
|
|
635
|
-
- Reduce allocations when parsing compact index [#6971](https://github.com/
|
|
791
|
+
- Use match? when regexp match data is unused [#7263](https://github.com/ruby/rubygems/pull/7263)
|
|
792
|
+
- Avoid some allocations when evaluating `ruby` Gemfile DSL [#7251](https://github.com/ruby/rubygems/pull/7251)
|
|
793
|
+
- Reduce array allocations when loading definition [#7199](https://github.com/ruby/rubygems/pull/7199)
|
|
794
|
+
- Avoid re-compiling static regexp in a loop [#7198](https://github.com/ruby/rubygems/pull/7198)
|
|
795
|
+
- Reduce allocations when installing gems with bundler [#6977](https://github.com/ruby/rubygems/pull/6977)
|
|
796
|
+
- Use a shared connection pool for fetching gems [#7079](https://github.com/ruby/rubygems/pull/7079)
|
|
797
|
+
- Reduce allocations when parsing compact index [#6971](https://github.com/ruby/rubygems/pull/6971)
|
|
636
798
|
|
|
637
799
|
### Enhancements:
|
|
638
800
|
|
|
639
|
-
- Add 3.4 as a supported ruby version in Gemfile DSL [#7264](https://github.com/
|
|
640
|
-
- Improve install advice when some gems are not found [#7265](https://github.com/
|
|
641
|
-
- Vendor `net-http`, `net-protocol`, `resolv`, and `timeout` to reduce conflicts between Gemfile gems and internal dependencies [#6793](https://github.com/
|
|
642
|
-
- Allow `bundle pristine` to run in parallel [#6927](https://github.com/
|
|
643
|
-
- Make `bundle lock` always touch the lockfile in non-frozen mode [#7220](https://github.com/
|
|
644
|
-
- Use `Minitest::TestTask` in a template file for `minitest` [#7234](https://github.com/
|
|
645
|
-
- Add missing services to CI detection and make it consistent between RubyGems and Bundler [#7205](https://github.com/
|
|
646
|
-
- Allow auto-install to install missing git gems [#7197](https://github.com/
|
|
647
|
-
- Stop remembering cli flags like `--jobs` or `--retry` in configuration [#7191](https://github.com/
|
|
648
|
-
- Simplify remembered flags deprecation message [#7189](https://github.com/
|
|
649
|
-
- Make sure to `require "rubygems"` explicitly [#7139](https://github.com/
|
|
650
|
-
- Handle development dependencies duplicated in gemspec vs Gemfile [#6014](https://github.com/
|
|
651
|
-
- Make lockfiles generated on macOS include a lock for Linux by default [#5700](https://github.com/
|
|
652
|
-
- Only add a dummy bundler spec to the metadata source when necessary [#4443](https://github.com/
|
|
801
|
+
- Add 3.4 as a supported ruby version in Gemfile DSL [#7264](https://github.com/ruby/rubygems/pull/7264)
|
|
802
|
+
- Improve install advice when some gems are not found [#7265](https://github.com/ruby/rubygems/pull/7265)
|
|
803
|
+
- Vendor `net-http`, `net-protocol`, `resolv`, and `timeout` to reduce conflicts between Gemfile gems and internal dependencies [#6793](https://github.com/ruby/rubygems/pull/6793)
|
|
804
|
+
- Allow `bundle pristine` to run in parallel [#6927](https://github.com/ruby/rubygems/pull/6927)
|
|
805
|
+
- Make `bundle lock` always touch the lockfile in non-frozen mode [#7220](https://github.com/ruby/rubygems/pull/7220)
|
|
806
|
+
- Use `Minitest::TestTask` in a template file for `minitest` [#7234](https://github.com/ruby/rubygems/pull/7234)
|
|
807
|
+
- Add missing services to CI detection and make it consistent between RubyGems and Bundler [#7205](https://github.com/ruby/rubygems/pull/7205)
|
|
808
|
+
- Allow auto-install to install missing git gems [#7197](https://github.com/ruby/rubygems/pull/7197)
|
|
809
|
+
- Stop remembering cli flags like `--jobs` or `--retry` in configuration [#7191](https://github.com/ruby/rubygems/pull/7191)
|
|
810
|
+
- Simplify remembered flags deprecation message [#7189](https://github.com/ruby/rubygems/pull/7189)
|
|
811
|
+
- Make sure to `require "rubygems"` explicitly [#7139](https://github.com/ruby/rubygems/pull/7139)
|
|
812
|
+
- Handle development dependencies duplicated in gemspec vs Gemfile [#6014](https://github.com/ruby/rubygems/pull/6014)
|
|
813
|
+
- Make lockfiles generated on macOS include a lock for Linux by default [#5700](https://github.com/ruby/rubygems/pull/5700)
|
|
814
|
+
- Only add a dummy bundler spec to the metadata source when necessary [#4443](https://github.com/ruby/rubygems/pull/4443)
|
|
653
815
|
|
|
654
816
|
### Bug fixes:
|
|
655
817
|
|
|
656
|
-
- Resolve `ruby file: ".ruby-version"` relative to containing Gemfile [#7250](https://github.com/
|
|
657
|
-
- Implement opaque ETag in Compact Index to avoid falling back to old index in servers with different etag implementations [#7122](https://github.com/
|
|
658
|
-
- Fix `bundle install --system` deprecation advice [#7190](https://github.com/
|
|
659
|
-
- Fix invalid platform removal missing adjacent platforms [#7170](https://github.com/
|
|
818
|
+
- Resolve `ruby file: ".ruby-version"` relative to containing Gemfile [#7250](https://github.com/ruby/rubygems/pull/7250)
|
|
819
|
+
- Implement opaque ETag in Compact Index to avoid falling back to old index in servers with different etag implementations [#7122](https://github.com/ruby/rubygems/pull/7122)
|
|
820
|
+
- Fix `bundle install --system` deprecation advice [#7190](https://github.com/ruby/rubygems/pull/7190)
|
|
821
|
+
- Fix invalid platform removal missing adjacent platforms [#7170](https://github.com/ruby/rubygems/pull/7170)
|
|
660
822
|
|
|
661
823
|
### Documentation:
|
|
662
824
|
|
|
663
|
-
- Add missing --prefer-local to Synopsis in bundle-install.1.ronn [#7194](https://github.com/
|
|
664
|
-
- Update GitHub organization of Standard Ruby in `bundle gem` output and generated configuration [#6818](https://github.com/
|
|
665
|
-
- Replace "prior to" with "immediately after" in `bundle gem` generated README file [#6338](https://github.com/
|
|
825
|
+
- Add missing --prefer-local to Synopsis in bundle-install.1.ronn [#7194](https://github.com/ruby/rubygems/pull/7194)
|
|
826
|
+
- Update GitHub organization of Standard Ruby in `bundle gem` output and generated configuration [#6818](https://github.com/ruby/rubygems/pull/6818)
|
|
827
|
+
- Replace "prior to" with "immediately after" in `bundle gem` generated README file [#6338](https://github.com/ruby/rubygems/pull/6338)
|
|
666
828
|
|
|
667
829
|
## 2.4.22 (2023-11-09)
|
|
668
830
|
|
|
669
831
|
### Enhancements:
|
|
670
832
|
|
|
671
|
-
- Add Bundler::Plugin.loaded? helper [#6964](https://github.com/
|
|
672
|
-
- Give better error when previous installation folder is insecure to remove [#7030](https://github.com/
|
|
673
|
-
- Set file path when eval-ing local specification in EndpointSpecification [#7106](https://github.com/
|
|
674
|
-
- Git ignore the proper files for the CI service selected for `bundle gem` [#7101](https://github.com/
|
|
675
|
-
- Update vendored thor to v1.3.0 [#7078](https://github.com/
|
|
676
|
-
- Restore using old way of passing Ruby version to resolver [#7066](https://github.com/
|
|
677
|
-
- Bump vendored net-http-persistent to 4.0.2 [#6787](https://github.com/
|
|
833
|
+
- Add Bundler::Plugin.loaded? helper [#6964](https://github.com/ruby/rubygems/pull/6964)
|
|
834
|
+
- Give better error when previous installation folder is insecure to remove [#7030](https://github.com/ruby/rubygems/pull/7030)
|
|
835
|
+
- Set file path when eval-ing local specification in EndpointSpecification [#7106](https://github.com/ruby/rubygems/pull/7106)
|
|
836
|
+
- Git ignore the proper files for the CI service selected for `bundle gem` [#7101](https://github.com/ruby/rubygems/pull/7101)
|
|
837
|
+
- Update vendored thor to v1.3.0 [#7078](https://github.com/ruby/rubygems/pull/7078)
|
|
838
|
+
- Restore using old way of passing Ruby version to resolver [#7066](https://github.com/ruby/rubygems/pull/7066)
|
|
839
|
+
- Bump vendored net-http-persistent to 4.0.2 [#6787](https://github.com/ruby/rubygems/pull/6787)
|
|
678
840
|
|
|
679
841
|
### Bug fixes:
|
|
680
842
|
|
|
681
|
-
- Fix regression when installing native extensions on universal rubies [#7077](https://github.com/
|
|
682
|
-
- Only remove bundler plugin gem when it's inside the cache [#7001](https://github.com/
|
|
683
|
-
- Don't show bug report template when GEM_HOME has no writable bit [#7113](https://github.com/
|
|
684
|
-
- Fix regression in old git versions [#7114](https://github.com/
|
|
685
|
-
- Handle empty array at built-in YAML serializer [#7099](https://github.com/
|
|
686
|
-
- Fix force_ruby_platform: when the lockfile only locks the ruby platform [#6936](https://github.com/
|
|
843
|
+
- Fix regression when installing native extensions on universal rubies [#7077](https://github.com/ruby/rubygems/pull/7077)
|
|
844
|
+
- Only remove bundler plugin gem when it's inside the cache [#7001](https://github.com/ruby/rubygems/pull/7001)
|
|
845
|
+
- Don't show bug report template when GEM_HOME has no writable bit [#7113](https://github.com/ruby/rubygems/pull/7113)
|
|
846
|
+
- Fix regression in old git versions [#7114](https://github.com/ruby/rubygems/pull/7114)
|
|
847
|
+
- Handle empty array at built-in YAML serializer [#7099](https://github.com/ruby/rubygems/pull/7099)
|
|
848
|
+
- Fix force_ruby_platform: when the lockfile only locks the ruby platform [#6936](https://github.com/ruby/rubygems/pull/6936)
|
|
687
849
|
|
|
688
850
|
## 2.4.21 (2023-10-17)
|
|
689
851
|
|
|
690
852
|
### Enhancements:
|
|
691
853
|
|
|
692
|
-
- Avoid duplicates -rbundler/setup in RUBYOPT with Ruby preview [#7002](https://github.com/
|
|
693
|
-
- Prevent gem activation in standalone mode [#6925](https://github.com/
|
|
694
|
-
- Support Ruby's preview version format (Ex: 3.3.0-preview2) in Gemfile [#7016](https://github.com/
|
|
695
|
-
- Fix `bundle install` when older revisions of git source [#6980](https://github.com/
|
|
696
|
-
- Remove usage of Dir.chdir that only execute a subprocess [#6930](https://github.com/
|
|
854
|
+
- Avoid duplicates -rbundler/setup in RUBYOPT with Ruby preview [#7002](https://github.com/ruby/rubygems/pull/7002)
|
|
855
|
+
- Prevent gem activation in standalone mode [#6925](https://github.com/ruby/rubygems/pull/6925)
|
|
856
|
+
- Support Ruby's preview version format (Ex: 3.3.0-preview2) in Gemfile [#7016](https://github.com/ruby/rubygems/pull/7016)
|
|
857
|
+
- Fix `bundle install` when older revisions of git source [#6980](https://github.com/ruby/rubygems/pull/6980)
|
|
858
|
+
- Remove usage of Dir.chdir that only execute a subprocess [#6930](https://github.com/ruby/rubygems/pull/6930)
|
|
697
859
|
|
|
698
860
|
### Bug fixes:
|
|
699
861
|
|
|
700
|
-
- Don't delete the release version from pre-release string more than once [#7054](https://github.com/
|
|
701
|
-
- Make the `lock` command not be affected by the `frozen` setting [#7034](https://github.com/
|
|
702
|
-
- Raise an error when adding a gem incompatible with some locked platform [#7035](https://github.com/
|
|
703
|
-
- Re-resolve when lockfile is invalid [#7020](https://github.com/
|
|
704
|
-
- Don't re-resolve with prereleases if unlocked gem has no prereleases [#7021](https://github.com/
|
|
705
|
-
- Include gemspec in ExtensionTask for native gem tasks [#7015](https://github.com/
|
|
706
|
-
- Avoid error reporting relative path when validating frozen [#5128](https://github.com/
|
|
707
|
-
- Fix `bundle lock --minor --update <dep>` edge case [#6992](https://github.com/
|
|
708
|
-
- Stop bundler eagerly loading all specs with exts [#6945](https://github.com/
|
|
862
|
+
- Don't delete the release version from pre-release string more than once [#7054](https://github.com/ruby/rubygems/pull/7054)
|
|
863
|
+
- Make the `lock` command not be affected by the `frozen` setting [#7034](https://github.com/ruby/rubygems/pull/7034)
|
|
864
|
+
- Raise an error when adding a gem incompatible with some locked platform [#7035](https://github.com/ruby/rubygems/pull/7035)
|
|
865
|
+
- Re-resolve when lockfile is invalid [#7020](https://github.com/ruby/rubygems/pull/7020)
|
|
866
|
+
- Don't re-resolve with prereleases if unlocked gem has no prereleases [#7021](https://github.com/ruby/rubygems/pull/7021)
|
|
867
|
+
- Include gemspec in ExtensionTask for native gem tasks [#7015](https://github.com/ruby/rubygems/pull/7015)
|
|
868
|
+
- Avoid error reporting relative path when validating frozen [#5128](https://github.com/ruby/rubygems/pull/5128)
|
|
869
|
+
- Fix `bundle lock --minor --update <dep>` edge case [#6992](https://github.com/ruby/rubygems/pull/6992)
|
|
870
|
+
- Stop bundler eagerly loading all specs with exts [#6945](https://github.com/ruby/rubygems/pull/6945)
|
|
709
871
|
|
|
710
872
|
### Performance:
|
|
711
873
|
|
|
712
|
-
- Reduce allocations when parsing lockfile [#6976](https://github.com/
|
|
713
|
-
- Stop allocating the same settings keys repeatedly [#6963](https://github.com/
|
|
874
|
+
- Reduce allocations when parsing lockfile [#6976](https://github.com/ruby/rubygems/pull/6976)
|
|
875
|
+
- Stop allocating the same settings keys repeatedly [#6963](https://github.com/ruby/rubygems/pull/6963)
|
|
714
876
|
|
|
715
877
|
### Documentation:
|
|
716
878
|
|
|
717
|
-
- Improve formatting and global source information in `bundle plugin` man page [#7045](https://github.com/
|
|
718
|
-
- Update man page of `bundle exec` to reflect default true of flag `--keep-file-descriptors` [#7033](https://github.com/
|
|
879
|
+
- Improve formatting and global source information in `bundle plugin` man page [#7045](https://github.com/ruby/rubygems/pull/7045)
|
|
880
|
+
- Update man page of `bundle exec` to reflect default true of flag `--keep-file-descriptors` [#7033](https://github.com/ruby/rubygems/pull/7033)
|
|
719
881
|
|
|
720
882
|
## 2.4.20 (2023-09-27)
|
|
721
883
|
|
|
722
884
|
### Enhancements:
|
|
723
885
|
|
|
724
|
-
- Bump actions/checkout to v4 in bundler gem template [#6966](https://github.com/
|
|
725
|
-
- Add support for the `ruby-3.2.2` format in the `ruby file:` Gemfile directive, and explicitly test the `3.2.2@gemset` format as rejected [#6954](https://github.com/
|
|
726
|
-
- Support `ruby file: ".tool-versions"` in Gemfile [#6898](https://github.com/
|
|
727
|
-
- Unify LockfileParser loading of SPECS section [#6933](https://github.com/
|
|
728
|
-
- Only check circular deps when dependency api is available, not on full index sources [#6919](https://github.com/
|
|
886
|
+
- Bump actions/checkout to v4 in bundler gem template [#6966](https://github.com/ruby/rubygems/pull/6966)
|
|
887
|
+
- Add support for the `ruby-3.2.2` format in the `ruby file:` Gemfile directive, and explicitly test the `3.2.2@gemset` format as rejected [#6954](https://github.com/ruby/rubygems/pull/6954)
|
|
888
|
+
- Support `ruby file: ".tool-versions"` in Gemfile [#6898](https://github.com/ruby/rubygems/pull/6898)
|
|
889
|
+
- Unify LockfileParser loading of SPECS section [#6933](https://github.com/ruby/rubygems/pull/6933)
|
|
890
|
+
- Only check circular deps when dependency api is available, not on full index sources [#6919](https://github.com/ruby/rubygems/pull/6919)
|
|
729
891
|
|
|
730
892
|
### Bug fixes:
|
|
731
893
|
|
|
732
|
-
- Allow standalone mode to work on a Windows edge case [#6989](https://github.com/
|
|
733
|
-
- Fix `bundle outdated` crashing when both `ref` and `branch` specified for a git gem in Gemfile [#6959](https://github.com/
|
|
734
|
-
- Fix `bundle update --redownload` [#6924](https://github.com/
|
|
735
|
-
- Fixed malformed bundler version in lockfile making Bundler crash [#6920](https://github.com/
|
|
736
|
-
- Fix standalone install crashing when using legacy gemfiles with multiple global sources [#6918](https://github.com/
|
|
737
|
-
- Resolve ruby version file relative to bundle root [#6892](https://github.com/
|
|
894
|
+
- Allow standalone mode to work on a Windows edge case [#6989](https://github.com/ruby/rubygems/pull/6989)
|
|
895
|
+
- Fix `bundle outdated` crashing when both `ref` and `branch` specified for a git gem in Gemfile [#6959](https://github.com/ruby/rubygems/pull/6959)
|
|
896
|
+
- Fix `bundle update --redownload` [#6924](https://github.com/ruby/rubygems/pull/6924)
|
|
897
|
+
- Fixed malformed bundler version in lockfile making Bundler crash [#6920](https://github.com/ruby/rubygems/pull/6920)
|
|
898
|
+
- Fix standalone install crashing when using legacy gemfiles with multiple global sources [#6918](https://github.com/ruby/rubygems/pull/6918)
|
|
899
|
+
- Resolve ruby version file relative to bundle root [#6892](https://github.com/ruby/rubygems/pull/6892)
|
|
738
900
|
|
|
739
901
|
### Performance:
|
|
740
902
|
|
|
741
|
-
- Lazily construct fetcher debug messages [#6973](https://github.com/
|
|
742
|
-
- Avoid allocating empty hashes in Index [#6962](https://github.com/
|
|
743
|
-
- Improve `Bundler::Index` efficiency by removing unnecessary creation and dups [#6931](https://github.com/
|
|
744
|
-
- (Further) Improve Bundler::Settings#[] performance and memory usage [#6923](https://github.com/
|
|
745
|
-
- Don't use full indexes unnecessarily on legacy Gemfiles [#6916](https://github.com/
|
|
746
|
-
- Improve memory usage in Bundler::Settings, and thus improve boot time [#6884](https://github.com/
|
|
903
|
+
- Lazily construct fetcher debug messages [#6973](https://github.com/ruby/rubygems/pull/6973)
|
|
904
|
+
- Avoid allocating empty hashes in Index [#6962](https://github.com/ruby/rubygems/pull/6962)
|
|
905
|
+
- Improve `Bundler::Index` efficiency by removing unnecessary creation and dups [#6931](https://github.com/ruby/rubygems/pull/6931)
|
|
906
|
+
- (Further) Improve Bundler::Settings#[] performance and memory usage [#6923](https://github.com/ruby/rubygems/pull/6923)
|
|
907
|
+
- Don't use full indexes unnecessarily on legacy Gemfiles [#6916](https://github.com/ruby/rubygems/pull/6916)
|
|
908
|
+
- Improve memory usage in Bundler::Settings, and thus improve boot time [#6884](https://github.com/ruby/rubygems/pull/6884)
|
|
747
909
|
|
|
748
910
|
## 2.4.19 (2023-08-17)
|
|
749
911
|
|
|
750
912
|
### Enhancements:
|
|
751
913
|
|
|
752
|
-
- Add `file` option to `ruby` method in Gemfile [#6876](https://github.com/
|
|
753
|
-
- Show better error when PAT can't authenticate to a private server [#6871](https://github.com/
|
|
754
|
-
- Don't fallback to old dependency API when bad credentials are configured [#6869](https://github.com/
|
|
914
|
+
- Add `file` option to `ruby` method in Gemfile [#6876](https://github.com/ruby/rubygems/pull/6876)
|
|
915
|
+
- Show better error when PAT can't authenticate to a private server [#6871](https://github.com/ruby/rubygems/pull/6871)
|
|
916
|
+
- Don't fallback to old dependency API when bad credentials are configured [#6869](https://github.com/ruby/rubygems/pull/6869)
|
|
755
917
|
|
|
756
918
|
### Bug fixes:
|
|
757
919
|
|
|
758
|
-
- Fix git source conservativeness [#6850](https://github.com/
|
|
920
|
+
- Fix git source conservativeness [#6850](https://github.com/ruby/rubygems/pull/6850)
|
|
759
921
|
|
|
760
922
|
### Documentation:
|
|
761
923
|
|
|
762
|
-
- Clarify that `bundle info` takes a gem name [#6875](https://github.com/
|
|
924
|
+
- Clarify that `bundle info` takes a gem name [#6875](https://github.com/ruby/rubygems/pull/6875)
|
|
763
925
|
|
|
764
926
|
## 2.4.18 (2023-08-02)
|
|
765
927
|
|
|
766
928
|
### Security:
|
|
767
929
|
|
|
768
|
-
- Merge URI-0.12.2 for Bundler [#6779](https://github.com/
|
|
930
|
+
- Merge URI-0.12.2 for Bundler [#6779](https://github.com/ruby/rubygems/pull/6779)
|
|
769
931
|
|
|
770
932
|
### Enhancements:
|
|
771
933
|
|
|
772
|
-
- Update Magnus version in Rust extension gem template [#6843](https://github.com/
|
|
934
|
+
- Update Magnus version in Rust extension gem template [#6843](https://github.com/ruby/rubygems/pull/6843)
|
|
773
935
|
|
|
774
936
|
### Documentation:
|
|
775
937
|
|
|
776
|
-
- Update bundle-outdated(1) man to use table output [#6833](https://github.com/
|
|
938
|
+
- Update bundle-outdated(1) man to use table output [#6833](https://github.com/ruby/rubygems/pull/6833)
|
|
777
939
|
|
|
778
940
|
## 2.4.17 (2023-07-14)
|
|
779
941
|
|
|
780
942
|
### Enhancements:
|
|
781
943
|
|
|
782
|
-
- Avoid printing "Using ..." messages when version has not changed [#6804](https://github.com/
|
|
944
|
+
- Avoid printing "Using ..." messages when version has not changed [#6804](https://github.com/ruby/rubygems/pull/6804)
|
|
783
945
|
|
|
784
946
|
### Bug fixes:
|
|
785
947
|
|
|
786
|
-
- Fix `bundler/setup` unintendedly writing to the filesystem [#6814](https://github.com/
|
|
948
|
+
- Fix `bundler/setup` unintendedly writing to the filesystem [#6814](https://github.com/ruby/rubygems/pull/6814)
|
|
787
949
|
|
|
788
950
|
## 2.4.16 (2023-07-10)
|
|
789
951
|
|
|
790
952
|
### Bug fixes:
|
|
791
953
|
|
|
792
|
-
- Exclude Bundler from missing locked dependencies check [#6792](https://github.com/
|
|
793
|
-
- Fix another incorrect removal of "ruby" platform from lockfile when changing path sources [#6784](https://github.com/
|
|
794
|
-
- Fix git source lockfile instability [#6786](https://github.com/
|
|
954
|
+
- Exclude Bundler from missing locked dependencies check [#6792](https://github.com/ruby/rubygems/pull/6792)
|
|
955
|
+
- Fix another incorrect removal of "ruby" platform from lockfile when changing path sources [#6784](https://github.com/ruby/rubygems/pull/6784)
|
|
956
|
+
- Fix git source lockfile instability [#6786](https://github.com/ruby/rubygems/pull/6786)
|
|
795
957
|
|
|
796
958
|
### Documentation:
|
|
797
959
|
|
|
798
|
-
- `gemfile.5`: Code format the default glob to escape Markdown [#6790](https://github.com/
|
|
960
|
+
- `gemfile.5`: Code format the default glob to escape Markdown [#6790](https://github.com/ruby/rubygems/pull/6790)
|
|
799
961
|
|
|
800
962
|
## 2.4.15 (2023-06-29)
|
|
801
963
|
|
|
802
964
|
### Enhancements:
|
|
803
965
|
|
|
804
|
-
- Improve edge case error message [#6733](https://github.com/
|
|
966
|
+
- Improve edge case error message [#6733](https://github.com/ruby/rubygems/pull/6733)
|
|
805
967
|
|
|
806
968
|
### Bug fixes:
|
|
807
969
|
|
|
808
|
-
- Fix `bundle lock --update --bundler` [#6213](https://github.com/
|
|
970
|
+
- Fix `bundle lock --update --bundler` [#6213](https://github.com/ruby/rubygems/pull/6213)
|
|
809
971
|
|
|
810
972
|
## 2.4.14 (2023-06-12)
|
|
811
973
|
|
|
812
974
|
### Enhancements:
|
|
813
975
|
|
|
814
|
-
- Stop publishing Gemfile in default gem template [#6723](https://github.com/
|
|
815
|
-
- Avoid infinite loops when hitting resolution bugs [#6722](https://github.com/
|
|
816
|
-
- Make `LockfileParser` usable with just a lockfile [#6694](https://github.com/
|
|
817
|
-
- Always rely on `$LOAD_PATH` when jumping from `exe/` to `lib/` [#6702](https://github.com/
|
|
818
|
-
- Make `frozen` setting take precedence over `deployment` setting [#6685](https://github.com/
|
|
819
|
-
- Show an error when trying to update bundler in frozen mode [#6684](https://github.com/
|
|
976
|
+
- Stop publishing Gemfile in default gem template [#6723](https://github.com/ruby/rubygems/pull/6723)
|
|
977
|
+
- Avoid infinite loops when hitting resolution bugs [#6722](https://github.com/ruby/rubygems/pull/6722)
|
|
978
|
+
- Make `LockfileParser` usable with just a lockfile [#6694](https://github.com/ruby/rubygems/pull/6694)
|
|
979
|
+
- Always rely on `$LOAD_PATH` when jumping from `exe/` to `lib/` [#6702](https://github.com/ruby/rubygems/pull/6702)
|
|
980
|
+
- Make `frozen` setting take precedence over `deployment` setting [#6685](https://github.com/ruby/rubygems/pull/6685)
|
|
981
|
+
- Show an error when trying to update bundler in frozen mode [#6684](https://github.com/ruby/rubygems/pull/6684)
|
|
820
982
|
|
|
821
983
|
### Bug fixes:
|
|
822
984
|
|
|
823
|
-
- Fix `deployment` vs `path` precedence [#6703](https://github.com/
|
|
824
|
-
- Fix inline mode with multiple sources [#6699](https://github.com/
|
|
985
|
+
- Fix `deployment` vs `path` precedence [#6703](https://github.com/ruby/rubygems/pull/6703)
|
|
986
|
+
- Fix inline mode with multiple sources [#6699](https://github.com/ruby/rubygems/pull/6699)
|
|
825
987
|
|
|
826
988
|
## 2.4.13 (2023-05-09)
|
|
827
989
|
|
|
828
990
|
### Bug fixes:
|
|
829
991
|
|
|
830
|
-
- Fix unexpected fallbacks to full index by adding FalseClass and Time to the SafeMarshal list [#6655](https://github.com/
|
|
992
|
+
- Fix unexpected fallbacks to full index by adding FalseClass and Time to the SafeMarshal list [#6655](https://github.com/ruby/rubygems/pull/6655)
|
|
831
993
|
|
|
832
994
|
### Documentation:
|
|
833
995
|
|
|
834
|
-
- Fix broken hyperlinks in bundle cache documentation [#6606](https://github.com/
|
|
996
|
+
- Fix broken hyperlinks in bundle cache documentation [#6606](https://github.com/ruby/rubygems/pull/6606)
|
|
835
997
|
|
|
836
998
|
## 2.4.12 (2023-04-11)
|
|
837
999
|
|
|
838
1000
|
### Enhancements:
|
|
839
1001
|
|
|
840
|
-
- Remove reference to `pry` gem from generated `bin/console` file [#6515](https://github.com/
|
|
1002
|
+
- Remove reference to `pry` gem from generated `bin/console` file [#6515](https://github.com/ruby/rubygems/pull/6515)
|
|
841
1003
|
|
|
842
1004
|
## 2.4.11 (2023-04-10)
|
|
843
1005
|
|
|
844
1006
|
### Security:
|
|
845
1007
|
|
|
846
|
-
- Use URI-0.12.1 (safe against CVE-2023-28755 ReDoS vulnerability) [#6558](https://github.com/
|
|
1008
|
+
- Use URI-0.12.1 (safe against CVE-2023-28755 ReDoS vulnerability) [#6558](https://github.com/ruby/rubygems/pull/6558)
|
|
847
1009
|
|
|
848
1010
|
### Enhancements:
|
|
849
1011
|
|
|
850
|
-
- Remove one fallback to full indexes on big gemfiles [#6578](https://github.com/
|
|
851
|
-
- Generate native gems with `-fvisibility=hidden` [#6541](https://github.com/
|
|
1012
|
+
- Remove one fallback to full indexes on big gemfiles [#6578](https://github.com/ruby/rubygems/pull/6578)
|
|
1013
|
+
- Generate native gems with `-fvisibility=hidden` [#6541](https://github.com/ruby/rubygems/pull/6541)
|
|
852
1014
|
|
|
853
1015
|
### Bug fixes:
|
|
854
1016
|
|
|
855
|
-
- Fix resolver hangs when dealing with an incomplete lockfile [#6552](https://github.com/
|
|
856
|
-
- Fix prereleases not being considered by gem version promoter when there's no lockfile [#6537](https://github.com/
|
|
1017
|
+
- Fix resolver hangs when dealing with an incomplete lockfile [#6552](https://github.com/ruby/rubygems/pull/6552)
|
|
1018
|
+
- Fix prereleases not being considered by gem version promoter when there's no lockfile [#6537](https://github.com/ruby/rubygems/pull/6537)
|
|
857
1019
|
|
|
858
1020
|
## 2.4.10 (2023-03-27)
|
|
859
1021
|
|
|
860
1022
|
### Bug fixes:
|
|
861
1023
|
|
|
862
|
-
- Fix some unnecessary top level dependency downgrades [#6535](https://github.com/
|
|
863
|
-
- Fix incorrect ruby platform removal from lockfile when adding Gemfile dependencies [#6540](https://github.com/
|
|
864
|
-
- Fix installing plugins in frozen mode [#6543](https://github.com/
|
|
865
|
-
- Restore "enumerability" of `SpecSet` [#6532](https://github.com/
|
|
1024
|
+
- Fix some unnecessary top level dependency downgrades [#6535](https://github.com/ruby/rubygems/pull/6535)
|
|
1025
|
+
- Fix incorrect ruby platform removal from lockfile when adding Gemfile dependencies [#6540](https://github.com/ruby/rubygems/pull/6540)
|
|
1026
|
+
- Fix installing plugins in frozen mode [#6543](https://github.com/ruby/rubygems/pull/6543)
|
|
1027
|
+
- Restore "enumerability" of `SpecSet` [#6532](https://github.com/ruby/rubygems/pull/6532)
|
|
866
1028
|
|
|
867
1029
|
## 2.4.9 (2023-03-20)
|
|
868
1030
|
|
|
869
1031
|
### Security:
|
|
870
1032
|
|
|
871
|
-
- Don't recommend `--full-index` on errors [#6493](https://github.com/
|
|
1033
|
+
- Don't recommend `--full-index` on errors [#6493](https://github.com/ruby/rubygems/pull/6493)
|
|
872
1034
|
|
|
873
1035
|
### Enhancements:
|
|
874
1036
|
|
|
875
|
-
- Fix duplicated specs in some error messages [#6475](https://github.com/
|
|
876
|
-
- When running `bundle lock --update <name>`, checkout locked revision of unrelated git sources directly [#6459](https://github.com/
|
|
877
|
-
- Avoid expiring git sources when unnecessary [#6458](https://github.com/
|
|
878
|
-
- Use `RbSys::ExtensionTask` when creating new rust gems [#6352](https://github.com/
|
|
879
|
-
- Don't ignore pre-releases when there's only one candidate [#6441](https://github.com/
|
|
1037
|
+
- Fix duplicated specs in some error messages [#6475](https://github.com/ruby/rubygems/pull/6475)
|
|
1038
|
+
- When running `bundle lock --update <name>`, checkout locked revision of unrelated git sources directly [#6459](https://github.com/ruby/rubygems/pull/6459)
|
|
1039
|
+
- Avoid expiring git sources when unnecessary [#6458](https://github.com/ruby/rubygems/pull/6458)
|
|
1040
|
+
- Use `RbSys::ExtensionTask` when creating new rust gems [#6352](https://github.com/ruby/rubygems/pull/6352)
|
|
1041
|
+
- Don't ignore pre-releases when there's only one candidate [#6441](https://github.com/ruby/rubygems/pull/6441)
|
|
880
1042
|
|
|
881
1043
|
### Bug fixes:
|
|
882
1044
|
|
|
883
|
-
- Fix incorrect removal of ruby platform when auto-healing corrupted lockfiles [#6495](https://github.com/
|
|
884
|
-
- Don't consider platform specific candidates when `force_ruby_platform` set [#6442](https://github.com/
|
|
885
|
-
- Better deal with circular dependencies [#6330](https://github.com/
|
|
1045
|
+
- Fix incorrect removal of ruby platform when auto-healing corrupted lockfiles [#6495](https://github.com/ruby/rubygems/pull/6495)
|
|
1046
|
+
- Don't consider platform specific candidates when `force_ruby_platform` set [#6442](https://github.com/ruby/rubygems/pull/6442)
|
|
1047
|
+
- Better deal with circular dependencies [#6330](https://github.com/ruby/rubygems/pull/6330)
|
|
886
1048
|
|
|
887
1049
|
### Documentation:
|
|
888
1050
|
|
|
889
|
-
- Add debugging docs [#6387](https://github.com/
|
|
890
|
-
- Document our current release policy [#6450](https://github.com/
|
|
1051
|
+
- Add debugging docs [#6387](https://github.com/ruby/rubygems/pull/6387)
|
|
1052
|
+
- Document our current release policy [#6450](https://github.com/ruby/rubygems/pull/6450)
|
|
891
1053
|
|
|
892
1054
|
## 2.4.8 (2023-03-08)
|
|
893
1055
|
|
|
894
1056
|
### Security:
|
|
895
1057
|
|
|
896
|
-
- Safe load all marshaled data [#6384](https://github.com/
|
|
1058
|
+
- Safe load all marshaled data [#6384](https://github.com/ruby/rubygems/pull/6384)
|
|
897
1059
|
|
|
898
1060
|
### Enhancements:
|
|
899
1061
|
|
|
900
|
-
- Better suggestion when `bundler/setup` fails due to missing gems and Gemfile is not the default [#6428](https://github.com/
|
|
901
|
-
- Simplify the gem package file filter in the gemspec template [#6344](https://github.com/
|
|
902
|
-
- Auto-heal corrupted `Gemfile.lock` with no specs [#6423](https://github.com/
|
|
903
|
-
- Auto-heal on corrupted lockfile with missing deps [#6400](https://github.com/
|
|
904
|
-
- Give a better message when Gemfile branch does not exist [#6383](https://github.com/
|
|
1062
|
+
- Better suggestion when `bundler/setup` fails due to missing gems and Gemfile is not the default [#6428](https://github.com/ruby/rubygems/pull/6428)
|
|
1063
|
+
- Simplify the gem package file filter in the gemspec template [#6344](https://github.com/ruby/rubygems/pull/6344)
|
|
1064
|
+
- Auto-heal corrupted `Gemfile.lock` with no specs [#6423](https://github.com/ruby/rubygems/pull/6423)
|
|
1065
|
+
- Auto-heal on corrupted lockfile with missing deps [#6400](https://github.com/ruby/rubygems/pull/6400)
|
|
1066
|
+
- Give a better message when Gemfile branch does not exist [#6383](https://github.com/ruby/rubygems/pull/6383)
|
|
905
1067
|
|
|
906
1068
|
### Bug fixes:
|
|
907
1069
|
|
|
908
|
-
- Respect --no-install option for git: sources [#6088](https://github.com/
|
|
909
|
-
- Fix `gems.rb` lockfile for bundler version lookup in template [#6413](https://github.com/
|
|
1070
|
+
- Respect --no-install option for git: sources [#6088](https://github.com/ruby/rubygems/pull/6088)
|
|
1071
|
+
- Fix `gems.rb` lockfile for bundler version lookup in template [#6413](https://github.com/ruby/rubygems/pull/6413)
|
|
910
1072
|
|
|
911
1073
|
### Documentation:
|
|
912
1074
|
|
|
913
|
-
- Switch supporting explanations to all Ruby Central [#6419](https://github.com/
|
|
1075
|
+
- Switch supporting explanations to all Ruby Central [#6419](https://github.com/ruby/rubygems/pull/6419)
|
|
914
1076
|
|
|
915
1077
|
## 2.4.7 (2023-02-15)
|
|
916
1078
|
|
|
917
1079
|
### Enhancements:
|
|
918
1080
|
|
|
919
|
-
- Add `--gemfile` flag to `bundle init` to configure gemfile name to generate [#6046](https://github.com/
|
|
920
|
-
- Improve solve failure explanations by using better wording [#6366](https://github.com/
|
|
921
|
-
- Restore better error message when locked ref does not exist [#6356](https://github.com/
|
|
922
|
-
- Avoid crashing when installing from a corrupted lockfile [#6355](https://github.com/
|
|
923
|
-
- Improve wording of unmet dependencies warning [#6357](https://github.com/
|
|
924
|
-
- Add Ruby 3.2 and 3.3 platforms to Gemfile DSL [#6346](https://github.com/
|
|
1081
|
+
- Add `--gemfile` flag to `bundle init` to configure gemfile name to generate [#6046](https://github.com/ruby/rubygems/pull/6046)
|
|
1082
|
+
- Improve solve failure explanations by using better wording [#6366](https://github.com/ruby/rubygems/pull/6366)
|
|
1083
|
+
- Restore better error message when locked ref does not exist [#6356](https://github.com/ruby/rubygems/pull/6356)
|
|
1084
|
+
- Avoid crashing when installing from a corrupted lockfile [#6355](https://github.com/ruby/rubygems/pull/6355)
|
|
1085
|
+
- Improve wording of unmet dependencies warning [#6357](https://github.com/ruby/rubygems/pull/6357)
|
|
1086
|
+
- Add Ruby 3.2 and 3.3 platforms to Gemfile DSL [#6346](https://github.com/ruby/rubygems/pull/6346)
|
|
925
1087
|
|
|
926
1088
|
### Bug fixes:
|
|
927
1089
|
|
|
928
|
-
- Fix crash in pub grub involving empty ranges [#6365](https://github.com/
|
|
929
|
-
- Make gemspec file generated by `bundle gem` properly exclude itself from packaged gem [#6339](https://github.com/
|
|
930
|
-
- Preserve relative path sources in standalone setup [#6327](https://github.com/
|
|
1090
|
+
- Fix crash in pub grub involving empty ranges [#6365](https://github.com/ruby/rubygems/pull/6365)
|
|
1091
|
+
- Make gemspec file generated by `bundle gem` properly exclude itself from packaged gem [#6339](https://github.com/ruby/rubygems/pull/6339)
|
|
1092
|
+
- Preserve relative path sources in standalone setup [#6327](https://github.com/ruby/rubygems/pull/6327)
|
|
931
1093
|
|
|
932
1094
|
## 2.4.6 (2023-01-31)
|
|
933
1095
|
|
|
934
1096
|
### Enhancements:
|
|
935
1097
|
|
|
936
|
-
- Don't warn on `bundle binstubs --standalone --all` [#6312](https://github.com/
|
|
1098
|
+
- Don't warn on `bundle binstubs --standalone --all` [#6312](https://github.com/ruby/rubygems/pull/6312)
|
|
937
1099
|
|
|
938
1100
|
### Bug fixes:
|
|
939
1101
|
|
|
940
|
-
- Don't undo require decorations made by other gems [#6308](https://github.com/
|
|
941
|
-
- Fix `bundler/inline` not properly installing gems with extensions when used more than once [#6306](https://github.com/
|
|
942
|
-
- Fix `bundler/inline` not skipping installation when gems already there, when used more than once [#6305](https://github.com/
|
|
1102
|
+
- Don't undo require decorations made by other gems [#6308](https://github.com/ruby/rubygems/pull/6308)
|
|
1103
|
+
- Fix `bundler/inline` not properly installing gems with extensions when used more than once [#6306](https://github.com/ruby/rubygems/pull/6306)
|
|
1104
|
+
- Fix `bundler/inline` not skipping installation when gems already there, when used more than once [#6305](https://github.com/ruby/rubygems/pull/6305)
|
|
943
1105
|
|
|
944
1106
|
## 2.4.5 (2023-01-21)
|
|
945
1107
|
|
|
946
1108
|
### Bug fixes:
|
|
947
1109
|
|
|
948
|
-
- Fix `bundler/inline` not resolving properly if gems not preinstalled [#6282](https://github.com/
|
|
949
|
-
- Fix packages for external platforms being introduced in lockfile when Bundler retries resolution [#6285](https://github.com/
|
|
1110
|
+
- Fix `bundler/inline` not resolving properly if gems not preinstalled [#6282](https://github.com/ruby/rubygems/pull/6282)
|
|
1111
|
+
- Fix packages for external platforms being introduced in lockfile when Bundler retries resolution [#6285](https://github.com/ruby/rubygems/pull/6285)
|
|
950
1112
|
|
|
951
1113
|
### Documentation:
|
|
952
1114
|
|
|
953
|
-
- Update bundle-exec man page to not use deprecated `Bundler.with_clean_env` [#6284](https://github.com/
|
|
1115
|
+
- Update bundle-exec man page to not use deprecated `Bundler.with_clean_env` [#6284](https://github.com/ruby/rubygems/pull/6284)
|
|
954
1116
|
|
|
955
1117
|
## 2.4.4 (2023-01-16)
|
|
956
1118
|
|
|
957
1119
|
### Bug fixes:
|
|
958
1120
|
|
|
959
|
-
- Fix platform specific gems removed from the lockfile [#6266](https://github.com/
|
|
960
|
-
- Properly handle incompatibilities on platform specific gems [#6270](https://github.com/
|
|
961
|
-
- Optimistically exclude prereleases from initial resolution [#6246](https://github.com/
|
|
962
|
-
- Fix another case of not properly falling back to ruby variant when materializing [#6261](https://github.com/
|
|
963
|
-
- Skip setting `BUNDLER_SETUP` on Ruby 2.6 [#6252](https://github.com/
|
|
964
|
-
- Let resolver deal with legacy gems with equivalent version and different dependencies [#6219](https://github.com/
|
|
1121
|
+
- Fix platform specific gems removed from the lockfile [#6266](https://github.com/ruby/rubygems/pull/6266)
|
|
1122
|
+
- Properly handle incompatibilities on platform specific gems [#6270](https://github.com/ruby/rubygems/pull/6270)
|
|
1123
|
+
- Optimistically exclude prereleases from initial resolution [#6246](https://github.com/ruby/rubygems/pull/6246)
|
|
1124
|
+
- Fix another case of not properly falling back to ruby variant when materializing [#6261](https://github.com/ruby/rubygems/pull/6261)
|
|
1125
|
+
- Skip setting `BUNDLER_SETUP` on Ruby 2.6 [#6252](https://github.com/ruby/rubygems/pull/6252)
|
|
1126
|
+
- Let resolver deal with legacy gems with equivalent version and different dependencies [#6219](https://github.com/ruby/rubygems/pull/6219)
|
|
965
1127
|
|
|
966
1128
|
## 2.4.3 (2023-01-06)
|
|
967
1129
|
|
|
968
1130
|
### Enhancements:
|
|
969
1131
|
|
|
970
|
-
- Enhance `bundle open` command to allow opening subdir/file of gem [#6146](https://github.com/
|
|
1132
|
+
- Enhance `bundle open` command to allow opening subdir/file of gem [#6146](https://github.com/ruby/rubygems/pull/6146)
|
|
971
1133
|
|
|
972
1134
|
### Bug fixes:
|
|
973
1135
|
|
|
974
|
-
- Fix pointing GitHub sources to PRs [#6241](https://github.com/
|
|
975
|
-
- Fix version ranges incorrectly handling platforms [#6240](https://github.com/
|
|
976
|
-
- Cleanup unnecessary gems when removing lockfile platforms [#6234](https://github.com/
|
|
977
|
-
- When auto-removing RUBY platform don't add specific platform if not needed [#6233](https://github.com/
|
|
978
|
-
- Fallback to selecting installable candidates if possible when materializing specs [#6225](https://github.com/
|
|
1136
|
+
- Fix pointing GitHub sources to PRs [#6241](https://github.com/ruby/rubygems/pull/6241)
|
|
1137
|
+
- Fix version ranges incorrectly handling platforms [#6240](https://github.com/ruby/rubygems/pull/6240)
|
|
1138
|
+
- Cleanup unnecessary gems when removing lockfile platforms [#6234](https://github.com/ruby/rubygems/pull/6234)
|
|
1139
|
+
- When auto-removing RUBY platform don't add specific platform if not needed [#6233](https://github.com/ruby/rubygems/pull/6233)
|
|
1140
|
+
- Fallback to selecting installable candidates if possible when materializing specs [#6225](https://github.com/ruby/rubygems/pull/6225)
|
|
979
1141
|
|
|
980
1142
|
### Documentation:
|
|
981
1143
|
|
|
982
|
-
- Fix several typos [#6224](https://github.com/
|
|
1144
|
+
- Fix several typos [#6224](https://github.com/ruby/rubygems/pull/6224)
|
|
983
1145
|
|
|
984
1146
|
## 2.4.2 (2023-01-01)
|
|
985
1147
|
|
|
986
1148
|
### Performance:
|
|
987
1149
|
|
|
988
|
-
- Speed up resolution by properly merging incompatibility ranges [#6215](https://github.com/
|
|
1150
|
+
- Speed up resolution by properly merging incompatibility ranges [#6215](https://github.com/ruby/rubygems/pull/6215)
|
|
989
1151
|
|
|
990
1152
|
### Documentation:
|
|
991
1153
|
|
|
992
|
-
- Remove stray word in `bundle config` man page [#6220](https://github.com/
|
|
1154
|
+
- Remove stray word in `bundle config` man page [#6220](https://github.com/ruby/rubygems/pull/6220)
|
|
993
1155
|
|
|
994
1156
|
## 2.4.1 (2022-12-24)
|
|
995
1157
|
|
|
996
1158
|
### Enhancements:
|
|
997
1159
|
|
|
998
|
-
- Allow Bundler to run on old RubyGems + Ruby 2.7 without warnings [#6187](https://github.com/
|
|
1160
|
+
- Allow Bundler to run on old RubyGems + Ruby 2.7 without warnings [#6187](https://github.com/ruby/rubygems/pull/6187)
|
|
999
1161
|
|
|
1000
1162
|
### Bug fixes:
|
|
1001
1163
|
|
|
1002
|
-
- Fix dependencies scoped to other platforms making resolver fail [#6189](https://github.com/
|
|
1003
|
-
- Restore annotated git tag support [#6186](https://github.com/
|
|
1164
|
+
- Fix dependencies scoped to other platforms making resolver fail [#6189](https://github.com/ruby/rubygems/pull/6189)
|
|
1165
|
+
- Restore annotated git tag support [#6186](https://github.com/ruby/rubygems/pull/6186)
|
|
1004
1166
|
|
|
1005
1167
|
## 2.4.0 (2022-12-24)
|
|
1006
1168
|
|
|
1007
1169
|
### Security:
|
|
1008
1170
|
|
|
1009
|
-
- In README generated by `bundle gem`, do not fill rubygems.org install commands with the gem name automatically [#6093](https://github.com/
|
|
1010
|
-
- Use safe Marshal deserialization for dependency API response [#6141](https://github.com/
|
|
1171
|
+
- In README generated by `bundle gem`, do not fill rubygems.org install commands with the gem name automatically [#6093](https://github.com/ruby/rubygems/pull/6093)
|
|
1172
|
+
- Use safe Marshal deserialization for dependency API response [#6141](https://github.com/ruby/rubygems/pull/6141)
|
|
1011
1173
|
|
|
1012
1174
|
### Breaking changes:
|
|
1013
1175
|
|
|
1014
|
-
- Remove Travis CI from gem skeleton [#6150](https://github.com/
|
|
1015
|
-
- Drop support for Ruby 2.3, 2.4, 2.5 and RubyGems 2.5, 2.6, 2.7 [#6107](https://github.com/
|
|
1016
|
-
- Completely remove "auto-sudo" feature [#5888](https://github.com/
|
|
1176
|
+
- Remove Travis CI from gem skeleton [#6150](https://github.com/ruby/rubygems/pull/6150)
|
|
1177
|
+
- Drop support for Ruby 2.3, 2.4, 2.5 and RubyGems 2.5, 2.6, 2.7 [#6107](https://github.com/ruby/rubygems/pull/6107)
|
|
1178
|
+
- Completely remove "auto-sudo" feature [#5888](https://github.com/ruby/rubygems/pull/5888)
|
|
1017
1179
|
|
|
1018
1180
|
### Deprecations:
|
|
1019
1181
|
|
|
1020
|
-
- Turn `--ext` option of `bundle gem` into string. Deprecate usage without explicit value [#6144](https://github.com/
|
|
1182
|
+
- Turn `--ext` option of `bundle gem` into string. Deprecate usage without explicit value [#6144](https://github.com/ruby/rubygems/pull/6144)
|
|
1021
1183
|
|
|
1022
1184
|
### Features:
|
|
1023
1185
|
|
|
1024
|
-
- Add `--ext=rust` support to `bundle gem` for creating simple gems with Rust extensions [#6149](https://github.com/
|
|
1025
|
-
- Migrate our resolver engine to PubGrub [#5960](https://github.com/
|
|
1186
|
+
- Add `--ext=rust` support to `bundle gem` for creating simple gems with Rust extensions [#6149](https://github.com/ruby/rubygems/pull/6149)
|
|
1187
|
+
- Migrate our resolver engine to PubGrub [#5960](https://github.com/ruby/rubygems/pull/5960)
|
|
1026
1188
|
|
|
1027
1189
|
### Performance:
|
|
1028
1190
|
|
|
1029
|
-
- Make cloning git repos faster [#4475](https://github.com/
|
|
1191
|
+
- Make cloning git repos faster [#4475](https://github.com/ruby/rubygems/pull/4475)
|
|
1030
1192
|
|
|
1031
1193
|
### Enhancements:
|
|
1032
1194
|
|
|
1033
|
-
- Add `bundle lock --update --bundler` [#6134](https://github.com/
|
|
1034
|
-
- Support for pre flag in `bundle update`/`bundle lock` [#5258](https://github.com/
|
|
1035
|
-
- Improve error message when changing Gemfile to a mistyped git ref [#6130](https://github.com/
|
|
1036
|
-
- Remove special handling of some `LoadError` and `NoMethodError` [#6115](https://github.com/
|
|
1195
|
+
- Add `bundle lock --update --bundler` [#6134](https://github.com/ruby/rubygems/pull/6134)
|
|
1196
|
+
- Support for pre flag in `bundle update`/`bundle lock` [#5258](https://github.com/ruby/rubygems/pull/5258)
|
|
1197
|
+
- Improve error message when changing Gemfile to a mistyped git ref [#6130](https://github.com/ruby/rubygems/pull/6130)
|
|
1198
|
+
- Remove special handling of some `LoadError` and `NoMethodError` [#6115](https://github.com/ruby/rubygems/pull/6115)
|
|
1037
1199
|
|
|
1038
1200
|
### Bug fixes:
|
|
1039
1201
|
|
|
1040
|
-
- Don't unlock dependencies of a gemspec when its version changes [#6184](https://github.com/
|
|
1041
|
-
- Fix platform specific version for libv8-node and other allowlisted gems not being chosen in Truffleruby [#6169](https://github.com/
|
|
1042
|
-
- Fix `bundle outdated` with both `--groups` and `--parseable` flags [#6148](https://github.com/
|
|
1043
|
-
- Auto-heal lockfile when it's missing specs [#6132](https://github.com/
|
|
1044
|
-
- Fix unintentional downgrades when gemspec DSL is used [#6131](https://github.com/
|
|
1045
|
-
- Fix display of previous gem version when previously downloaded already [#6110](https://github.com/
|
|
1046
|
-
- Fix hang when a lockfile gem does not resolve on the current platform [#6070](https://github.com/
|
|
1202
|
+
- Don't unlock dependencies of a gemspec when its version changes [#6184](https://github.com/ruby/rubygems/pull/6184)
|
|
1203
|
+
- Fix platform specific version for libv8-node and other allowlisted gems not being chosen in Truffleruby [#6169](https://github.com/ruby/rubygems/pull/6169)
|
|
1204
|
+
- Fix `bundle outdated` with both `--groups` and `--parseable` flags [#6148](https://github.com/ruby/rubygems/pull/6148)
|
|
1205
|
+
- Auto-heal lockfile when it's missing specs [#6132](https://github.com/ruby/rubygems/pull/6132)
|
|
1206
|
+
- Fix unintentional downgrades when gemspec DSL is used [#6131](https://github.com/ruby/rubygems/pull/6131)
|
|
1207
|
+
- Fix display of previous gem version when previously downloaded already [#6110](https://github.com/ruby/rubygems/pull/6110)
|
|
1208
|
+
- Fix hang when a lockfile gem does not resolve on the current platform [#6070](https://github.com/ruby/rubygems/pull/6070)
|
|
1047
1209
|
|
|
1048
1210
|
### Documentation:
|
|
1049
1211
|
|
|
1050
|
-
- Improve Bundler setup docs for development [#6154](https://github.com/
|
|
1051
|
-
- Fx link in bundle-platform man page [#6071](https://github.com/
|
|
1212
|
+
- Improve Bundler setup docs for development [#6154](https://github.com/ruby/rubygems/pull/6154)
|
|
1213
|
+
- Fx link in bundle-platform man page [#6071](https://github.com/ruby/rubygems/pull/6071)
|
|
1052
1214
|
|
|
1053
1215
|
## 2.3.26 (2022-11-16)
|
|
1054
1216
|
|
|
1055
1217
|
### Enhancements:
|
|
1056
1218
|
|
|
1057
|
-
- Map 'universal' to the real arch in Bundler for prebuilt gem selection [#5978](https://github.com/
|
|
1219
|
+
- Map 'universal' to the real arch in Bundler for prebuilt gem selection [#5978](https://github.com/ruby/rubygems/pull/5978)
|
|
1058
1220
|
|
|
1059
1221
|
### Documentation:
|
|
1060
1222
|
|
|
1061
|
-
- Fix '--force' option documentation of 'bundle clean' [#6050](https://github.com/
|
|
1223
|
+
- Fix '--force' option documentation of 'bundle clean' [#6050](https://github.com/ruby/rubygems/pull/6050)
|
|
1062
1224
|
|
|
1063
1225
|
## 2.3.25 (2022-11-02)
|
|
1064
1226
|
|
|
1065
1227
|
### Bug fixes:
|
|
1066
1228
|
|
|
1067
|
-
- Properly sort specs when materializing [#6015](https://github.com/
|
|
1068
|
-
- Fix bad unfreeze recommendation [#6013](https://github.com/
|
|
1229
|
+
- Properly sort specs when materializing [#6015](https://github.com/ruby/rubygems/pull/6015)
|
|
1230
|
+
- Fix bad unfreeze recommendation [#6013](https://github.com/ruby/rubygems/pull/6013)
|
|
1069
1231
|
|
|
1070
1232
|
### Documentation:
|
|
1071
1233
|
|
|
1072
|
-
- Bring docs for gemfile(5) manpage up to date [#6007](https://github.com/
|
|
1073
|
-
- Fix `github` DSL docs to mention they use https protocol over git under the hood [#5993](https://github.com/
|
|
1234
|
+
- Bring docs for gemfile(5) manpage up to date [#6007](https://github.com/ruby/rubygems/pull/6007)
|
|
1235
|
+
- Fix `github` DSL docs to mention they use https protocol over git under the hood [#5993](https://github.com/ruby/rubygems/pull/5993)
|
|
1074
1236
|
|
|
1075
1237
|
## 2.3.24 (2022-10-17)
|
|
1076
1238
|
|
|
1077
1239
|
### Enhancements:
|
|
1078
1240
|
|
|
1079
|
-
- Only add extra resolver spec group for Ruby platform when needed [#5698](https://github.com/
|
|
1080
|
-
- Fix little UI issue when bundler shows duplicated gems in a list [#5965](https://github.com/
|
|
1241
|
+
- Only add extra resolver spec group for Ruby platform when needed [#5698](https://github.com/ruby/rubygems/pull/5698)
|
|
1242
|
+
- Fix little UI issue when bundler shows duplicated gems in a list [#5965](https://github.com/ruby/rubygems/pull/5965)
|
|
1081
1243
|
|
|
1082
1244
|
### Bug fixes:
|
|
1083
1245
|
|
|
1084
|
-
- Fix incorrect materialization on Windows [#5975](https://github.com/
|
|
1246
|
+
- Fix incorrect materialization on Windows [#5975](https://github.com/ruby/rubygems/pull/5975)
|
|
1085
1247
|
|
|
1086
1248
|
## 2.3.23 (2022-10-05)
|
|
1087
1249
|
|
|
1088
1250
|
### Enhancements:
|
|
1089
1251
|
|
|
1090
|
-
- Update GitLab CI template with new one [#5944](https://github.com/
|
|
1252
|
+
- Update GitLab CI template with new one [#5944](https://github.com/ruby/rubygems/pull/5944)
|
|
1091
1253
|
|
|
1092
1254
|
### Bug fixes:
|
|
1093
1255
|
|
|
1094
|
-
- Fix `bundle init` not respecting umask in generated gem's Gemfile [#5947](https://github.com/
|
|
1256
|
+
- Fix `bundle init` not respecting umask in generated gem's Gemfile [#5947](https://github.com/ruby/rubygems/pull/5947)
|
|
1095
1257
|
|
|
1096
1258
|
### Performance:
|
|
1097
1259
|
|
|
1098
|
-
- Further speed up Bundler by not sorting specs unnecessarily [#5868](https://github.com/
|
|
1260
|
+
- Further speed up Bundler by not sorting specs unnecessarily [#5868](https://github.com/ruby/rubygems/pull/5868)
|
|
1099
1261
|
|
|
1100
1262
|
### Documentation:
|
|
1101
1263
|
|
|
1102
|
-
- Update Bundler new feature instructions [#5912](https://github.com/
|
|
1264
|
+
- Update Bundler new feature instructions [#5912](https://github.com/ruby/rubygems/pull/5912)
|
|
1103
1265
|
|
|
1104
1266
|
## 2.3.22 (2022-09-07)
|
|
1105
1267
|
|
|
1106
1268
|
### Enhancements:
|
|
1107
1269
|
|
|
1108
|
-
- Use a more accurate source code uri in gemspec [#5896](https://github.com/
|
|
1109
|
-
- Support `--path` option in `bundle add` [#5897](https://github.com/
|
|
1110
|
-
- Improve lockfile dependency unlocking [#5881](https://github.com/
|
|
1111
|
-
- Add platform alias `:windows` to Gemfile DSL [#5650](https://github.com/
|
|
1112
|
-
- Make `#to_lock` consistent between `Gem::Dependency` and `Bundler::Dependency` [#5872](https://github.com/
|
|
1113
|
-
- Support marshaled index specifications with `nil` required ruby version [#5824](https://github.com/
|
|
1270
|
+
- Use a more accurate source code uri in gemspec [#5896](https://github.com/ruby/rubygems/pull/5896)
|
|
1271
|
+
- Support `--path` option in `bundle add` [#5897](https://github.com/ruby/rubygems/pull/5897)
|
|
1272
|
+
- Improve lockfile dependency unlocking [#5881](https://github.com/ruby/rubygems/pull/5881)
|
|
1273
|
+
- Add platform alias `:windows` to Gemfile DSL [#5650](https://github.com/ruby/rubygems/pull/5650)
|
|
1274
|
+
- Make `#to_lock` consistent between `Gem::Dependency` and `Bundler::Dependency` [#5872](https://github.com/ruby/rubygems/pull/5872)
|
|
1275
|
+
- Support marshaled index specifications with `nil` required ruby version [#5824](https://github.com/ruby/rubygems/pull/5824)
|
|
1114
1276
|
|
|
1115
1277
|
### Bug fixes:
|
|
1116
1278
|
|
|
1117
|
-
- Fix resolution hanging on musl platforms [#5875](https://github.com/
|
|
1118
|
-
- Fix another regression affecting the sorbet family of gems [#5874](https://github.com/
|
|
1279
|
+
- Fix resolution hanging on musl platforms [#5875](https://github.com/ruby/rubygems/pull/5875)
|
|
1280
|
+
- Fix another regression affecting the sorbet family of gems [#5874](https://github.com/ruby/rubygems/pull/5874)
|
|
1119
1281
|
|
|
1120
1282
|
### Documentation:
|
|
1121
1283
|
|
|
1122
|
-
- Introduce bundle-console(1) man [#5901](https://github.com/
|
|
1123
|
-
- Introduce bundle-version(1) man [#5895](https://github.com/
|
|
1124
|
-
- Introduce bundle-help(1) man [#5886](https://github.com/
|
|
1284
|
+
- Introduce bundle-console(1) man [#5901](https://github.com/ruby/rubygems/pull/5901)
|
|
1285
|
+
- Introduce bundle-version(1) man [#5895](https://github.com/ruby/rubygems/pull/5895)
|
|
1286
|
+
- Introduce bundle-help(1) man [#5886](https://github.com/ruby/rubygems/pull/5886)
|
|
1125
1287
|
|
|
1126
1288
|
## 2.3.21 (2022-08-24)
|
|
1127
1289
|
|
|
1128
1290
|
### Enhancements:
|
|
1129
1291
|
|
|
1130
|
-
- Backport non gnu libc linux support from RubyGems [#4488](https://github.com/
|
|
1131
|
-
- Improve `Bundler.rm_rf` error message [#5861](https://github.com/
|
|
1132
|
-
- Disallow both `--branch` and `--ref` at the same time in bundle-plugin [#5855](https://github.com/
|
|
1133
|
-
- Restore previous performance of private RubyGems servers [#5826](https://github.com/
|
|
1292
|
+
- Backport non gnu libc linux support from RubyGems [#4488](https://github.com/ruby/rubygems/pull/4488)
|
|
1293
|
+
- Improve `Bundler.rm_rf` error message [#5861](https://github.com/ruby/rubygems/pull/5861)
|
|
1294
|
+
- Disallow both `--branch` and `--ref` at the same time in bundle-plugin [#5855](https://github.com/ruby/rubygems/pull/5855)
|
|
1295
|
+
- Restore previous performance of private RubyGems servers [#5826](https://github.com/ruby/rubygems/pull/5826)
|
|
1134
1296
|
|
|
1135
1297
|
### Bug fixes:
|
|
1136
1298
|
|
|
1137
|
-
- Fix conservative update downgrading top level gems [#5847](https://github.com/
|
|
1138
|
-
- Fix edge case where `bundler/inline` unintentionally skips install [#5848](https://github.com/
|
|
1139
|
-
- Fix `bundle platform` crash when there's a lockfile with no Ruby locked [#5850](https://github.com/
|
|
1140
|
-
- Fix crash when incomplete locked specifications are found in transitive dependencies [#5840](https://github.com/
|
|
1141
|
-
- Fix Ruby platform incorrectly removed on `bundle update` [#5832](https://github.com/
|
|
1299
|
+
- Fix conservative update downgrading top level gems [#5847](https://github.com/ruby/rubygems/pull/5847)
|
|
1300
|
+
- Fix edge case where `bundler/inline` unintentionally skips install [#5848](https://github.com/ruby/rubygems/pull/5848)
|
|
1301
|
+
- Fix `bundle platform` crash when there's a lockfile with no Ruby locked [#5850](https://github.com/ruby/rubygems/pull/5850)
|
|
1302
|
+
- Fix crash when incomplete locked specifications are found in transitive dependencies [#5840](https://github.com/ruby/rubygems/pull/5840)
|
|
1303
|
+
- Fix Ruby platform incorrectly removed on `bundle update` [#5832](https://github.com/ruby/rubygems/pull/5832)
|
|
1142
1304
|
|
|
1143
1305
|
### Documentation:
|
|
1144
1306
|
|
|
1145
|
-
- Explain cancelled CLI deprecations clearly [#5864](https://github.com/
|
|
1146
|
-
- Improve `bundle config` command synopsis [#5854](https://github.com/
|
|
1147
|
-
- Introduce bundle-plugin(1) man [#5853](https://github.com/
|
|
1307
|
+
- Explain cancelled CLI deprecations clearly [#5864](https://github.com/ruby/rubygems/pull/5864)
|
|
1308
|
+
- Improve `bundle config` command synopsis [#5854](https://github.com/ruby/rubygems/pull/5854)
|
|
1309
|
+
- Introduce bundle-plugin(1) man [#5853](https://github.com/ruby/rubygems/pull/5853)
|
|
1148
1310
|
|
|
1149
1311
|
## 2.3.20 (2022-08-10)
|
|
1150
1312
|
|
|
1151
1313
|
### Enhancements:
|
|
1152
1314
|
|
|
1153
|
-
- Consistently ignore patchlevel when reporting `bundle platform --ruby` [#5793](https://github.com/
|
|
1154
|
-
- Make `--standalone` play nice with `--local` [#5762](https://github.com/
|
|
1155
|
-
- Implement `bundle install --prefer-local` [#5761](https://github.com/
|
|
1315
|
+
- Consistently ignore patchlevel when reporting `bundle platform --ruby` [#5793](https://github.com/ruby/rubygems/pull/5793)
|
|
1316
|
+
- Make `--standalone` play nice with `--local` [#5762](https://github.com/ruby/rubygems/pull/5762)
|
|
1317
|
+
- Implement `bundle install --prefer-local` [#5761](https://github.com/ruby/rubygems/pull/5761)
|
|
1156
1318
|
|
|
1157
1319
|
### Bug fixes:
|
|
1158
1320
|
|
|
1159
|
-
- Fix regression where yanked gems are now unintentionally updated when other gems are unlocked [#5812](https://github.com/
|
|
1160
|
-
- Automatically remove "ruby" from lockfile if incomplete [#5807](https://github.com/
|
|
1161
|
-
- Fix `bundle outdated --strict` showing too many outdated gems [#5798](https://github.com/
|
|
1162
|
-
- Don't discard candidates matching Ruby metadata [#5784](https://github.com/
|
|
1163
|
-
- Fix `bundle outdated` crash in debug mode [#5796](https://github.com/
|
|
1164
|
-
- Fix `ruby` DSL requirement matching for head and prerelease rubies [#5766](https://github.com/
|
|
1321
|
+
- Fix regression where yanked gems are now unintentionally updated when other gems are unlocked [#5812](https://github.com/ruby/rubygems/pull/5812)
|
|
1322
|
+
- Automatically remove "ruby" from lockfile if incomplete [#5807](https://github.com/ruby/rubygems/pull/5807)
|
|
1323
|
+
- Fix `bundle outdated --strict` showing too many outdated gems [#5798](https://github.com/ruby/rubygems/pull/5798)
|
|
1324
|
+
- Don't discard candidates matching Ruby metadata [#5784](https://github.com/ruby/rubygems/pull/5784)
|
|
1325
|
+
- Fix `bundle outdated` crash in debug mode [#5796](https://github.com/ruby/rubygems/pull/5796)
|
|
1326
|
+
- Fix `ruby` DSL requirement matching for head and prerelease rubies [#5766](https://github.com/ruby/rubygems/pull/5766)
|
|
1165
1327
|
|
|
1166
1328
|
### Documentation:
|
|
1167
1329
|
|
|
1168
|
-
- Update Bundler support policies to match what we do these days [#5813](https://github.com/
|
|
1169
|
-
- Fix arguments for bundle-config(1) docs [#5804](https://github.com/
|
|
1170
|
-
- Improve `bundle platform` man page [#5788](https://github.com/
|
|
1171
|
-
- Remove `bundle cache` from deprecated commands list, and consistently link to `bundle cache` in man pages [#5783](https://github.com/
|
|
1172
|
-
- Add package/pack aliases to man pages for cache [#5785](https://github.com/
|
|
1173
|
-
- Add deprecation notice of bundle console [#5775](https://github.com/
|
|
1330
|
+
- Update Bundler support policies to match what we do these days [#5813](https://github.com/ruby/rubygems/pull/5813)
|
|
1331
|
+
- Fix arguments for bundle-config(1) docs [#5804](https://github.com/ruby/rubygems/pull/5804)
|
|
1332
|
+
- Improve `bundle platform` man page [#5788](https://github.com/ruby/rubygems/pull/5788)
|
|
1333
|
+
- Remove `bundle cache` from deprecated commands list, and consistently link to `bundle cache` in man pages [#5783](https://github.com/ruby/rubygems/pull/5783)
|
|
1334
|
+
- Add package/pack aliases to man pages for cache [#5785](https://github.com/ruby/rubygems/pull/5785)
|
|
1335
|
+
- Add deprecation notice of bundle console [#5775](https://github.com/ruby/rubygems/pull/5775)
|
|
1174
1336
|
|
|
1175
1337
|
## 2.3.19 (2022-07-27)
|
|
1176
1338
|
|
|
1177
1339
|
### Enhancements:
|
|
1178
1340
|
|
|
1179
|
-
- Add `Bundler.settings[:only]` to install gems of the specified groups [#5759](https://github.com/
|
|
1180
|
-
- Add `ignore_funding_requests` config flag [#5767](https://github.com/
|
|
1181
|
-
- Prevent random crash when autoloading `Pathname` [#5769](https://github.com/
|
|
1182
|
-
- Don't corrupt lockfile when user moves a gem that's already in the lockfile to an incorrect source by mistake [#5070](https://github.com/
|
|
1183
|
-
- Reconcile error/warning message for multiple global sources with documentation [#5741](https://github.com/
|
|
1184
|
-
- Improve error message when gems cannot be found to include the source for each gem [#5729](https://github.com/
|
|
1341
|
+
- Add `Bundler.settings[:only]` to install gems of the specified groups [#5759](https://github.com/ruby/rubygems/pull/5759)
|
|
1342
|
+
- Add `ignore_funding_requests` config flag [#5767](https://github.com/ruby/rubygems/pull/5767)
|
|
1343
|
+
- Prevent random crash when autoloading `Pathname` [#5769](https://github.com/ruby/rubygems/pull/5769)
|
|
1344
|
+
- Don't corrupt lockfile when user moves a gem that's already in the lockfile to an incorrect source by mistake [#5070](https://github.com/ruby/rubygems/pull/5070)
|
|
1345
|
+
- Reconcile error/warning message for multiple global sources with documentation [#5741](https://github.com/ruby/rubygems/pull/5741)
|
|
1346
|
+
- Improve error message when gems cannot be found to include the source for each gem [#5729](https://github.com/ruby/rubygems/pull/5729)
|
|
1185
1347
|
|
|
1186
1348
|
### Bug fixes:
|
|
1187
1349
|
|
|
1188
|
-
- Fix yet another TruffleRuby platform selection regression [#5746](https://github.com/
|
|
1189
|
-
- Show a proper error if extension dir is not writable [#5726](https://github.com/
|
|
1350
|
+
- Fix yet another TruffleRuby platform selection regression [#5746](https://github.com/ruby/rubygems/pull/5746)
|
|
1351
|
+
- Show a proper error if extension dir is not writable [#5726](https://github.com/ruby/rubygems/pull/5726)
|
|
1190
1352
|
|
|
1191
1353
|
### Performance:
|
|
1192
1354
|
|
|
1193
|
-
- Lazily check incomplete lockfile to improve performance [#5546](https://github.com/
|
|
1355
|
+
- Lazily check incomplete lockfile to improve performance [#5546](https://github.com/ruby/rubygems/pull/5546)
|
|
1194
1356
|
|
|
1195
1357
|
### Documentation:
|
|
1196
1358
|
|
|
1197
|
-
- Add deprecation notice of bundle inject [#5776](https://github.com/
|
|
1198
|
-
- Add deprecation notice of `bundle viz` to man pages [#5765](https://github.com/
|
|
1199
|
-
- Update command example in `bundle exec` man page [#5754](https://github.com/
|
|
1200
|
-
- Remove bundle show from obsolete commands [#5753](https://github.com/
|
|
1201
|
-
- Improve global source(s) documentation [#5732](https://github.com/
|
|
1202
|
-
- Use https protocol for URLs for config mirror in bundler man [#5722](https://github.com/
|
|
1359
|
+
- Add deprecation notice of bundle inject [#5776](https://github.com/ruby/rubygems/pull/5776)
|
|
1360
|
+
- Add deprecation notice of `bundle viz` to man pages [#5765](https://github.com/ruby/rubygems/pull/5765)
|
|
1361
|
+
- Update command example in `bundle exec` man page [#5754](https://github.com/ruby/rubygems/pull/5754)
|
|
1362
|
+
- Remove bundle show from obsolete commands [#5753](https://github.com/ruby/rubygems/pull/5753)
|
|
1363
|
+
- Improve global source(s) documentation [#5732](https://github.com/ruby/rubygems/pull/5732)
|
|
1364
|
+
- Use https protocol for URLs for config mirror in bundler man [#5722](https://github.com/ruby/rubygems/pull/5722)
|
|
1203
1365
|
|
|
1204
1366
|
## 2.3.18 (2022-07-14)
|
|
1205
1367
|
|
|
1206
1368
|
### Enhancements:
|
|
1207
1369
|
|
|
1208
|
-
- Extend `gem` DSL with a `force_ruby_platform` option [#4049](https://github.com/
|
|
1370
|
+
- Extend `gem` DSL with a `force_ruby_platform` option [#4049](https://github.com/ruby/rubygems/pull/4049)
|
|
1209
1371
|
|
|
1210
1372
|
### Bug fixes:
|
|
1211
1373
|
|
|
1212
|
-
- Fix misleading error if compact index cannot be copied [#5709](https://github.com/
|
|
1213
|
-
- Fix TruffleRuby no longer able to install lockfiles generated with other implementations [#5711](https://github.com/
|
|
1214
|
-
- Fix TruffleRuby no longer installing lockfiles using "ruby" platform correctly [#5694](https://github.com/
|
|
1215
|
-
- Fix crash when updating vendor cache of default gems [#5679](https://github.com/
|
|
1374
|
+
- Fix misleading error if compact index cannot be copied [#5709](https://github.com/ruby/rubygems/pull/5709)
|
|
1375
|
+
- Fix TruffleRuby no longer able to install lockfiles generated with other implementations [#5711](https://github.com/ruby/rubygems/pull/5711)
|
|
1376
|
+
- Fix TruffleRuby no longer installing lockfiles using "ruby" platform correctly [#5694](https://github.com/ruby/rubygems/pull/5694)
|
|
1377
|
+
- Fix crash when updating vendor cache of default gems [#5679](https://github.com/ruby/rubygems/pull/5679)
|
|
1216
1378
|
|
|
1217
1379
|
### Performance:
|
|
1218
1380
|
|
|
1219
|
-
- Speed up `bundler/setup` by using the raw `Gemfile.lock` information without extra processing whenever possible [#5695](https://github.com/
|
|
1381
|
+
- Speed up `bundler/setup` by using the raw `Gemfile.lock` information without extra processing whenever possible [#5695](https://github.com/ruby/rubygems/pull/5695)
|
|
1220
1382
|
|
|
1221
1383
|
### Documentation:
|
|
1222
1384
|
|
|
1223
|
-
- Use modern style hashes in Gemfile DSL docs [#5674](https://github.com/
|
|
1385
|
+
- Use modern style hashes in Gemfile DSL docs [#5674](https://github.com/ruby/rubygems/pull/5674)
|
|
1224
1386
|
|
|
1225
1387
|
## 2.3.17 (2022-06-29)
|
|
1226
1388
|
|
|
1227
1389
|
### Enhancements:
|
|
1228
1390
|
|
|
1229
|
-
- Add support for platform `:x64_mingw` to correctly lookup "x64-mingw-ucrt" [#5649](https://github.com/
|
|
1230
|
-
- Fix some errors being printed twice in `--verbose` mode [#5654](https://github.com/
|
|
1231
|
-
- Fix extension paths in generated standalone script [#5632](https://github.com/
|
|
1391
|
+
- Add support for platform `:x64_mingw` to correctly lookup "x64-mingw-ucrt" [#5649](https://github.com/ruby/rubygems/pull/5649)
|
|
1392
|
+
- Fix some errors being printed twice in `--verbose` mode [#5654](https://github.com/ruby/rubygems/pull/5654)
|
|
1393
|
+
- Fix extension paths in generated standalone script [#5632](https://github.com/ruby/rubygems/pull/5632)
|
|
1232
1394
|
|
|
1233
1395
|
### Bug fixes:
|
|
1234
1396
|
|
|
1235
|
-
- Raise if ruby platform is forced and there are no ruby variants [#5495](https://github.com/
|
|
1236
|
-
- Fix `bundle package --no-install` no longer skipping install [#5639](https://github.com/
|
|
1397
|
+
- Raise if ruby platform is forced and there are no ruby variants [#5495](https://github.com/ruby/rubygems/pull/5495)
|
|
1398
|
+
- Fix `bundle package --no-install` no longer skipping install [#5639](https://github.com/ruby/rubygems/pull/5639)
|
|
1237
1399
|
|
|
1238
1400
|
### Performance:
|
|
1239
1401
|
|
|
1240
|
-
- Improve performance of `Bundler::SpecSet#for` by using hash lookup of handled deps [#5537](https://github.com/
|
|
1402
|
+
- Improve performance of `Bundler::SpecSet#for` by using hash lookup of handled deps [#5537](https://github.com/ruby/rubygems/pull/5537)
|
|
1241
1403
|
|
|
1242
1404
|
### Documentation:
|
|
1243
1405
|
|
|
1244
|
-
- Fix formatting issue in `bundle add` man page [#5642](https://github.com/
|
|
1406
|
+
- Fix formatting issue in `bundle add` man page [#5642](https://github.com/ruby/rubygems/pull/5642)
|
|
1245
1407
|
|
|
1246
1408
|
## 2.3.16 (2022-06-15)
|
|
1247
1409
|
|
|
1248
1410
|
### Performance:
|
|
1249
1411
|
|
|
1250
|
-
- Improve performance of installing gems from gem server sources [#5614](https://github.com/
|
|
1412
|
+
- Improve performance of installing gems from gem server sources [#5614](https://github.com/ruby/rubygems/pull/5614)
|
|
1251
1413
|
|
|
1252
1414
|
## 2.3.15 (2022-06-01)
|
|
1253
1415
|
|
|
1254
1416
|
### Enhancements:
|
|
1255
1417
|
|
|
1256
|
-
- Show better error when previous installation fails to be removed [#5564](https://github.com/
|
|
1257
|
-
- Show exception cause in bug report template [#5563](https://github.com/
|
|
1418
|
+
- Show better error when previous installation fails to be removed [#5564](https://github.com/ruby/rubygems/pull/5564)
|
|
1419
|
+
- Show exception cause in bug report template [#5563](https://github.com/ruby/rubygems/pull/5563)
|
|
1258
1420
|
|
|
1259
1421
|
### Bug fixes:
|
|
1260
1422
|
|
|
1261
|
-
- Fix `bundle remove` by invalidating cached `Bundle.definition` [#5443](https://github.com/
|
|
1262
|
-
- Fix generated standalone script when it includes default gems [#5586](https://github.com/
|
|
1263
|
-
- Skip duplicated dependency warning for gemspec dev deps [#5587](https://github.com/
|
|
1264
|
-
- Give better conflict resolution advice [#5581](https://github.com/
|
|
1265
|
-
- Fix crash when commenting out a mirror in configuration [#5576](https://github.com/
|
|
1266
|
-
- Fix crash when installing gems with symlinks [#5570](https://github.com/
|
|
1267
|
-
- Ignore `Errno::EROFS` errors when creating `bundler.lock` [#5580](https://github.com/
|
|
1268
|
-
- Ignore `Errno::EPERM` errors when creating `bundler.lock` [#5579](https://github.com/
|
|
1269
|
-
- Fix crash when printing resolution conflicts on metadata requirements [#5562](https://github.com/
|
|
1423
|
+
- Fix `bundle remove` by invalidating cached `Bundle.definition` [#5443](https://github.com/ruby/rubygems/pull/5443)
|
|
1424
|
+
- Fix generated standalone script when it includes default gems [#5586](https://github.com/ruby/rubygems/pull/5586)
|
|
1425
|
+
- Skip duplicated dependency warning for gemspec dev deps [#5587](https://github.com/ruby/rubygems/pull/5587)
|
|
1426
|
+
- Give better conflict resolution advice [#5581](https://github.com/ruby/rubygems/pull/5581)
|
|
1427
|
+
- Fix crash when commenting out a mirror in configuration [#5576](https://github.com/ruby/rubygems/pull/5576)
|
|
1428
|
+
- Fix crash when installing gems with symlinks [#5570](https://github.com/ruby/rubygems/pull/5570)
|
|
1429
|
+
- Ignore `Errno::EROFS` errors when creating `bundler.lock` [#5580](https://github.com/ruby/rubygems/pull/5580)
|
|
1430
|
+
- Ignore `Errno::EPERM` errors when creating `bundler.lock` [#5579](https://github.com/ruby/rubygems/pull/5579)
|
|
1431
|
+
- Fix crash when printing resolution conflicts on metadata requirements [#5562](https://github.com/ruby/rubygems/pull/5562)
|
|
1270
1432
|
|
|
1271
1433
|
## 2.3.14 (2022-05-18)
|
|
1272
1434
|
|
|
1273
1435
|
### Bug fixes:
|
|
1274
1436
|
|
|
1275
|
-
- Fix confusing inline mode install output [#5530](https://github.com/
|
|
1276
|
-
- Fix error message when locked version of a gem does not support running Ruby [#5525](https://github.com/
|
|
1437
|
+
- Fix confusing inline mode install output [#5530](https://github.com/ruby/rubygems/pull/5530)
|
|
1438
|
+
- Fix error message when locked version of a gem does not support running Ruby [#5525](https://github.com/ruby/rubygems/pull/5525)
|
|
1277
1439
|
|
|
1278
1440
|
### Performance:
|
|
1279
1441
|
|
|
1280
|
-
- Improve `bundler/setup` performance again by not deduplicating intermediate results [#5533](https://github.com/
|
|
1442
|
+
- Improve `bundler/setup` performance again by not deduplicating intermediate results [#5533](https://github.com/ruby/rubygems/pull/5533)
|
|
1281
1443
|
|
|
1282
1444
|
### Documentation:
|
|
1283
1445
|
|
|
1284
|
-
- Fix typo in documentation [#5514](https://github.com/
|
|
1285
|
-
- Update man page for `require` option in `bundle add` command [#5513](https://github.com/
|
|
1446
|
+
- Fix typo in documentation [#5514](https://github.com/ruby/rubygems/pull/5514)
|
|
1447
|
+
- Update man page for `require` option in `bundle add` command [#5513](https://github.com/ruby/rubygems/pull/5513)
|
|
1286
1448
|
|
|
1287
1449
|
## 2.3.13 (2022-05-04)
|
|
1288
1450
|
|
|
1289
1451
|
### Bug fixes:
|
|
1290
1452
|
|
|
1291
|
-
- Fix missing required rubygems version when using old APIs [#5496](https://github.com/
|
|
1292
|
-
- Fix crash when gem used twice in Gemfile under different platforms [#5187](https://github.com/
|
|
1453
|
+
- Fix missing required rubygems version when using old APIs [#5496](https://github.com/ruby/rubygems/pull/5496)
|
|
1454
|
+
- Fix crash when gem used twice in Gemfile under different platforms [#5187](https://github.com/ruby/rubygems/pull/5187)
|
|
1293
1455
|
|
|
1294
1456
|
### Performance:
|
|
1295
1457
|
|
|
1296
|
-
- Speed up `bundler/setup` time [#5503](https://github.com/
|
|
1458
|
+
- Speed up `bundler/setup` time [#5503](https://github.com/ruby/rubygems/pull/5503)
|
|
1297
1459
|
|
|
1298
1460
|
## 2.3.12 (2022-04-20)
|
|
1299
1461
|
|
|
1300
1462
|
### Enhancements:
|
|
1301
1463
|
|
|
1302
|
-
- Improve Ruby version resolution conflicts [#5474](https://github.com/
|
|
1303
|
-
- Stop considering `RUBY_PATCHLEVEL` for resolution [#5472](https://github.com/
|
|
1304
|
-
- Add modern rubies as valid platform values in Gemfile DSL [#5469](https://github.com/
|
|
1464
|
+
- Improve Ruby version resolution conflicts [#5474](https://github.com/ruby/rubygems/pull/5474)
|
|
1465
|
+
- Stop considering `RUBY_PATCHLEVEL` for resolution [#5472](https://github.com/ruby/rubygems/pull/5472)
|
|
1466
|
+
- Add modern rubies as valid platform values in Gemfile DSL [#5469](https://github.com/ruby/rubygems/pull/5469)
|
|
1305
1467
|
|
|
1306
1468
|
## 2.3.11 (2022-04-07)
|
|
1307
1469
|
|
|
1308
1470
|
### Enhancements:
|
|
1309
1471
|
|
|
1310
|
-
- Bump actions/checkout to 3 in bundler gem template [#5445](https://github.com/
|
|
1311
|
-
- Prefer `__dir__` to `__FILE__` [#5444](https://github.com/
|
|
1472
|
+
- Bump actions/checkout to 3 in bundler gem template [#5445](https://github.com/ruby/rubygems/pull/5445)
|
|
1473
|
+
- Prefer `__dir__` to `__FILE__` [#5444](https://github.com/ruby/rubygems/pull/5444)
|
|
1312
1474
|
|
|
1313
1475
|
### Documentation:
|
|
1314
1476
|
|
|
1315
|
-
- Update bundler documentation to reflect bundle config scope changes [#5441](https://github.com/
|
|
1477
|
+
- Update bundler documentation to reflect bundle config scope changes [#5441](https://github.com/ruby/rubygems/pull/5441)
|
|
1316
1478
|
|
|
1317
1479
|
## 2.3.10 (2022-03-23)
|
|
1318
1480
|
|
|
1319
1481
|
### Enhancements:
|
|
1320
1482
|
|
|
1321
|
-
- More helpful reporting of marshal loading issues [#5416](https://github.com/
|
|
1322
|
-
- Report Github Actions CI provider within user agent string [#5400](https://github.com/
|
|
1323
|
-
- Remove extra closing bracket in version warning [#5397](https://github.com/
|
|
1483
|
+
- More helpful reporting of marshal loading issues [#5416](https://github.com/ruby/rubygems/pull/5416)
|
|
1484
|
+
- Report Github Actions CI provider within user agent string [#5400](https://github.com/ruby/rubygems/pull/5400)
|
|
1485
|
+
- Remove extra closing bracket in version warning [#5397](https://github.com/ruby/rubygems/pull/5397)
|
|
1324
1486
|
|
|
1325
1487
|
## 2.3.9 (2022-03-09)
|
|
1326
1488
|
|
|
1327
1489
|
### Enhancements:
|
|
1328
1490
|
|
|
1329
|
-
- Add newline to validate_platforms! message when platform is missing [#5353](https://github.com/
|
|
1330
|
-
- Suggest quicker `bundle add` for installation in `README.md` generated by `bundle gem` [#5337](https://github.com/
|
|
1331
|
-
- Make `--strict` flag of `update` and `outdated` commands consistent [#5379](https://github.com/
|
|
1491
|
+
- Add newline to validate_platforms! message when platform is missing [#5353](https://github.com/ruby/rubygems/pull/5353)
|
|
1492
|
+
- Suggest quicker `bundle add` for installation in `README.md` generated by `bundle gem` [#5337](https://github.com/ruby/rubygems/pull/5337)
|
|
1493
|
+
- Make `--strict` flag of `update` and `outdated` commands consistent [#5379](https://github.com/ruby/rubygems/pull/5379)
|
|
1332
1494
|
|
|
1333
1495
|
### Bug fixes:
|
|
1334
1496
|
|
|
1335
|
-
- Fix regression when activating gem executables caused by Bundler monkey patches to RubyGems [#5386](https://github.com/
|
|
1497
|
+
- Fix regression when activating gem executables caused by Bundler monkey patches to RubyGems [#5386](https://github.com/ruby/rubygems/pull/5386)
|
|
1336
1498
|
|
|
1337
1499
|
## 2.3.8 (2022-02-23)
|
|
1338
1500
|
|
|
1339
1501
|
### Bug fixes:
|
|
1340
1502
|
|
|
1341
|
-
- Fix corrupted lockfile when running `bundle check` and having to re-resolve locally [#5344](https://github.com/
|
|
1342
|
-
- Fix typo in multiple gemfiles warning [#5342](https://github.com/
|
|
1503
|
+
- Fix corrupted lockfile when running `bundle check` and having to re-resolve locally [#5344](https://github.com/ruby/rubygems/pull/5344)
|
|
1504
|
+
- Fix typo in multiple gemfiles warning [#5342](https://github.com/ruby/rubygems/pull/5342)
|
|
1343
1505
|
|
|
1344
1506
|
### Documentation:
|
|
1345
1507
|
|
|
1346
|
-
- Add clarification for bundle-config "with" option [#5346](https://github.com/
|
|
1508
|
+
- Add clarification for bundle-config "with" option [#5346](https://github.com/ruby/rubygems/pull/5346)
|
|
1347
1509
|
|
|
1348
1510
|
## 2.3.7 (2022-02-09)
|
|
1349
1511
|
|
|
1350
1512
|
### Enhancements:
|
|
1351
1513
|
|
|
1352
|
-
- Don't activate `yaml` gem from Bundler [#5277](https://github.com/
|
|
1353
|
-
- Add Reverse Dependencies section to info command [#3966](https://github.com/
|
|
1514
|
+
- Don't activate `yaml` gem from Bundler [#5277](https://github.com/ruby/rubygems/pull/5277)
|
|
1515
|
+
- Add Reverse Dependencies section to info command [#3966](https://github.com/ruby/rubygems/pull/3966)
|
|
1354
1516
|
|
|
1355
1517
|
### Bug fixes:
|
|
1356
1518
|
|
|
1357
|
-
- Don't silently persist `BUNDLE_WITH` and `BUNDLE_WITHOUT` envs locally [#5335](https://github.com/
|
|
1358
|
-
- Fix `bundle config` inside an application saving configuration globally [#4152](https://github.com/
|
|
1519
|
+
- Don't silently persist `BUNDLE_WITH` and `BUNDLE_WITHOUT` envs locally [#5335](https://github.com/ruby/rubygems/pull/5335)
|
|
1520
|
+
- Fix `bundle config` inside an application saving configuration globally [#4152](https://github.com/ruby/rubygems/pull/4152)
|
|
1359
1521
|
|
|
1360
1522
|
## 2.3.6 (2022-01-26)
|
|
1361
1523
|
|
|
1362
1524
|
### Enhancements:
|
|
1363
1525
|
|
|
1364
|
-
- Use `Gem::Platform.local` instead of `RUBY_PLATFORM` when displaying local platform [#5306](https://github.com/
|
|
1365
|
-
- Lock standard.yml to the required ruby version [#5284](https://github.com/
|
|
1366
|
-
- Use `Fiddle` in `bundle doctor` to check for dynamic library presence [#5173](https://github.com/
|
|
1526
|
+
- Use `Gem::Platform.local` instead of `RUBY_PLATFORM` when displaying local platform [#5306](https://github.com/ruby/rubygems/pull/5306)
|
|
1527
|
+
- Lock standard.yml to the required ruby version [#5284](https://github.com/ruby/rubygems/pull/5284)
|
|
1528
|
+
- Use `Fiddle` in `bundle doctor` to check for dynamic library presence [#5173](https://github.com/ruby/rubygems/pull/5173)
|
|
1367
1529
|
|
|
1368
1530
|
### Bug fixes:
|
|
1369
1531
|
|
|
1370
|
-
- Fix edge case where gems were incorrectly removed from the lockfile [#5302](https://github.com/
|
|
1371
|
-
- Fix `force_ruby_platform` ignored when lockfile includes current specific platform [#5304](https://github.com/
|
|
1372
|
-
- Create minitest file to underscored path in "bundle gem" command with dashed gem name [#5273](https://github.com/
|
|
1373
|
-
- Fix regression with old marshaled specs having null `required_rubygems_version` [#5291](https://github.com/
|
|
1532
|
+
- Fix edge case where gems were incorrectly removed from the lockfile [#5302](https://github.com/ruby/rubygems/pull/5302)
|
|
1533
|
+
- Fix `force_ruby_platform` ignored when lockfile includes current specific platform [#5304](https://github.com/ruby/rubygems/pull/5304)
|
|
1534
|
+
- Create minitest file to underscored path in "bundle gem" command with dashed gem name [#5273](https://github.com/ruby/rubygems/pull/5273)
|
|
1535
|
+
- Fix regression with old marshaled specs having null `required_rubygems_version` [#5291](https://github.com/ruby/rubygems/pull/5291)
|
|
1374
1536
|
|
|
1375
1537
|
## 2.3.5 (2022-01-12)
|
|
1376
1538
|
|
|
1377
1539
|
### Enhancements:
|
|
1378
1540
|
|
|
1379
|
-
- Make `bundle update --bundler` actually lock to the latest bundler version (even if not yet installed) [#5182](https://github.com/
|
|
1380
|
-
- Use thor-1.2.1 [#5260](https://github.com/
|
|
1381
|
-
- Exclude bin directory for newgem template [#5259](https://github.com/
|
|
1541
|
+
- Make `bundle update --bundler` actually lock to the latest bundler version (even if not yet installed) [#5182](https://github.com/ruby/rubygems/pull/5182)
|
|
1542
|
+
- Use thor-1.2.1 [#5260](https://github.com/ruby/rubygems/pull/5260)
|
|
1543
|
+
- Exclude bin directory for newgem template [#5259](https://github.com/ruby/rubygems/pull/5259)
|
|
1382
1544
|
|
|
1383
1545
|
### Bug fixes:
|
|
1384
1546
|
|
|
1385
|
-
- Fix metadata requirements being bypassed when custom gem servers are used [#5256](https://github.com/
|
|
1386
|
-
- Fix `rake build:checksum` writing checksum of package path, not package contents [#5250](https://github.com/
|
|
1547
|
+
- Fix metadata requirements being bypassed when custom gem servers are used [#5256](https://github.com/ruby/rubygems/pull/5256)
|
|
1548
|
+
- Fix `rake build:checksum` writing checksum of package path, not package contents [#5250](https://github.com/ruby/rubygems/pull/5250)
|
|
1387
1549
|
|
|
1388
1550
|
## 2.3.4 (2021-12-29)
|
|
1389
1551
|
|
|
1390
1552
|
### Enhancements:
|
|
1391
1553
|
|
|
1392
|
-
- Improve error message when `BUNDLED WITH` version does not exist [#5205](https://github.com/
|
|
1554
|
+
- Improve error message when `BUNDLED WITH` version does not exist [#5205](https://github.com/ruby/rubygems/pull/5205)
|
|
1393
1555
|
|
|
1394
1556
|
### Bug fixes:
|
|
1395
1557
|
|
|
1396
|
-
- Fix `bundle update --bundler` no longer updating lockfile [#5224](https://github.com/
|
|
1558
|
+
- Fix `bundle update --bundler` no longer updating lockfile [#5224](https://github.com/ruby/rubygems/pull/5224)
|
|
1397
1559
|
|
|
1398
1560
|
## 2.3.3 (2021-12-24)
|
|
1399
1561
|
|
|
1400
1562
|
### Bug fixes:
|
|
1401
1563
|
|
|
1402
|
-
- Fix locked bundler not installed to the right path when `deployment` is set [#5217](https://github.com/
|
|
1564
|
+
- Fix locked bundler not installed to the right path when `deployment` is set [#5217](https://github.com/ruby/rubygems/pull/5217)
|
|
1403
1565
|
|
|
1404
1566
|
## 2.3.2 (2021-12-23)
|
|
1405
1567
|
|
|
1406
1568
|
### Enhancements:
|
|
1407
1569
|
|
|
1408
|
-
- Remove unnecessary lockfile upgrade warning [#5209](https://github.com/
|
|
1570
|
+
- Remove unnecessary lockfile upgrade warning [#5209](https://github.com/ruby/rubygems/pull/5209)
|
|
1409
1571
|
|
|
1410
1572
|
## 2.3.1 (2021-12-22)
|
|
1411
1573
|
|
|
1412
1574
|
### Enhancements:
|
|
1413
1575
|
|
|
1414
|
-
- Vendor latest `thor` with fixes for latest `did_you_mean` deprecations [#5202](https://github.com/
|
|
1415
|
-
- Avoid unnecessary `shellwords` require on newer rubygems [#5195](https://github.com/
|
|
1416
|
-
- Re-exec prepending command with `Gem.ruby` if `$PROGRAM_NAME` is not executable [#5193](https://github.com/
|
|
1576
|
+
- Vendor latest `thor` with fixes for latest `did_you_mean` deprecations [#5202](https://github.com/ruby/rubygems/pull/5202)
|
|
1577
|
+
- Avoid unnecessary `shellwords` require on newer rubygems [#5195](https://github.com/ruby/rubygems/pull/5195)
|
|
1578
|
+
- Re-exec prepending command with `Gem.ruby` if `$PROGRAM_NAME` is not executable [#5193](https://github.com/ruby/rubygems/pull/5193)
|
|
1417
1579
|
|
|
1418
1580
|
## 2.3.0 (2021-12-21)
|
|
1419
1581
|
|
|
1420
1582
|
### Features:
|
|
1421
1583
|
|
|
1422
|
-
- Change `bundle install` with a lockfile to respect the `BUNDLED WITH` bundler version [#4076](https://github.com/
|
|
1584
|
+
- Change `bundle install` with a lockfile to respect the `BUNDLED WITH` bundler version [#4076](https://github.com/ruby/rubygems/pull/4076)
|
|
1423
1585
|
|
|
1424
1586
|
### Enhancements:
|
|
1425
1587
|
|
|
1426
|
-
- Cancel deprecation of custom git sources [#5147](https://github.com/
|
|
1427
|
-
- Print warning when running Bundler on potentially problematic RubyGems & Ruby combinations [#5177](https://github.com/
|
|
1428
|
-
- Error tracing should be printed to stderr [#5179](https://github.com/
|
|
1429
|
-
- Add `github` and `ref` options to `bundle add` [#5159](https://github.com/
|
|
1430
|
-
- Add require parameter to `bundle add` [#5021](https://github.com/
|
|
1431
|
-
- Enable parallel installation on Windows by default [#4822](https://github.com/
|
|
1432
|
-
- More logging when compact index is not used and we fallback to other APIs [#4546](https://github.com/
|
|
1433
|
-
- `bundle gem` generated MiniTest file and class now start with 'test' [#3893](https://github.com/
|
|
1434
|
-
- Add `Bundler::Definition.no_lock` accessor for skipping lockfile creation/update [#3401](https://github.com/
|
|
1588
|
+
- Cancel deprecation of custom git sources [#5147](https://github.com/ruby/rubygems/pull/5147)
|
|
1589
|
+
- Print warning when running Bundler on potentially problematic RubyGems & Ruby combinations [#5177](https://github.com/ruby/rubygems/pull/5177)
|
|
1590
|
+
- Error tracing should be printed to stderr [#5179](https://github.com/ruby/rubygems/pull/5179)
|
|
1591
|
+
- Add `github` and `ref` options to `bundle add` [#5159](https://github.com/ruby/rubygems/pull/5159)
|
|
1592
|
+
- Add require parameter to `bundle add` [#5021](https://github.com/ruby/rubygems/pull/5021)
|
|
1593
|
+
- Enable parallel installation on Windows by default [#4822](https://github.com/ruby/rubygems/pull/4822)
|
|
1594
|
+
- More logging when compact index is not used and we fallback to other APIs [#4546](https://github.com/ruby/rubygems/pull/4546)
|
|
1595
|
+
- `bundle gem` generated MiniTest file and class now start with 'test' [#3893](https://github.com/ruby/rubygems/pull/3893)
|
|
1596
|
+
- Add `Bundler::Definition.no_lock` accessor for skipping lockfile creation/update [#3401](https://github.com/ruby/rubygems/pull/3401)
|
|
1435
1597
|
|
|
1436
1598
|
### Bug fixes:
|
|
1437
1599
|
|
|
1438
|
-
- Fix crash when when no platform specific matches exist and show a proper error [#5168](https://github.com/
|
|
1439
|
-
- Ignore dependencies not actually locked from frozen check [#5152](https://github.com/
|
|
1440
|
-
- Fix `bundle cache --all-platforms` on Windows [#4552](https://github.com/
|
|
1600
|
+
- Fix crash when when no platform specific matches exist and show a proper error [#5168](https://github.com/ruby/rubygems/pull/5168)
|
|
1601
|
+
- Ignore dependencies not actually locked from frozen check [#5152](https://github.com/ruby/rubygems/pull/5152)
|
|
1602
|
+
- Fix `bundle cache --all-platforms` on Windows [#4552](https://github.com/ruby/rubygems/pull/4552)
|
|
1441
1603
|
|
|
1442
1604
|
### Documentation:
|
|
1443
1605
|
|
|
1444
|
-
- Fix gemspec template typo [#4545](https://github.com/
|
|
1606
|
+
- Fix gemspec template typo [#4545](https://github.com/ruby/rubygems/pull/4545)
|
|
1445
1607
|
|
|
1446
1608
|
## 2.2.33 (2021-12-07)
|
|
1447
1609
|
|
|
1448
1610
|
### Security fixes:
|
|
1449
1611
|
|
|
1450
|
-
- Pass "--" to git commands to separate positional and optional args [#5142](https://github.com/
|
|
1612
|
+
- Pass "--" to git commands to separate positional and optional args [#5142](https://github.com/ruby/rubygems/pull/5142)
|
|
1451
1613
|
|
|
1452
1614
|
### Enhancements:
|
|
1453
1615
|
|
|
1454
|
-
- Accept pull request URLs as github source [#5126](https://github.com/
|
|
1455
|
-
- Add `--version` parameter to `bundle info` command [#5137](https://github.com/
|
|
1456
|
-
- Let original `Errno::EACCES` error be raised in compact index updater [#5110](https://github.com/
|
|
1457
|
-
- Improve gemfile-lockfile source equivalence errors [#5120](https://github.com/
|
|
1458
|
-
- Avoid float-to-string loss of characters in GitHub Actions configuration labels in new gem template [#5089](https://github.com/
|
|
1459
|
-
- Add an initial rbs template to `bundle gem` skeleton [#5041](https://github.com/
|
|
1460
|
-
- Avoid shared libraries not getting environment passed right after argv in memory when `bundle exec` is used [#4815](https://github.com/
|
|
1616
|
+
- Accept pull request URLs as github source [#5126](https://github.com/ruby/rubygems/pull/5126)
|
|
1617
|
+
- Add `--version` parameter to `bundle info` command [#5137](https://github.com/ruby/rubygems/pull/5137)
|
|
1618
|
+
- Let original `Errno::EACCES` error be raised in compact index updater [#5110](https://github.com/ruby/rubygems/pull/5110)
|
|
1619
|
+
- Improve gemfile-lockfile source equivalence errors [#5120](https://github.com/ruby/rubygems/pull/5120)
|
|
1620
|
+
- Avoid float-to-string loss of characters in GitHub Actions configuration labels in new gem template [#5089](https://github.com/ruby/rubygems/pull/5089)
|
|
1621
|
+
- Add an initial rbs template to `bundle gem` skeleton [#5041](https://github.com/ruby/rubygems/pull/5041)
|
|
1622
|
+
- Avoid shared libraries not getting environment passed right after argv in memory when `bundle exec` is used [#4815](https://github.com/ruby/rubygems/pull/4815)
|
|
1461
1623
|
|
|
1462
1624
|
### Bug fixes:
|
|
1463
1625
|
|
|
1464
|
-
- Don't cleanup paths from gems already activated from `$LOAD_PATH` [#5111](https://github.com/
|
|
1465
|
-
- Fix handling prereleases of 0 versions, like 0.0.0.dev or 0.0.0.SNAPSHOT [#5116](https://github.com/
|
|
1466
|
-
- Fix escape of filenames in `bundle doctor` [#5102](https://github.com/
|
|
1467
|
-
- Don't unlock dependencies when running `bundle install` after changing global source [#5090](https://github.com/
|
|
1468
|
-
- Fix missing locked specs when depended on another platform [#5092](https://github.com/
|
|
1469
|
-
- Fix `bundle info` sometimes claiming that bundler has been deleted [#5097](https://github.com/
|
|
1626
|
+
- Don't cleanup paths from gems already activated from `$LOAD_PATH` [#5111](https://github.com/ruby/rubygems/pull/5111)
|
|
1627
|
+
- Fix handling prereleases of 0 versions, like 0.0.0.dev or 0.0.0.SNAPSHOT [#5116](https://github.com/ruby/rubygems/pull/5116)
|
|
1628
|
+
- Fix escape of filenames in `bundle doctor` [#5102](https://github.com/ruby/rubygems/pull/5102)
|
|
1629
|
+
- Don't unlock dependencies when running `bundle install` after changing global source [#5090](https://github.com/ruby/rubygems/pull/5090)
|
|
1630
|
+
- Fix missing locked specs when depended on another platform [#5092](https://github.com/ruby/rubygems/pull/5092)
|
|
1631
|
+
- Fix `bundle info` sometimes claiming that bundler has been deleted [#5097](https://github.com/ruby/rubygems/pull/5097)
|
|
1470
1632
|
|
|
1471
1633
|
### Documentation:
|
|
1472
1634
|
|
|
1473
|
-
- Ignore to generate the documentation from vendored libraries [#5118](https://github.com/
|
|
1635
|
+
- Ignore to generate the documentation from vendored libraries [#5118](https://github.com/ruby/rubygems/pull/5118)
|
|
1474
1636
|
|
|
1475
1637
|
## 2.2.32 (2021-11-23)
|
|
1476
1638
|
|
|
1477
1639
|
### Enhancements:
|
|
1478
1640
|
|
|
1479
|
-
- Clarify `bundle viz` deprecation [#5083](https://github.com/
|
|
1480
|
-
- Unlock dependencies that no longer match lockfile [#5068](https://github.com/
|
|
1481
|
-
- Use `shellsplit` instead of array of strings for git push [#5062](https://github.com/
|
|
1482
|
-
- Re-enable `default_ignores` option for standard [#5003](https://github.com/
|
|
1641
|
+
- Clarify `bundle viz` deprecation [#5083](https://github.com/ruby/rubygems/pull/5083)
|
|
1642
|
+
- Unlock dependencies that no longer match lockfile [#5068](https://github.com/ruby/rubygems/pull/5068)
|
|
1643
|
+
- Use `shellsplit` instead of array of strings for git push [#5062](https://github.com/ruby/rubygems/pull/5062)
|
|
1644
|
+
- Re-enable `default_ignores` option for standard [#5003](https://github.com/ruby/rubygems/pull/5003)
|
|
1483
1645
|
|
|
1484
1646
|
### Bug fixes:
|
|
1485
1647
|
|
|
1486
|
-
- Fix downgrading dependencies by changing the `Gemfile` and running `bundle update` [#5078](https://github.com/
|
|
1648
|
+
- Fix downgrading dependencies by changing the `Gemfile` and running `bundle update` [#5078](https://github.com/ruby/rubygems/pull/5078)
|
|
1487
1649
|
|
|
1488
1650
|
## 2.2.31 (2021-11-08)
|
|
1489
1651
|
|
|
1490
1652
|
### Enhancements:
|
|
1491
1653
|
|
|
1492
|
-
- Link to working `bundler-graph` plugin in `bundle viz` deprecation message [#5061](https://github.com/
|
|
1493
|
-
- Memoize materialized specs when requiring `bundler/setup` [#5033](https://github.com/
|
|
1494
|
-
- Allow custom LicenseRef [#5013](https://github.com/
|
|
1495
|
-
- Better error when installing a lockfile with git sources and git is not installed [#5036](https://github.com/
|
|
1496
|
-
- Only delete cached gem when it's corrupted [#5031](https://github.com/
|
|
1497
|
-
- Support gemified `tsort` [#5032](https://github.com/
|
|
1498
|
-
- Add standard option alongside rubocop to `bundle gem` [#4411](https://github.com/
|
|
1654
|
+
- Link to working `bundler-graph` plugin in `bundle viz` deprecation message [#5061](https://github.com/ruby/rubygems/pull/5061)
|
|
1655
|
+
- Memoize materialized specs when requiring `bundler/setup` [#5033](https://github.com/ruby/rubygems/pull/5033)
|
|
1656
|
+
- Allow custom LicenseRef [#5013](https://github.com/ruby/rubygems/pull/5013)
|
|
1657
|
+
- Better error when installing a lockfile with git sources and git is not installed [#5036](https://github.com/ruby/rubygems/pull/5036)
|
|
1658
|
+
- Only delete cached gem when it's corrupted [#5031](https://github.com/ruby/rubygems/pull/5031)
|
|
1659
|
+
- Support gemified `tsort` [#5032](https://github.com/ruby/rubygems/pull/5032)
|
|
1660
|
+
- Add standard option alongside rubocop to `bundle gem` [#4411](https://github.com/ruby/rubygems/pull/4411)
|
|
1499
1661
|
|
|
1500
1662
|
### Bug fixes:
|
|
1501
1663
|
|
|
1502
|
-
- Fix system man pages no longer working after bundler overrides `MANPATH` [#5039](https://github.com/
|
|
1503
|
-
- Don't warn when a lockfile is locked to a dev version [#5018](https://github.com/
|
|
1664
|
+
- Fix system man pages no longer working after bundler overrides `MANPATH` [#5039](https://github.com/ruby/rubygems/pull/5039)
|
|
1665
|
+
- Don't warn when a lockfile is locked to a dev version [#5018](https://github.com/ruby/rubygems/pull/5018)
|
|
1504
1666
|
|
|
1505
1667
|
## 2.2.30 (2021-10-26)
|
|
1506
1668
|
|
|
1507
1669
|
### Enhancements:
|
|
1508
1670
|
|
|
1509
|
-
- Add a custom SHA1 digest implementation to no longer depend on the digest gem before we know which version to activate [#4989](https://github.com/
|
|
1510
|
-
- Ensure vendored gems have licenses [#4998](https://github.com/
|
|
1511
|
-
- Update broken link in Bundler::Fetcher::CertificateFailureError [#4987](https://github.com/
|
|
1512
|
-
- Give better errors for some permission issues [#4965](https://github.com/
|
|
1513
|
-
- Print better errors when `bundler/gem_tasks` fail [#4872](https://github.com/
|
|
1514
|
-
- Fix `bundle install` to reinstall deleted gems [#4974](https://github.com/
|
|
1515
|
-
- Unify issue template and ISSUES.md document [#4980](https://github.com/
|
|
1516
|
-
- Bump vendored connection_pool to 2.2.5 [#4738](https://github.com/
|
|
1671
|
+
- Add a custom SHA1 digest implementation to no longer depend on the digest gem before we know which version to activate [#4989](https://github.com/ruby/rubygems/pull/4989)
|
|
1672
|
+
- Ensure vendored gems have licenses [#4998](https://github.com/ruby/rubygems/pull/4998)
|
|
1673
|
+
- Update broken link in Bundler::Fetcher::CertificateFailureError [#4987](https://github.com/ruby/rubygems/pull/4987)
|
|
1674
|
+
- Give better errors for some permission issues [#4965](https://github.com/ruby/rubygems/pull/4965)
|
|
1675
|
+
- Print better errors when `bundler/gem_tasks` fail [#4872](https://github.com/ruby/rubygems/pull/4872)
|
|
1676
|
+
- Fix `bundle install` to reinstall deleted gems [#4974](https://github.com/ruby/rubygems/pull/4974)
|
|
1677
|
+
- Unify issue template and ISSUES.md document [#4980](https://github.com/ruby/rubygems/pull/4980)
|
|
1678
|
+
- Bump vendored connection_pool to 2.2.5 [#4738](https://github.com/ruby/rubygems/pull/4738)
|
|
1517
1679
|
|
|
1518
1680
|
### Bug fixes:
|
|
1519
1681
|
|
|
1520
|
-
- Fix error message pointing to non existing file when using a global gem cache [#4999](https://github.com/
|
|
1521
|
-
- Fix install crash when lockfile has missing dependencies for the current platform [#4941](https://github.com/
|
|
1522
|
-
- Make `bundle info` show a proper warning every time it finds a deleted gem [#4971](https://github.com/
|
|
1682
|
+
- Fix error message pointing to non existing file when using a global gem cache [#4999](https://github.com/ruby/rubygems/pull/4999)
|
|
1683
|
+
- Fix install crash when lockfile has missing dependencies for the current platform [#4941](https://github.com/ruby/rubygems/pull/4941)
|
|
1684
|
+
- Make `bundle info` show a proper warning every time it finds a deleted gem [#4971](https://github.com/ruby/rubygems/pull/4971)
|
|
1523
1685
|
|
|
1524
1686
|
## 2.2.29 (2021-10-08)
|
|
1525
1687
|
|
|
1526
1688
|
### Enhancements:
|
|
1527
1689
|
|
|
1528
|
-
- Require at least Ruby 2.6.0 for gems created with recent rubies [#4920](https://github.com/
|
|
1529
|
-
- Include glob information in string representation of git sources to make generated lockfiles deterministic [#4947](https://github.com/
|
|
1530
|
-
- Add missing `rubygem_push` prerequisite [#4930](https://github.com/
|
|
1690
|
+
- Require at least Ruby 2.6.0 for gems created with recent rubies [#4920](https://github.com/ruby/rubygems/pull/4920)
|
|
1691
|
+
- Include glob information in string representation of git sources to make generated lockfiles deterministic [#4947](https://github.com/ruby/rubygems/pull/4947)
|
|
1692
|
+
- Add missing `rubygem_push` prerequisite [#4930](https://github.com/ruby/rubygems/pull/4930)
|
|
1531
1693
|
|
|
1532
1694
|
## 2.2.28 (2021-09-23)
|
|
1533
1695
|
|
|
1534
1696
|
### Enhancements:
|
|
1535
1697
|
|
|
1536
|
-
- Use example.com in new gem template, since it will never have a potentially dangerous backing website [#4918](https://github.com/
|
|
1537
|
-
- Deprecate `--install` flag to `bundle remove` and trigger install by default [#4891](https://github.com/
|
|
1698
|
+
- Use example.com in new gem template, since it will never have a potentially dangerous backing website [#4918](https://github.com/ruby/rubygems/pull/4918)
|
|
1699
|
+
- Deprecate `--install` flag to `bundle remove` and trigger install by default [#4891](https://github.com/ruby/rubygems/pull/4891)
|
|
1538
1700
|
|
|
1539
1701
|
## 2.2.27 (2021-09-03)
|
|
1540
1702
|
|
|
1541
1703
|
### Enhancements:
|
|
1542
1704
|
|
|
1543
|
-
- Optimize some requires [#4887](https://github.com/
|
|
1544
|
-
- Correctly redact credentials when using x-oauth-basic [#4866](https://github.com/
|
|
1705
|
+
- Optimize some requires [#4887](https://github.com/ruby/rubygems/pull/4887)
|
|
1706
|
+
- Correctly redact credentials when using x-oauth-basic [#4866](https://github.com/ruby/rubygems/pull/4866)
|
|
1545
1707
|
|
|
1546
1708
|
### Bug fixes:
|
|
1547
1709
|
|
|
1548
|
-
- Add missing key `branches:` to template for GitHub Actions [#4883](https://github.com/
|
|
1549
|
-
- Fix `bundle plugin install` detection of already installed plugins [#4869](https://github.com/
|
|
1550
|
-
- Make plugin installation idempotent [#4864](https://github.com/
|
|
1551
|
-
- Fix `bundle check` showing duplicated gems when multiple platforms are locked [#4854](https://github.com/
|
|
1552
|
-
- Fix `bundle check` incorrectly considering cached gems [#4853](https://github.com/
|
|
1710
|
+
- Add missing key `branches:` to template for GitHub Actions [#4883](https://github.com/ruby/rubygems/pull/4883)
|
|
1711
|
+
- Fix `bundle plugin install` detection of already installed plugins [#4869](https://github.com/ruby/rubygems/pull/4869)
|
|
1712
|
+
- Make plugin installation idempotent [#4864](https://github.com/ruby/rubygems/pull/4864)
|
|
1713
|
+
- Fix `bundle check` showing duplicated gems when multiple platforms are locked [#4854](https://github.com/ruby/rubygems/pull/4854)
|
|
1714
|
+
- Fix `bundle check` incorrectly considering cached gems [#4853](https://github.com/ruby/rubygems/pull/4853)
|
|
1553
1715
|
|
|
1554
1716
|
## 2.2.26 (2021-08-17)
|
|
1555
1717
|
|
|
1556
1718
|
### Enhancements:
|
|
1557
1719
|
|
|
1558
|
-
- Remove `RUBYGEMS_GEMDEPS` warning [#4827](https://github.com/
|
|
1559
|
-
- Better defaults for GitHub Actions template generated by `bundle gem` [#4619](https://github.com/
|
|
1560
|
-
- Make `bundle exec` keep file descriptors by default [#4812](https://github.com/
|
|
1561
|
-
- Exclude gemspec file itself from file list of gems generated by `bundle gem` [#4650](https://github.com/
|
|
1562
|
-
- Fix a couple small typos in deprecation / error messages [#4806](https://github.com/
|
|
1563
|
-
- Make script generated by `bundle install --standalone` resilient to moving the application to a differently nested folder when `path` sources are used [#4792](https://github.com/
|
|
1564
|
-
- Exclude CI files and issue templates from file list of gems generated by `bundle gem` [#4033](https://github.com/
|
|
1720
|
+
- Remove `RUBYGEMS_GEMDEPS` warning [#4827](https://github.com/ruby/rubygems/pull/4827)
|
|
1721
|
+
- Better defaults for GitHub Actions template generated by `bundle gem` [#4619](https://github.com/ruby/rubygems/pull/4619)
|
|
1722
|
+
- Make `bundle exec` keep file descriptors by default [#4812](https://github.com/ruby/rubygems/pull/4812)
|
|
1723
|
+
- Exclude gemspec file itself from file list of gems generated by `bundle gem` [#4650](https://github.com/ruby/rubygems/pull/4650)
|
|
1724
|
+
- Fix a couple small typos in deprecation / error messages [#4806](https://github.com/ruby/rubygems/pull/4806)
|
|
1725
|
+
- Make script generated by `bundle install --standalone` resilient to moving the application to a differently nested folder when `path` sources are used [#4792](https://github.com/ruby/rubygems/pull/4792)
|
|
1726
|
+
- Exclude CI files and issue templates from file list of gems generated by `bundle gem` [#4033](https://github.com/ruby/rubygems/pull/4033)
|
|
1565
1727
|
|
|
1566
1728
|
### Bug fixes:
|
|
1567
1729
|
|
|
1568
|
-
- Respect `BUNDLE_USER_HOME` env when choosing config location [#4828](https://github.com/
|
|
1569
|
-
- Fix `bundle gem` on path with spaces [#4816](https://github.com/
|
|
1570
|
-
- Fix bundler hitting the network in some cases where not allowed [#4805](https://github.com/
|
|
1730
|
+
- Respect `BUNDLE_USER_HOME` env when choosing config location [#4828](https://github.com/ruby/rubygems/pull/4828)
|
|
1731
|
+
- Fix `bundle gem` on path with spaces [#4816](https://github.com/ruby/rubygems/pull/4816)
|
|
1732
|
+
- Fix bundler hitting the network in some cases where not allowed [#4805](https://github.com/ruby/rubygems/pull/4805)
|
|
1571
1733
|
|
|
1572
1734
|
## 2.2.25 (2021-07-30)
|
|
1573
1735
|
|
|
1574
1736
|
### Deprecations:
|
|
1575
1737
|
|
|
1576
|
-
- Deprecate Gemfile without an explicit global source [#4779](https://github.com/
|
|
1577
|
-
- Deprecate `bundle cache --path` [#4496](https://github.com/
|
|
1738
|
+
- Deprecate Gemfile without an explicit global source [#4779](https://github.com/ruby/rubygems/pull/4779)
|
|
1739
|
+
- Deprecate `bundle cache --path` [#4496](https://github.com/ruby/rubygems/pull/4496)
|
|
1578
1740
|
|
|
1579
1741
|
### Enhancements:
|
|
1580
1742
|
|
|
1581
|
-
- Give better errors when materialization fails [#4788](https://github.com/
|
|
1582
|
-
- Lazily load `shellwords` library [#4786](https://github.com/
|
|
1583
|
-
- Show original error and backtrace directly on `bundle install` errors instead of a more brittle `gem install` hint [#4778](https://github.com/
|
|
1584
|
-
- Remove LoadError message in regards to requiring a relative file [#4772](https://github.com/
|
|
1743
|
+
- Give better errors when materialization fails [#4788](https://github.com/ruby/rubygems/pull/4788)
|
|
1744
|
+
- Lazily load `shellwords` library [#4786](https://github.com/ruby/rubygems/pull/4786)
|
|
1745
|
+
- Show original error and backtrace directly on `bundle install` errors instead of a more brittle `gem install` hint [#4778](https://github.com/ruby/rubygems/pull/4778)
|
|
1746
|
+
- Remove LoadError message in regards to requiring a relative file [#4772](https://github.com/ruby/rubygems/pull/4772)
|
|
1585
1747
|
|
|
1586
1748
|
### Bug fixes:
|
|
1587
1749
|
|
|
1588
|
-
- Fix `BUNDLE_USER_CONFIG` no longer respected as config location [#4797](https://github.com/
|
|
1589
|
-
- Fix `--standalone` installation of default gems [#4782](https://github.com/
|
|
1590
|
-
- Fix `--quiet` flag not printing warnings [#4781](https://github.com/
|
|
1591
|
-
- Fix bundler binstub version selection [#4775](https://github.com/
|
|
1592
|
-
- Fix interrupt handling in Bundler workers [#4767](https://github.com/
|
|
1750
|
+
- Fix `BUNDLE_USER_CONFIG` no longer respected as config location [#4797](https://github.com/ruby/rubygems/pull/4797)
|
|
1751
|
+
- Fix `--standalone` installation of default gems [#4782](https://github.com/ruby/rubygems/pull/4782)
|
|
1752
|
+
- Fix `--quiet` flag not printing warnings [#4781](https://github.com/ruby/rubygems/pull/4781)
|
|
1753
|
+
- Fix bundler binstub version selection [#4775](https://github.com/ruby/rubygems/pull/4775)
|
|
1754
|
+
- Fix interrupt handling in Bundler workers [#4767](https://github.com/ruby/rubygems/pull/4767)
|
|
1593
1755
|
|
|
1594
1756
|
## 2.2.24 (2021-07-15)
|
|
1595
1757
|
|
|
1596
1758
|
### Bug fixes:
|
|
1597
1759
|
|
|
1598
|
-
- Fix development gem unintentionally removed on an edge case [#4751](https://github.com/
|
|
1599
|
-
- Fix dangling empty plugin hooks [#4755](https://github.com/
|
|
1600
|
-
- Fix `bundle plugin install --help` showing `bundle install`'s help [#4756](https://github.com/
|
|
1601
|
-
- Make sure `bundle check` shows uniq missing gems [#4749](https://github.com/
|
|
1760
|
+
- Fix development gem unintentionally removed on an edge case [#4751](https://github.com/ruby/rubygems/pull/4751)
|
|
1761
|
+
- Fix dangling empty plugin hooks [#4755](https://github.com/ruby/rubygems/pull/4755)
|
|
1762
|
+
- Fix `bundle plugin install --help` showing `bundle install`'s help [#4756](https://github.com/ruby/rubygems/pull/4756)
|
|
1763
|
+
- Make sure `bundle check` shows uniq missing gems [#4749](https://github.com/ruby/rubygems/pull/4749)
|
|
1602
1764
|
|
|
1603
1765
|
### Performance:
|
|
1604
1766
|
|
|
1605
|
-
- Slightly speed up `bundler/setup` [#4750](https://github.com/
|
|
1767
|
+
- Slightly speed up `bundler/setup` [#4750](https://github.com/ruby/rubygems/pull/4750)
|
|
1606
1768
|
|
|
1607
1769
|
## 2.2.23 (2021-07-09)
|
|
1608
1770
|
|
|
1609
1771
|
### Enhancements:
|
|
1610
1772
|
|
|
1611
|
-
- Fix `bundle install` on truffleruby selecting incorrect variant for `sorbet-static` gem [#4625](https://github.com/
|
|
1612
|
-
- Spare meaningless warning on read-only bundle invocations [#4724](https://github.com/
|
|
1773
|
+
- Fix `bundle install` on truffleruby selecting incorrect variant for `sorbet-static` gem [#4625](https://github.com/ruby/rubygems/pull/4625)
|
|
1774
|
+
- Spare meaningless warning on read-only bundle invocations [#4724](https://github.com/ruby/rubygems/pull/4724)
|
|
1613
1775
|
|
|
1614
1776
|
### Bug fixes:
|
|
1615
1777
|
|
|
1616
|
-
- Fix incorrect warning about duplicated gems in the Gemfile [#4732](https://github.com/
|
|
1617
|
-
- Fix `bundle plugin install foo` crashing [#4734](https://github.com/
|
|
1778
|
+
- Fix incorrect warning about duplicated gems in the Gemfile [#4732](https://github.com/ruby/rubygems/pull/4732)
|
|
1779
|
+
- Fix `bundle plugin install foo` crashing [#4734](https://github.com/ruby/rubygems/pull/4734)
|
|
1618
1780
|
|
|
1619
1781
|
## 2.2.22 (2021-07-06)
|
|
1620
1782
|
|
|
1621
1783
|
### Enhancements:
|
|
1622
1784
|
|
|
1623
|
-
- Never downgrade indirect dependencies when running `bundle update` [#4713](https://github.com/
|
|
1624
|
-
- Fix `getaddrinfo` errors not treated as fatal on non darwin platforms [#4703](https://github.com/
|
|
1785
|
+
- Never downgrade indirect dependencies when running `bundle update` [#4713](https://github.com/ruby/rubygems/pull/4713)
|
|
1786
|
+
- Fix `getaddrinfo` errors not treated as fatal on non darwin platforms [#4703](https://github.com/ruby/rubygems/pull/4703)
|
|
1625
1787
|
|
|
1626
1788
|
### Bug fixes:
|
|
1627
1789
|
|
|
1628
|
-
- Fix `bundle update <gem>` sometimes hanging and `bundle lock --update` not being able to update an insecure lockfile to the new format if it requires downgrades [#4652](https://github.com/
|
|
1629
|
-
- Fix edge case combination of DSL methods and duplicated sources causing gems to not be found [#4711](https://github.com/
|
|
1630
|
-
- Fix `bundle doctor` crashing when finding a broken symlink [#4707](https://github.com/
|
|
1631
|
-
- Fix incorrect re-resolve edge case [#4700](https://github.com/
|
|
1632
|
-
- Fix some gems being unintentionally locked under multiple lockfile sections [#4701](https://github.com/
|
|
1633
|
-
- Fix `--conservative` flag unexpectedly updating indirect dependencies. NOTE: As part of this bug fix, some undocumented, unintentional code causing `bundle update --source <gem>` to update conservatively was fixed. Use the documented `bundle update --conservative <gem>` instead [#4692](https://github.com/
|
|
1790
|
+
- Fix `bundle update <gem>` sometimes hanging and `bundle lock --update` not being able to update an insecure lockfile to the new format if it requires downgrades [#4652](https://github.com/ruby/rubygems/pull/4652)
|
|
1791
|
+
- Fix edge case combination of DSL methods and duplicated sources causing gems to not be found [#4711](https://github.com/ruby/rubygems/pull/4711)
|
|
1792
|
+
- Fix `bundle doctor` crashing when finding a broken symlink [#4707](https://github.com/ruby/rubygems/pull/4707)
|
|
1793
|
+
- Fix incorrect re-resolve edge case [#4700](https://github.com/ruby/rubygems/pull/4700)
|
|
1794
|
+
- Fix some gems being unintentionally locked under multiple lockfile sections [#4701](https://github.com/ruby/rubygems/pull/4701)
|
|
1795
|
+
- Fix `--conservative` flag unexpectedly updating indirect dependencies. NOTE: As part of this bug fix, some undocumented, unintentional code causing `bundle update --source <gem>` to update conservatively was fixed. Use the documented `bundle update --conservative <gem>` instead [#4692](https://github.com/ruby/rubygems/pull/4692)
|
|
1634
1796
|
|
|
1635
1797
|
## 2.2.21 (2021-06-23)
|
|
1636
1798
|
|
|
1637
1799
|
### Security fixes:
|
|
1638
1800
|
|
|
1639
|
-
- Auto-update insecure lockfile to split GEM source sections whenever possible [#4647](https://github.com/
|
|
1801
|
+
- Auto-update insecure lockfile to split GEM source sections whenever possible [#4647](https://github.com/ruby/rubygems/pull/4647)
|
|
1640
1802
|
|
|
1641
1803
|
### Enhancements:
|
|
1642
1804
|
|
|
1643
|
-
- Use a more limited number of threads when fetching in parallel from the Compact Index API [#4670](https://github.com/
|
|
1644
|
-
- Update TODO link in bundle gem template to https [#4671](https://github.com/
|
|
1805
|
+
- Use a more limited number of threads when fetching in parallel from the Compact Index API [#4670](https://github.com/ruby/rubygems/pull/4670)
|
|
1806
|
+
- Update TODO link in bundle gem template to https [#4671](https://github.com/ruby/rubygems/pull/4671)
|
|
1645
1807
|
|
|
1646
1808
|
### Bug fixes:
|
|
1647
1809
|
|
|
1648
|
-
- Fix `bundle install --local` hitting the network when `cache_all_platforms` configured [#4677](https://github.com/
|
|
1810
|
+
- Fix `bundle install --local` hitting the network when `cache_all_platforms` configured [#4677](https://github.com/ruby/rubygems/pull/4677)
|
|
1649
1811
|
|
|
1650
1812
|
## 2.2.20 (2021-06-11)
|
|
1651
1813
|
|
|
1652
1814
|
### Enhancements:
|
|
1653
1815
|
|
|
1654
|
-
- Don't print bug report template on server side errors [#4663](https://github.com/
|
|
1655
|
-
- Don't load `resolv` unnecessarily [#4640](https://github.com/
|
|
1816
|
+
- Don't print bug report template on server side errors [#4663](https://github.com/ruby/rubygems/pull/4663)
|
|
1817
|
+
- Don't load `resolv` unnecessarily [#4640](https://github.com/ruby/rubygems/pull/4640)
|
|
1656
1818
|
|
|
1657
1819
|
### Bug fixes:
|
|
1658
1820
|
|
|
1659
|
-
- Fix `bundle outdated` edge case [#4648](https://github.com/
|
|
1660
|
-
- Fix `bundle check` with scoped rubygems sources [#4639](https://github.com/
|
|
1821
|
+
- Fix `bundle outdated` edge case [#4648](https://github.com/ruby/rubygems/pull/4648)
|
|
1822
|
+
- Fix `bundle check` with scoped rubygems sources [#4639](https://github.com/ruby/rubygems/pull/4639)
|
|
1661
1823
|
|
|
1662
1824
|
### Performance:
|
|
1663
1825
|
|
|
1664
|
-
- Don't use `extra_rdoc_files` with md files in gemspec to make installing bundler with docs faster [#4628](https://github.com/
|
|
1826
|
+
- Don't use `extra_rdoc_files` with md files in gemspec to make installing bundler with docs faster [#4628](https://github.com/ruby/rubygems/pull/4628)
|
|
1665
1827
|
|
|
1666
1828
|
## 2.2.19 (2021-05-31)
|
|
1667
1829
|
|
|
1668
1830
|
### Bug fixes:
|
|
1669
1831
|
|
|
1670
|
-
- Restore support for configuration keys with dashes [#4582](https://github.com/
|
|
1671
|
-
- Fix some cached gems being unintentionally ignored when using rubygems 3.2.18 [#4623](https://github.com/
|
|
1832
|
+
- Restore support for configuration keys with dashes [#4582](https://github.com/ruby/rubygems/pull/4582)
|
|
1833
|
+
- Fix some cached gems being unintentionally ignored when using rubygems 3.2.18 [#4623](https://github.com/ruby/rubygems/pull/4623)
|
|
1672
1834
|
|
|
1673
1835
|
## 2.2.18 (2021-05-25)
|
|
1674
1836
|
|
|
1675
1837
|
### Security fixes:
|
|
1676
1838
|
|
|
1677
|
-
- Fix dependency confusion issues with implicit dependencies [#4609](https://github.com/
|
|
1839
|
+
- Fix dependency confusion issues with implicit dependencies [#4609](https://github.com/ruby/rubygems/pull/4609)
|
|
1678
1840
|
|
|
1679
1841
|
### Enhancements:
|
|
1680
1842
|
|
|
1681
|
-
- Use simpler notation for generated `required_ruby_version` [#4598](https://github.com/
|
|
1682
|
-
- Undeprecate bundle show [#4586](https://github.com/
|
|
1683
|
-
- Make sure link to new issue uses the proper template [#4592](https://github.com/
|
|
1843
|
+
- Use simpler notation for generated `required_ruby_version` [#4598](https://github.com/ruby/rubygems/pull/4598)
|
|
1844
|
+
- Undeprecate bundle show [#4586](https://github.com/ruby/rubygems/pull/4586)
|
|
1845
|
+
- Make sure link to new issue uses the proper template [#4592](https://github.com/ruby/rubygems/pull/4592)
|
|
1684
1846
|
|
|
1685
1847
|
### Bug fixes:
|
|
1686
1848
|
|
|
1687
|
-
- Fix platform specific gems being removed from the lockfile [#4580](https://github.com/
|
|
1849
|
+
- Fix platform specific gems being removed from the lockfile [#4580](https://github.com/ruby/rubygems/pull/4580)
|
|
1688
1850
|
|
|
1689
1851
|
## 2.2.17 (2021-05-05)
|
|
1690
1852
|
|
|
1691
1853
|
### Enhancements:
|
|
1692
1854
|
|
|
1693
|
-
- Improve authentication required error message to include an alternative using `ENV` [#4565](https://github.com/
|
|
1694
|
-
- Discard partial range responses without etag [#4563](https://github.com/
|
|
1695
|
-
- Fix configuring ENV for a gem server with a name including dashes [#4571](https://github.com/
|
|
1696
|
-
- Redact credentials from `bundle env` and `bundle config` [#4566](https://github.com/
|
|
1697
|
-
- Redact all sources in verbose mode [#4564](https://github.com/
|
|
1698
|
-
- Improve `bundle pristine` error if `BUNDLE_GEMFILE` does not exist [#4536](https://github.com/
|
|
1699
|
-
- [CurrentRuby] Add 3.0 as a known minor [#4535](https://github.com/
|
|
1700
|
-
- Prefer File.read instead of IO.read [#4530](https://github.com/
|
|
1701
|
-
- Add space after open curly bracket in Gemfile and gems.rb template [#4518](https://github.com/
|
|
1855
|
+
- Improve authentication required error message to include an alternative using `ENV` [#4565](https://github.com/ruby/rubygems/pull/4565)
|
|
1856
|
+
- Discard partial range responses without etag [#4563](https://github.com/ruby/rubygems/pull/4563)
|
|
1857
|
+
- Fix configuring ENV for a gem server with a name including dashes [#4571](https://github.com/ruby/rubygems/pull/4571)
|
|
1858
|
+
- Redact credentials from `bundle env` and `bundle config` [#4566](https://github.com/ruby/rubygems/pull/4566)
|
|
1859
|
+
- Redact all sources in verbose mode [#4564](https://github.com/ruby/rubygems/pull/4564)
|
|
1860
|
+
- Improve `bundle pristine` error if `BUNDLE_GEMFILE` does not exist [#4536](https://github.com/ruby/rubygems/pull/4536)
|
|
1861
|
+
- [CurrentRuby] Add 3.0 as a known minor [#4535](https://github.com/ruby/rubygems/pull/4535)
|
|
1862
|
+
- Prefer File.read instead of IO.read [#4530](https://github.com/ruby/rubygems/pull/4530)
|
|
1863
|
+
- Add space after open curly bracket in Gemfile and gems.rb template [#4518](https://github.com/ruby/rubygems/pull/4518)
|
|
1702
1864
|
|
|
1703
1865
|
### Bug fixes:
|
|
1704
1866
|
|
|
1705
|
-
- Make sure specs are fetched from the right source when materializing [#4562](https://github.com/
|
|
1706
|
-
- Fix `bundle cache` with an up-to-date lockfile and specs not already installed [#4554](https://github.com/
|
|
1707
|
-
- Ignore `deployment` setting in inline mode [#4523](https://github.com/
|
|
1867
|
+
- Make sure specs are fetched from the right source when materializing [#4562](https://github.com/ruby/rubygems/pull/4562)
|
|
1868
|
+
- Fix `bundle cache` with an up-to-date lockfile and specs not already installed [#4554](https://github.com/ruby/rubygems/pull/4554)
|
|
1869
|
+
- Ignore `deployment` setting in inline mode [#4523](https://github.com/ruby/rubygems/pull/4523)
|
|
1708
1870
|
|
|
1709
1871
|
### Performance:
|
|
1710
1872
|
|
|
1711
|
-
- Don't materialize resolutions when not necessary [#4556](https://github.com/
|
|
1873
|
+
- Don't materialize resolutions when not necessary [#4556](https://github.com/ruby/rubygems/pull/4556)
|
|
1712
1874
|
|
|
1713
1875
|
## 2.2.16 (2021-04-08)
|
|
1714
1876
|
|
|
1715
1877
|
### Enhancements:
|
|
1716
1878
|
|
|
1717
|
-
- Add `--github-username` option and config to `bundle gem` [#3687](https://github.com/
|
|
1718
|
-
- Bump vendored `tmpdir` library copy [#4506](https://github.com/
|
|
1719
|
-
- Add `rake build:checksum` task to build checksums for a gem package [#4156](https://github.com/
|
|
1720
|
-
- Enable bundler-cache for GitHub Actions template [#4498](https://github.com/
|
|
1721
|
-
- Improve `bundle info` error when gem is on a "disabled" group [#4492](https://github.com/
|
|
1722
|
-
- Small tweak to yank message [#4494](https://github.com/
|
|
1723
|
-
- Don't show duplicate entries in `bundle outdated` output [#4474](https://github.com/
|
|
1724
|
-
- Never downgrade top level gems when running `bundle update` [#4473](https://github.com/
|
|
1879
|
+
- Add `--github-username` option and config to `bundle gem` [#3687](https://github.com/ruby/rubygems/pull/3687)
|
|
1880
|
+
- Bump vendored `tmpdir` library copy [#4506](https://github.com/ruby/rubygems/pull/4506)
|
|
1881
|
+
- Add `rake build:checksum` task to build checksums for a gem package [#4156](https://github.com/ruby/rubygems/pull/4156)
|
|
1882
|
+
- Enable bundler-cache for GitHub Actions template [#4498](https://github.com/ruby/rubygems/pull/4498)
|
|
1883
|
+
- Improve `bundle info` error when gem is on a "disabled" group [#4492](https://github.com/ruby/rubygems/pull/4492)
|
|
1884
|
+
- Small tweak to yank message [#4494](https://github.com/ruby/rubygems/pull/4494)
|
|
1885
|
+
- Don't show duplicate entries in `bundle outdated` output [#4474](https://github.com/ruby/rubygems/pull/4474)
|
|
1886
|
+
- Never downgrade top level gems when running `bundle update` [#4473](https://github.com/ruby/rubygems/pull/4473)
|
|
1725
1887
|
|
|
1726
1888
|
### Bug fixes:
|
|
1727
1889
|
|
|
1728
|
-
- Fix incorrect logic for filtering metadata matching candidates [#4497](https://github.com/
|
|
1890
|
+
- Fix incorrect logic for filtering metadata matching candidates [#4497](https://github.com/ruby/rubygems/pull/4497)
|
|
1729
1891
|
|
|
1730
1892
|
## 2.2.15 (2021-03-19)
|
|
1731
1893
|
|
|
1732
1894
|
### Enhancements:
|
|
1733
1895
|
|
|
1734
|
-
- Add a hint about bundler installing executables for path gems [#4461](https://github.com/
|
|
1735
|
-
- Warn lockfiles with incorrect resolutions [#4459](https://github.com/
|
|
1736
|
-
- Don't generate duplicate redundant sources in the lockfile [#4456](https://github.com/
|
|
1896
|
+
- Add a hint about bundler installing executables for path gems [#4461](https://github.com/ruby/rubygems/pull/4461)
|
|
1897
|
+
- Warn lockfiles with incorrect resolutions [#4459](https://github.com/ruby/rubygems/pull/4459)
|
|
1898
|
+
- Don't generate duplicate redundant sources in the lockfile [#4456](https://github.com/ruby/rubygems/pull/4456)
|
|
1737
1899
|
|
|
1738
1900
|
### Bug fixes:
|
|
1739
1901
|
|
|
1740
|
-
- Respect running ruby when resolving platforms [#4449](https://github.com/
|
|
1902
|
+
- Respect running ruby when resolving platforms [#4449](https://github.com/ruby/rubygems/pull/4449)
|
|
1741
1903
|
|
|
1742
1904
|
## 2.2.14 (2021-03-08)
|
|
1743
1905
|
|
|
1744
1906
|
### Security fixes:
|
|
1745
1907
|
|
|
1746
|
-
- Lock GEM sources separately and fix locally installed specs confusing bundler [#4381](https://github.com/
|
|
1908
|
+
- Lock GEM sources separately and fix locally installed specs confusing bundler [#4381](https://github.com/ruby/rubygems/pull/4381)
|
|
1747
1909
|
|
|
1748
1910
|
### Bug fixes:
|
|
1749
1911
|
|
|
1750
|
-
- Make `rake` available to other gems' installers right after it's installed [#4428](https://github.com/
|
|
1751
|
-
- Fix encoding issue on compact index updater [#4362](https://github.com/
|
|
1912
|
+
- Make `rake` available to other gems' installers right after it's installed [#4428](https://github.com/ruby/rubygems/pull/4428)
|
|
1913
|
+
- Fix encoding issue on compact index updater [#4362](https://github.com/ruby/rubygems/pull/4362)
|
|
1752
1914
|
|
|
1753
1915
|
## 2.2.13 (2021-03-03)
|
|
1754
1916
|
|
|
1755
1917
|
### Enhancements:
|
|
1756
1918
|
|
|
1757
|
-
- Respect user configured default branch in README links in new generated gems [#4303](https://github.com/
|
|
1919
|
+
- Respect user configured default branch in README links in new generated gems [#4303](https://github.com/ruby/rubygems/pull/4303)
|
|
1758
1920
|
|
|
1759
1921
|
### Bug fixes:
|
|
1760
1922
|
|
|
1761
|
-
- Fix gems sometimes being pulled from irrelevant sources [#4418](https://github.com/
|
|
1923
|
+
- Fix gems sometimes being pulled from irrelevant sources [#4418](https://github.com/ruby/rubygems/pull/4418)
|
|
1762
1924
|
|
|
1763
1925
|
## 2.2.12 (2021-03-01)
|
|
1764
1926
|
|
|
1765
1927
|
### Bug fixes:
|
|
1766
1928
|
|
|
1767
|
-
- Fix sporadic warnings about `nil` gemspec on install/update and make those faster [#4409](https://github.com/
|
|
1768
|
-
- Fix deployment install with duplicate path gems added to Gemfile [#4410](https://github.com/
|
|
1929
|
+
- Fix sporadic warnings about `nil` gemspec on install/update and make those faster [#4409](https://github.com/ruby/rubygems/pull/4409)
|
|
1930
|
+
- Fix deployment install with duplicate path gems added to Gemfile [#4410](https://github.com/ruby/rubygems/pull/4410)
|
|
1769
1931
|
|
|
1770
1932
|
## 2.2.11 (2021-02-17)
|
|
1771
1933
|
|
|
1772
1934
|
### Bug fixes:
|
|
1773
1935
|
|
|
1774
|
-
- Revert disable_multisource changes [#4385](https://github.com/
|
|
1936
|
+
- Revert disable_multisource changes [#4385](https://github.com/ruby/rubygems/pull/4385)
|
|
1775
1937
|
|
|
1776
1938
|
## 2.2.10 (2021-02-15)
|
|
1777
1939
|
|
|
1778
1940
|
### Security fixes:
|
|
1779
1941
|
|
|
1780
|
-
- Fix source priority for transitive dependencies and split lockfile rubygems source sections [#3655](https://github.com/
|
|
1942
|
+
- Fix source priority for transitive dependencies and split lockfile rubygems source sections [#3655](https://github.com/ruby/rubygems/pull/3655)
|
|
1781
1943
|
|
|
1782
1944
|
### Bug fixes:
|
|
1783
1945
|
|
|
1784
|
-
- Fix adding platforms to lockfile sometimes conflicting on ruby requirements [#4371](https://github.com/
|
|
1785
|
-
- Fix bundler sometimes choosing ruby variants over java ones [#4367](https://github.com/
|
|
1946
|
+
- Fix adding platforms to lockfile sometimes conflicting on ruby requirements [#4371](https://github.com/ruby/rubygems/pull/4371)
|
|
1947
|
+
- Fix bundler sometimes choosing ruby variants over java ones [#4367](https://github.com/ruby/rubygems/pull/4367)
|
|
1786
1948
|
|
|
1787
1949
|
### Documentation:
|
|
1788
1950
|
|
|
1789
|
-
- Update man pages to reflect to new default for bundle install jobs [#4188](https://github.com/
|
|
1951
|
+
- Update man pages to reflect to new default for bundle install jobs [#4188](https://github.com/ruby/rubygems/pull/4188)
|
|
1790
1952
|
|
|
1791
1953
|
## 2.2.9 (2021-02-08)
|
|
1792
1954
|
|
|
1793
1955
|
### Enhancements:
|
|
1794
1956
|
|
|
1795
|
-
- Stop removing existing platforms when force_ruby_platform is true [#4336](https://github.com/
|
|
1957
|
+
- Stop removing existing platforms when force_ruby_platform is true [#4336](https://github.com/ruby/rubygems/pull/4336)
|
|
1796
1958
|
|
|
1797
1959
|
### Bug fixes:
|
|
1798
1960
|
|
|
1799
|
-
- Don't install platform specific gems on truffleruby [#4333](https://github.com/
|
|
1961
|
+
- Don't install platform specific gems on truffleruby [#4333](https://github.com/ruby/rubygems/pull/4333)
|
|
1800
1962
|
|
|
1801
1963
|
## 2.2.8 (2021-02-02)
|
|
1802
1964
|
|
|
1803
1965
|
### Enhancements:
|
|
1804
1966
|
|
|
1805
|
-
- Add a CHANGELOG.md file to gems generated by `bundle gem` [#4093](https://github.com/
|
|
1806
|
-
- Support gemified `set` [#4297](https://github.com/
|
|
1967
|
+
- Add a CHANGELOG.md file to gems generated by `bundle gem` [#4093](https://github.com/ruby/rubygems/pull/4093)
|
|
1968
|
+
- Support gemified `set` [#4297](https://github.com/ruby/rubygems/pull/4297)
|
|
1807
1969
|
|
|
1808
1970
|
### Bug fixes:
|
|
1809
1971
|
|
|
1810
|
-
- Fix standalone Kernel.require visibility [#4337](https://github.com/
|
|
1972
|
+
- Fix standalone Kernel.require visibility [#4337](https://github.com/ruby/rubygems/pull/4337)
|
|
1811
1973
|
|
|
1812
1974
|
### Performance:
|
|
1813
1975
|
|
|
1814
|
-
- Fix resolver edge cases and speed up bundler [#4277](https://github.com/
|
|
1976
|
+
- Fix resolver edge cases and speed up bundler [#4277](https://github.com/ruby/rubygems/pull/4277)
|
|
1815
1977
|
|
|
1816
1978
|
## 2.2.7 (2021-01-26)
|
|
1817
1979
|
|
|
1818
1980
|
### Enhancements:
|
|
1819
1981
|
|
|
1820
|
-
- Improve error messages when dependency on bundler conflicts with running version [#4308](https://github.com/
|
|
1821
|
-
- Avoid showing platforms with requirements in error messages [#4310](https://github.com/
|
|
1822
|
-
- Introduce disable_local_revision_check config [#4237](https://github.com/
|
|
1823
|
-
- Reverse rubygems require mixin with bundler standalone [#4299](https://github.com/
|
|
1982
|
+
- Improve error messages when dependency on bundler conflicts with running version [#4308](https://github.com/ruby/rubygems/pull/4308)
|
|
1983
|
+
- Avoid showing platforms with requirements in error messages [#4310](https://github.com/ruby/rubygems/pull/4310)
|
|
1984
|
+
- Introduce disable_local_revision_check config [#4237](https://github.com/ruby/rubygems/pull/4237)
|
|
1985
|
+
- Reverse rubygems require mixin with bundler standalone [#4299](https://github.com/ruby/rubygems/pull/4299)
|
|
1824
1986
|
|
|
1825
1987
|
### Bug fixes:
|
|
1826
1988
|
|
|
1827
|
-
- Fix releasing from a not yet pushed branch [#4309](https://github.com/
|
|
1828
|
-
- Install cache only once if it already exists [#4304](https://github.com/
|
|
1829
|
-
- Fix `force_ruby_platform` no longer being respected [#4302](https://github.com/
|
|
1989
|
+
- Fix releasing from a not yet pushed branch [#4309](https://github.com/ruby/rubygems/pull/4309)
|
|
1990
|
+
- Install cache only once if it already exists [#4304](https://github.com/ruby/rubygems/pull/4304)
|
|
1991
|
+
- Fix `force_ruby_platform` no longer being respected [#4302](https://github.com/ruby/rubygems/pull/4302)
|
|
1830
1992
|
|
|
1831
1993
|
### Performance:
|
|
1832
1994
|
|
|
1833
|
-
- Fix resolver dependency comparison [#4289](https://github.com/
|
|
1995
|
+
- Fix resolver dependency comparison [#4289](https://github.com/ruby/rubygems/pull/4289)
|
|
1834
1996
|
|
|
1835
1997
|
## 2.2.6 (2021-01-18)
|
|
1836
1998
|
|
|
1837
1999
|
### Enhancements:
|
|
1838
2000
|
|
|
1839
|
-
- Improve resolver debugging [#4288](https://github.com/
|
|
2001
|
+
- Improve resolver debugging [#4288](https://github.com/ruby/rubygems/pull/4288)
|
|
1840
2002
|
|
|
1841
2003
|
### Bug fixes:
|
|
1842
2004
|
|
|
1843
|
-
- Fix dependency locking for path source [#4293](https://github.com/
|
|
2005
|
+
- Fix dependency locking for path source [#4293](https://github.com/ruby/rubygems/pull/4293)
|
|
1844
2006
|
|
|
1845
2007
|
### Performance:
|
|
1846
2008
|
|
|
1847
|
-
- Speed up complex dependency resolves by creating DepProxy factory and cache [#4216](https://github.com/
|
|
2009
|
+
- Speed up complex dependency resolves by creating DepProxy factory and cache [#4216](https://github.com/ruby/rubygems/pull/4216)
|
|
1848
2010
|
|
|
1849
2011
|
## 2.2.5 (2021-01-11)
|
|
1850
2012
|
|
|
1851
2013
|
### Enhancements:
|
|
1852
2014
|
|
|
1853
|
-
- Improve rubocop setup in the new gem template [#4220](https://github.com/
|
|
1854
|
-
- Support repositories with default branch not named master [#4224](https://github.com/
|
|
2015
|
+
- Improve rubocop setup in the new gem template [#4220](https://github.com/ruby/rubygems/pull/4220)
|
|
2016
|
+
- Support repositories with default branch not named master [#4224](https://github.com/ruby/rubygems/pull/4224)
|
|
1855
2017
|
|
|
1856
2018
|
### Bug fixes:
|
|
1857
2019
|
|
|
1858
|
-
- Let Net::HTTP decompress the index instead of doing it manually [#4081](https://github.com/
|
|
1859
|
-
- Workaround for another jruby crash when autoloading a constant [#4252](https://github.com/
|
|
1860
|
-
- Fix another performance regression in the resolver [#4243](https://github.com/
|
|
1861
|
-
- Restore support for old git versions [#4233](https://github.com/
|
|
1862
|
-
- Give a proper error if cache path does not have write access [#4215](https://github.com/
|
|
1863
|
-
- Fix running `rake release` from an ambiguous ref [#4219](https://github.com/
|
|
2020
|
+
- Let Net::HTTP decompress the index instead of doing it manually [#4081](https://github.com/ruby/rubygems/pull/4081)
|
|
2021
|
+
- Workaround for another jruby crash when autoloading a constant [#4252](https://github.com/ruby/rubygems/pull/4252)
|
|
2022
|
+
- Fix another performance regression in the resolver [#4243](https://github.com/ruby/rubygems/pull/4243)
|
|
2023
|
+
- Restore support for old git versions [#4233](https://github.com/ruby/rubygems/pull/4233)
|
|
2024
|
+
- Give a proper error if cache path does not have write access [#4215](https://github.com/ruby/rubygems/pull/4215)
|
|
2025
|
+
- Fix running `rake release` from an ambiguous ref [#4219](https://github.com/ruby/rubygems/pull/4219)
|
|
1864
2026
|
|
|
1865
2027
|
## 2.2.4 (2020-12-31)
|
|
1866
2028
|
|
|
1867
2029
|
### Bug fixes:
|
|
1868
2030
|
|
|
1869
|
-
- Fix bundle man pages display on truffleruby [#4209](https://github.com/
|
|
1870
|
-
- Fix Windows + JRuby no longer being able to install git sources [#4196](https://github.com/
|
|
2031
|
+
- Fix bundle man pages display on truffleruby [#4209](https://github.com/ruby/rubygems/pull/4209)
|
|
2032
|
+
- Fix Windows + JRuby no longer being able to install git sources [#4196](https://github.com/ruby/rubygems/pull/4196)
|
|
1871
2033
|
|
|
1872
2034
|
## 2.2.3 (2020-12-22)
|
|
1873
2035
|
|
|
1874
2036
|
### Bug fixes:
|
|
1875
2037
|
|
|
1876
|
-
- Restore full compatibility with previous lockfiles [#4179](https://github.com/
|
|
1877
|
-
- Add all matching variants with the same platform specificity to the lockfile [#4180](https://github.com/
|
|
1878
|
-
- Fix bundler installing gems for a different platform when running in frozen mode and current platform not in the lockfile [#4172](https://github.com/
|
|
1879
|
-
- Fix crash when `bundle exec`'ing to bundler [#4175](https://github.com/
|
|
2038
|
+
- Restore full compatibility with previous lockfiles [#4179](https://github.com/ruby/rubygems/pull/4179)
|
|
2039
|
+
- Add all matching variants with the same platform specificity to the lockfile [#4180](https://github.com/ruby/rubygems/pull/4180)
|
|
2040
|
+
- Fix bundler installing gems for a different platform when running in frozen mode and current platform not in the lockfile [#4172](https://github.com/ruby/rubygems/pull/4172)
|
|
2041
|
+
- Fix crash when `bundle exec`'ing to bundler [#4175](https://github.com/ruby/rubygems/pull/4175)
|
|
1880
2042
|
|
|
1881
2043
|
## 2.2.2 (2020-12-17)
|
|
1882
2044
|
|
|
1883
2045
|
### Bug fixes:
|
|
1884
2046
|
|
|
1885
|
-
- Fix resolver crash when a candidate has 0 matching platforms [#4163](https://github.com/
|
|
1886
|
-
- Restore change to copy global with/without config locally upon `bundle install` [#4154](https://github.com/
|
|
2047
|
+
- Fix resolver crash when a candidate has 0 matching platforms [#4163](https://github.com/ruby/rubygems/pull/4163)
|
|
2048
|
+
- Restore change to copy global with/without config locally upon `bundle install` [#4154](https://github.com/ruby/rubygems/pull/4154)
|
|
1887
2049
|
|
|
1888
2050
|
## 2.2.1 (2020-12-14)
|
|
1889
2051
|
|
|
1890
2052
|
### Bug fixes:
|
|
1891
2053
|
|
|
1892
|
-
- Ad-hoc fix for platform regression [#4127](https://github.com/
|
|
1893
|
-
- Workaround JRuby + Windows issue with net-http-persistent vendored code [#4138](https://github.com/
|
|
1894
|
-
- Reset also root when in a nested invocation [#4140](https://github.com/
|
|
1895
|
-
- Restore 2.1.4 resolution times [#4134](https://github.com/
|
|
1896
|
-
- Fix `bundle outdated --strict` crash [#4133](https://github.com/
|
|
1897
|
-
- Autoload `Bundler::RemoteSpecification` to workaround crash on jruby [#4114](https://github.com/
|
|
2054
|
+
- Ad-hoc fix for platform regression [#4127](https://github.com/ruby/rubygems/pull/4127)
|
|
2055
|
+
- Workaround JRuby + Windows issue with net-http-persistent vendored code [#4138](https://github.com/ruby/rubygems/pull/4138)
|
|
2056
|
+
- Reset also root when in a nested invocation [#4140](https://github.com/ruby/rubygems/pull/4140)
|
|
2057
|
+
- Restore 2.1.4 resolution times [#4134](https://github.com/ruby/rubygems/pull/4134)
|
|
2058
|
+
- Fix `bundle outdated --strict` crash [#4133](https://github.com/ruby/rubygems/pull/4133)
|
|
2059
|
+
- Autoload `Bundler::RemoteSpecification` to workaround crash on jruby [#4114](https://github.com/ruby/rubygems/pull/4114)
|
|
1898
2060
|
|
|
1899
2061
|
## 2.2.0 (2020-12-07)
|
|
1900
2062
|
|
|
1901
2063
|
### Enhancements:
|
|
1902
2064
|
|
|
1903
|
-
- New gem template: prefer `require_relative` to `require` [#4066](https://github.com/
|
|
1904
|
-
- Always show underlying error when fetching specs fails [#4061](https://github.com/
|
|
1905
|
-
- Add `--all-platforms` flag to `bundle binstubs` to generate binstubs for all platforms [#3886](https://github.com/
|
|
1906
|
-
- Improve gem not found in source error messages [#4019](https://github.com/
|
|
1907
|
-
- Revert resolving all Gemfile platforms automatically [#4052](https://github.com/
|
|
1908
|
-
- Remove extra empty line from README template [#4041](https://github.com/
|
|
1909
|
-
- Lazily load `erb` [#4011](https://github.com/
|
|
1910
|
-
|
|
1911
|
-
### Bug fixes:
|
|
1912
|
-
|
|
1913
|
-
- Fix `Bundler::Plugin::API::Source#to_s` having empty source type [#4084](https://github.com/
|
|
1914
|
-
- Raise consistent errors with or without `bundle exec` [#4063](https://github.com/
|
|
1915
|
-
- Fix edge case resulting in a crash when using `zeitwerk` inside a nested `bundle exec` invocation [#4062](https://github.com/
|
|
1916
|
-
- Enable `specific_platform` by default [#4015](https://github.com/
|
|
1917
|
-
- Prevent remove command from deleting gemfile lines that are comments [#4045](https://github.com/
|
|
1918
|
-
- Fix issue with `cache_all_platforms` and `specific_platform` configured [#4042](https://github.com/
|
|
1919
|
-
- Fix incorrect error message on Windows [#4039](https://github.com/
|
|
1920
|
-
- Make printed drive letters consistent on Windows [#4038](https://github.com/
|
|
1921
|
-
- Load rubygems plugins from RUBYLIB during `bundle install` and `bundle update` [#3534](https://github.com/
|
|
1922
|
-
- Fix `specific_platform` and `cache_all` with `bundle cache --all-platforms` [#4022](https://github.com/
|
|
1923
|
-
- Bring back the possibility to install a plugin from path [#4020](https://github.com/
|
|
1924
|
-
- Move ronn pages to lib [#3997](https://github.com/
|
|
1925
|
-
- Fix fileutils double load when using `bundler/inline` [#3991](https://github.com/
|
|
1926
|
-
- Accept responses with no etag header [#3865](https://github.com/
|
|
2065
|
+
- New gem template: prefer `require_relative` to `require` [#4066](https://github.com/ruby/rubygems/pull/4066)
|
|
2066
|
+
- Always show underlying error when fetching specs fails [#4061](https://github.com/ruby/rubygems/pull/4061)
|
|
2067
|
+
- Add `--all-platforms` flag to `bundle binstubs` to generate binstubs for all platforms [#3886](https://github.com/ruby/rubygems/pull/3886)
|
|
2068
|
+
- Improve gem not found in source error messages [#4019](https://github.com/ruby/rubygems/pull/4019)
|
|
2069
|
+
- Revert resolving all Gemfile platforms automatically [#4052](https://github.com/ruby/rubygems/pull/4052)
|
|
2070
|
+
- Remove extra empty line from README template [#4041](https://github.com/ruby/rubygems/pull/4041)
|
|
2071
|
+
- Lazily load `erb` [#4011](https://github.com/ruby/rubygems/pull/4011)
|
|
2072
|
+
|
|
2073
|
+
### Bug fixes:
|
|
2074
|
+
|
|
2075
|
+
- Fix `Bundler::Plugin::API::Source#to_s` having empty source type [#4084](https://github.com/ruby/rubygems/pull/4084)
|
|
2076
|
+
- Raise consistent errors with or without `bundle exec` [#4063](https://github.com/ruby/rubygems/pull/4063)
|
|
2077
|
+
- Fix edge case resulting in a crash when using `zeitwerk` inside a nested `bundle exec` invocation [#4062](https://github.com/ruby/rubygems/pull/4062)
|
|
2078
|
+
- Enable `specific_platform` by default [#4015](https://github.com/ruby/rubygems/pull/4015)
|
|
2079
|
+
- Prevent remove command from deleting gemfile lines that are comments [#4045](https://github.com/ruby/rubygems/pull/4045)
|
|
2080
|
+
- Fix issue with `cache_all_platforms` and `specific_platform` configured [#4042](https://github.com/ruby/rubygems/pull/4042)
|
|
2081
|
+
- Fix incorrect error message on Windows [#4039](https://github.com/ruby/rubygems/pull/4039)
|
|
2082
|
+
- Make printed drive letters consistent on Windows [#4038](https://github.com/ruby/rubygems/pull/4038)
|
|
2083
|
+
- Load rubygems plugins from RUBYLIB during `bundle install` and `bundle update` [#3534](https://github.com/ruby/rubygems/pull/3534)
|
|
2084
|
+
- Fix `specific_platform` and `cache_all` with `bundle cache --all-platforms` [#4022](https://github.com/ruby/rubygems/pull/4022)
|
|
2085
|
+
- Bring back the possibility to install a plugin from path [#4020](https://github.com/ruby/rubygems/pull/4020)
|
|
2086
|
+
- Move ronn pages to lib [#3997](https://github.com/ruby/rubygems/pull/3997)
|
|
2087
|
+
- Fix fileutils double load when using `bundler/inline` [#3991](https://github.com/ruby/rubygems/pull/3991)
|
|
2088
|
+
- Accept responses with no etag header [#3865](https://github.com/ruby/rubygems/pull/3865)
|
|
1927
2089
|
|
|
1928
2090
|
### Documentation:
|
|
1929
2091
|
|
|
1930
|
-
- Fix typo of `bundle-install.1` (v2.1) [#4079](https://github.com/
|
|
1931
|
-
- Add commented out example and more information link to generated gemspec [#4034](https://github.com/
|
|
2092
|
+
- Fix typo of `bundle-install.1` (v2.1) [#4079](https://github.com/ruby/rubygems/pull/4079)
|
|
2093
|
+
- Add commented out example and more information link to generated gemspec [#4034](https://github.com/ruby/rubygems/pull/4034)
|
|
1932
2094
|
|
|
1933
2095
|
## 2.2.0.rc.2 (2020-10-06)
|
|
1934
2096
|
|
|
1935
2097
|
### Features:
|
|
1936
2098
|
|
|
1937
|
-
- Add `bundle fund` command [#3390](https://github.com/
|
|
2099
|
+
- Add `bundle fund` command [#3390](https://github.com/ruby/rubygems/pull/3390)
|
|
1938
2100
|
|
|
1939
2101
|
### Enhancements:
|
|
1940
2102
|
|
|
1941
|
-
- Fix ls-files matching regexp [#3845](https://github.com/
|
|
1942
|
-
- Remove redundant `bundler/setup` require from `spec_helper.rb` generated by `bundle gem` [#3791](https://github.com/
|
|
1943
|
-
|
|
1944
|
-
### Bug fixes:
|
|
1945
|
-
|
|
1946
|
-
- Deduplicate spec groups [#3965](https://github.com/
|
|
1947
|
-
- Fix some cases of running `bundler` on a path including brackets [#3854](https://github.com/
|
|
1948
|
-
- Don't warn when deinit'ing submodules [#3969](https://github.com/
|
|
1949
|
-
- Make `bundle clean --force` leave default gem executables untouched [#3907](https://github.com/
|
|
1950
|
-
- Prioritize `path.system` over `path` when it makes sense [#3933](https://github.com/
|
|
1951
|
-
- Sort requirements in Gem::Requirement to succeed comparison with different order [#3889](https://github.com/
|
|
1952
|
-
- Print bug report template to standard error [#3924](https://github.com/
|
|
1953
|
-
- Restore `bundle cache --all` in all cases [#3914](https://github.com/
|
|
1954
|
-
- Move shebang to the top of `bin/console` template [#3927](https://github.com/
|
|
1955
|
-
- Fix platform issues when running under a frozen bundle [#3909](https://github.com/
|
|
1956
|
-
- Fix deprecation messages for `bundle install` flags, the config should be --local as before [#3917](https://github.com/
|
|
1957
|
-
- Look for absolute path when removing bundler/setup from RUBYOPT in Bundler.unbundled_env method [#3877](https://github.com/
|
|
1958
|
-
- Fix incorrect re-resolution when path gem excluded and not available [#3902](https://github.com/
|
|
1959
|
-
- Fix error when building error message in `bundler/inline` [#3901](https://github.com/
|
|
1960
|
-
- Fix regression related to locked ruby [#3900](https://github.com/
|
|
1961
|
-
- Expand load paths in standalone setup.rb file [#3522](https://github.com/
|
|
1962
|
-
- Fix broken exception recovery code when installing plugins [#3487](https://github.com/
|
|
1963
|
-
- Fix incorrect build info on development versions of bundler, and on bundler versions installed as a default gem [#3778](https://github.com/
|
|
1964
|
-
- Avoid autoloading `openssl` to try help with jruby load service issues [#3809](https://github.com/
|
|
1965
|
-
- Fix `rake release` pushing all local tags instead of only the release tag [#3785](https://github.com/
|
|
1966
|
-
- Fix `rake release` aborting when credentials file is missing, even if properly configured through XDG [#3783](https://github.com/
|
|
2103
|
+
- Fix ls-files matching regexp [#3845](https://github.com/ruby/rubygems/pull/3845)
|
|
2104
|
+
- Remove redundant `bundler/setup` require from `spec_helper.rb` generated by `bundle gem` [#3791](https://github.com/ruby/rubygems/pull/3791)
|
|
2105
|
+
|
|
2106
|
+
### Bug fixes:
|
|
2107
|
+
|
|
2108
|
+
- Deduplicate spec groups [#3965](https://github.com/ruby/rubygems/pull/3965)
|
|
2109
|
+
- Fix some cases of running `bundler` on a path including brackets [#3854](https://github.com/ruby/rubygems/pull/3854)
|
|
2110
|
+
- Don't warn when deinit'ing submodules [#3969](https://github.com/ruby/rubygems/pull/3969)
|
|
2111
|
+
- Make `bundle clean --force` leave default gem executables untouched [#3907](https://github.com/ruby/rubygems/pull/3907)
|
|
2112
|
+
- Prioritize `path.system` over `path` when it makes sense [#3933](https://github.com/ruby/rubygems/pull/3933)
|
|
2113
|
+
- Sort requirements in Gem::Requirement to succeed comparison with different order [#3889](https://github.com/ruby/rubygems/pull/3889)
|
|
2114
|
+
- Print bug report template to standard error [#3924](https://github.com/ruby/rubygems/pull/3924)
|
|
2115
|
+
- Restore `bundle cache --all` in all cases [#3914](https://github.com/ruby/rubygems/pull/3914)
|
|
2116
|
+
- Move shebang to the top of `bin/console` template [#3927](https://github.com/ruby/rubygems/pull/3927)
|
|
2117
|
+
- Fix platform issues when running under a frozen bundle [#3909](https://github.com/ruby/rubygems/pull/3909)
|
|
2118
|
+
- Fix deprecation messages for `bundle install` flags, the config should be --local as before [#3917](https://github.com/ruby/rubygems/pull/3917)
|
|
2119
|
+
- Look for absolute path when removing bundler/setup from RUBYOPT in Bundler.unbundled_env method [#3877](https://github.com/ruby/rubygems/pull/3877)
|
|
2120
|
+
- Fix incorrect re-resolution when path gem excluded and not available [#3902](https://github.com/ruby/rubygems/pull/3902)
|
|
2121
|
+
- Fix error when building error message in `bundler/inline` [#3901](https://github.com/ruby/rubygems/pull/3901)
|
|
2122
|
+
- Fix regression related to locked ruby [#3900](https://github.com/ruby/rubygems/pull/3900)
|
|
2123
|
+
- Expand load paths in standalone setup.rb file [#3522](https://github.com/ruby/rubygems/pull/3522)
|
|
2124
|
+
- Fix broken exception recovery code when installing plugins [#3487](https://github.com/ruby/rubygems/pull/3487)
|
|
2125
|
+
- Fix incorrect build info on development versions of bundler, and on bundler versions installed as a default gem [#3778](https://github.com/ruby/rubygems/pull/3778)
|
|
2126
|
+
- Avoid autoloading `openssl` to try help with jruby load service issues [#3809](https://github.com/ruby/rubygems/pull/3809)
|
|
2127
|
+
- Fix `rake release` pushing all local tags instead of only the release tag [#3785](https://github.com/ruby/rubygems/pull/3785)
|
|
2128
|
+
- Fix `rake release` aborting when credentials file is missing, even if properly configured through XDG [#3783](https://github.com/ruby/rubygems/pull/3783)
|
|
1967
2129
|
|
|
1968
2130
|
### Deprecations:
|
|
1969
2131
|
|
|
1970
|
-
- Deprecate `bundle cache --all` flag [#3932](https://github.com/
|
|
2132
|
+
- Deprecate `bundle cache --all` flag [#3932](https://github.com/ruby/rubygems/pull/3932)
|
|
1971
2133
|
|
|
1972
2134
|
### Documentation:
|
|
1973
2135
|
|
|
1974
|
-
- Correct grammar in Gemfile docs [#3990](https://github.com/
|
|
1975
|
-
- Fix typo in `bundle pristine` warning message [#3959](https://github.com/
|
|
1976
|
-
- Improve human readable fallback version of CLI help messages [#3921](https://github.com/
|
|
1977
|
-
- Note CLI flag deprecations in documentation [#3915](https://github.com/
|
|
1978
|
-
- Update man page and deprecation warning for binstubs --all [#3872](https://github.com/
|
|
2136
|
+
- Correct grammar in Gemfile docs [#3990](https://github.com/ruby/rubygems/pull/3990)
|
|
2137
|
+
- Fix typo in `bundle pristine` warning message [#3959](https://github.com/ruby/rubygems/pull/3959)
|
|
2138
|
+
- Improve human readable fallback version of CLI help messages [#3921](https://github.com/ruby/rubygems/pull/3921)
|
|
2139
|
+
- Note CLI flag deprecations in documentation [#3915](https://github.com/ruby/rubygems/pull/3915)
|
|
2140
|
+
- Update man page and deprecation warning for binstubs --all [#3872](https://github.com/ruby/rubygems/pull/3872)
|
|
1979
2141
|
|
|
1980
2142
|
## 2.2.0.rc.1 (2020-07-02)
|
|
1981
2143
|
|
|
@@ -1990,26 +2152,26 @@
|
|
|
1990
2152
|
- `bundle list --without-group` and `bundle list --only-group` now support space separated list of groups in addition to single groups [#7404](https://github.com/rubygems/bundler/pull/7404)
|
|
1991
2153
|
- `bundle gem` now supports a `--rubocop` flag that adds the `rubocop` gem to the new gem layout [#6455](https://github.com/rubygems/bundler/pull/6455)
|
|
1992
2154
|
- `bundle gem` now supports `--test-unit` in addition to `rspec` and `minitest` as a value for its `--test` option [#5521](https://github.com/rubygems/bundler/pull/5521)
|
|
1993
|
-
- `bundle install` now uses the available number of processors automatically for concurrent gem install, except for Windows where it still uses a single thread by default [#3393](https://github.com/
|
|
1994
|
-
- Report Gitlab CI within bundler user-agent string [#3432](https://github.com/
|
|
1995
|
-
- Add `bundle plugin uninstall` [#3482](https://github.com/
|
|
1996
|
-
- `bundle gem` now supports a `--ci` flag and a `gem.ci` configuration that adds CI config files for the main CI providers to the generated gem skeleton [#3667](https://github.com/
|
|
1997
|
-
- Allow setting a tag prefix to be used by release tasks [#3766](https://github.com/
|
|
2155
|
+
- `bundle install` now uses the available number of processors automatically for concurrent gem install, except for Windows where it still uses a single thread by default [#3393](https://github.com/ruby/rubygems/pull/3393) and [#3718](https://github.com/ruby/rubygems/pull/3718)
|
|
2156
|
+
- Report Gitlab CI within bundler user-agent string [#3432](https://github.com/ruby/rubygems/pull/3432)
|
|
2157
|
+
- Add `bundle plugin uninstall` [#3482](https://github.com/ruby/rubygems/pull/3482)
|
|
2158
|
+
- `bundle gem` now supports a `--ci` flag and a `gem.ci` configuration that adds CI config files for the main CI providers to the generated gem skeleton [#3667](https://github.com/ruby/rubygems/pull/3667)
|
|
2159
|
+
- Allow setting a tag prefix to be used by release tasks [#3766](https://github.com/ruby/rubygems/pull/3766)
|
|
1998
2160
|
- `bundle outdated` now prints output in columns for better readability [#4474](https://github.com/rubygems/bundler/pull/4474)
|
|
1999
2161
|
- bundler's `release` rake task now prints a better message when not being logged in and trying to push a gem [#7513](https://github.com/rubygems/bundler/pull/7513)
|
|
2000
2162
|
- `BUNDLE_APP_CONFIG` environment variable is now documented [#7563](https://github.com/rubygems/bundler/pull/7563)
|
|
2001
2163
|
- Original exception is now reported when bundler fails to load OpenSSL [#7527](https://github.com/rubygems/bundler/pull/7527)
|
|
2002
2164
|
- RVM specific instructions for recompiling ruby is no longer recommended when bundler fails to load OpenSSL [#7597](https://github.com/rubygems/bundler/pull/7597)
|
|
2003
2165
|
- Improve resolver debugging out from resolver [#7589](https://github.com/rubygems/bundler/pull/7589) and [#7590](https://github.com/rubygems/bundler/pull/7590)
|
|
2004
|
-
- Clarify `bundle config --local` docs [#3408](https://github.com/
|
|
2005
|
-
- Make sure to not "leak" to a different bundler install under any circumstances [#3595](https://github.com/
|
|
2006
|
-
- Make sure users messing with `$;` doesn't affect us [#3602](https://github.com/
|
|
2007
|
-
- Remove explicit psych activation which could potentially lead to packaging-specific issues [#3638](https://github.com/
|
|
2008
|
-
- Deprecate `--no-deployment` flag and never recommend it [#3657](https://github.com/
|
|
2009
|
-
- `bundle gem` test framework defaults to the `gem.test` setting and asks for a value without overwriting configuration if `-t` without a value is passed explicitly [#3544](https://github.com/
|
|
2010
|
-
- `bundle gem` now ships with a default `.rubocop.yml` file and an offense free initial gem skeleton [#3731](https://github.com/
|
|
2011
|
-
- Remove some requires that might workaround some autoloading issues on jruby [#3771](https://github.com/
|
|
2012
|
-
- Unswallow an error that should make some random crashes on jruby easier to troubleshoot [#3774](https://github.com/
|
|
2166
|
+
- Clarify `bundle config --local` docs [#3408](https://github.com/ruby/rubygems/pull/3408)
|
|
2167
|
+
- Make sure to not "leak" to a different bundler install under any circumstances [#3595](https://github.com/ruby/rubygems/pull/3595)
|
|
2168
|
+
- Make sure users messing with `$;` doesn't affect us [#3602](https://github.com/ruby/rubygems/pull/3602)
|
|
2169
|
+
- Remove explicit psych activation which could potentially lead to packaging-specific issues [#3638](https://github.com/ruby/rubygems/pull/3638)
|
|
2170
|
+
- Deprecate `--no-deployment` flag and never recommend it [#3657](https://github.com/ruby/rubygems/pull/3657)
|
|
2171
|
+
- `bundle gem` test framework defaults to the `gem.test` setting and asks for a value without overwriting configuration if `-t` without a value is passed explicitly [#3544](https://github.com/ruby/rubygems/pull/3544)
|
|
2172
|
+
- `bundle gem` now ships with a default `.rubocop.yml` file and an offense free initial gem skeleton [#3731](https://github.com/ruby/rubygems/pull/3731), [#3740](https://github.com/ruby/rubygems/pull/3740), [#3765](https://github.com/ruby/rubygems/pull/3765)
|
|
2173
|
+
- Remove some requires that might workaround some autoloading issues on jruby [#3771](https://github.com/ruby/rubygems/pull/3771)
|
|
2174
|
+
- Unswallow an error that should make some random crashes on jruby easier to troubleshoot [#3774](https://github.com/ruby/rubygems/pull/3774)
|
|
2013
2175
|
|
|
2014
2176
|
### Bug fixes:
|
|
2015
2177
|
|
|
@@ -2021,23 +2183,23 @@
|
|
|
2021
2183
|
- Fix error message about missing permissions recommending a deprecated command [#7633](https://github.com/rubygems/bundler/pull/7633)
|
|
2022
2184
|
- Fix `init_gems_rb` setting being ignored by `bundle gem` [#7629](https://github.com/rubygems/bundler/pull/7629)
|
|
2023
2185
|
- Fix "unresolvable warning" being printed on `bundle install` of multipliplatform `Gemfile` or `gems.rb` files without lockfiles, multiplatform is now managed automatically [#7580](https://github.com/rubygems/bundler/pull/7580)
|
|
2024
|
-
- Fix setting the number of `--jobs` to be one unit less than specified to the CLI [#3393](https://github.com/
|
|
2025
|
-
- Fix extension building when the same git source specifies several gems with extensions [#3475](https://github.com/
|
|
2026
|
-
- Fix uninitialized instance variable warning under ruby-head (2.8-dev) [#3477](https://github.com/
|
|
2027
|
-
- Fix double chdir warning while installing a git gem with extensions [#3479](https://github.com/
|
|
2028
|
-
- Fix some deprecations not showing up when CLI flags passed as `--flag=value` [#3561](https://github.com/
|
|
2029
|
-
- Fix man pages display when bundler installed as a default gem [#3562](https://github.com/
|
|
2030
|
-
- Fix bundler gem tasks not handling relative paths [#3586](https://github.com/
|
|
2031
|
-
- Fix deprecation warnings when options the dashed names are used, such as `--no-prune` [#3623](https://github.com/
|
|
2032
|
-
- Fix crash related to bundler gem activation under old rubygems version (2.6.1 or older) [#3626](https://github.com/
|
|
2033
|
-
- Avoid stack overflow inside `StubSpecification` on some edge cases [#3635](https://github.com/
|
|
2034
|
-
- Fix `bundle remove` with multiline gem specifications [#3400](https://github.com/
|
|
2035
|
-
- Fix `bundle info` not informing about deleted gems as opposed to old `bundle show` [#3509](https://github.com/
|
|
2036
|
-
- The `--no-deployment` flag to `bundle install` was deprecated just like the other flags that rely on their value being remembered [#3657](https://github.com/
|
|
2037
|
-
- Fix `bundle install` unintentionally copying `with` and `without` global config to local configuration [#3666](https://github.com/
|
|
2038
|
-
- Fix race condition in `bundle install` that could "empty" exceptions to be raised [#3669](https://github.com/
|
|
2039
|
-
- Fix `--no-cache` to `bundle install` being unintentionally deprecated [#3688](https://github.com/
|
|
2040
|
-
- Avoid calling `LoadError#message` to fix performance regression in future ruby 3.0 [#3762](https://github.com/
|
|
2186
|
+
- Fix setting the number of `--jobs` to be one unit less than specified to the CLI [#3393](https://github.com/ruby/rubygems/pull/3393)
|
|
2187
|
+
- Fix extension building when the same git source specifies several gems with extensions [#3475](https://github.com/ruby/rubygems/pull/3475)
|
|
2188
|
+
- Fix uninitialized instance variable warning under ruby-head (2.8-dev) [#3477](https://github.com/ruby/rubygems/pull/3477)
|
|
2189
|
+
- Fix double chdir warning while installing a git gem with extensions [#3479](https://github.com/ruby/rubygems/pull/3479)
|
|
2190
|
+
- Fix some deprecations not showing up when CLI flags passed as `--flag=value` [#3561](https://github.com/ruby/rubygems/pull/3561)
|
|
2191
|
+
- Fix man pages display when bundler installed as a default gem [#3562](https://github.com/ruby/rubygems/pull/3562)
|
|
2192
|
+
- Fix bundler gem tasks not handling relative paths [#3586](https://github.com/ruby/rubygems/pull/3586)
|
|
2193
|
+
- Fix deprecation warnings when options the dashed names are used, such as `--no-prune` [#3623](https://github.com/ruby/rubygems/pull/3623)
|
|
2194
|
+
- Fix crash related to bundler gem activation under old rubygems version (2.6.1 or older) [#3626](https://github.com/ruby/rubygems/pull/3626)
|
|
2195
|
+
- Avoid stack overflow inside `StubSpecification` on some edge cases [#3635](https://github.com/ruby/rubygems/pull/3635)
|
|
2196
|
+
- Fix `bundle remove` with multiline gem specifications [#3400](https://github.com/ruby/rubygems/pull/3400)
|
|
2197
|
+
- Fix `bundle info` not informing about deleted gems as opposed to old `bundle show` [#3509](https://github.com/ruby/rubygems/pull/3509)
|
|
2198
|
+
- The `--no-deployment` flag to `bundle install` was deprecated just like the other flags that rely on their value being remembered [#3657](https://github.com/ruby/rubygems/pull/3657)
|
|
2199
|
+
- Fix `bundle install` unintentionally copying `with` and `without` global config to local configuration [#3666](https://github.com/ruby/rubygems/pull/3666). This PR also address the `BUNDLE_WITH` environment variable unintentionally being persisted to configuration in a similar way ([#3708](https://github.com/ruby/rubygems/issues/3708))
|
|
2200
|
+
- Fix race condition in `bundle install` that could "empty" exceptions to be raised [#3669](https://github.com/ruby/rubygems/pull/3669)
|
|
2201
|
+
- Fix `--no-cache` to `bundle install` being unintentionally deprecated [#3688](https://github.com/ruby/rubygems/pull/3688)
|
|
2202
|
+
- Avoid calling `LoadError#message` to fix performance regression in future ruby 3.0 [#3762](https://github.com/ruby/rubygems/pull/3762)
|
|
2041
2203
|
|
|
2042
2204
|
## 2.1.4 (2020-01-05)
|
|
2043
2205
|
|
|
@@ -3370,7 +3532,7 @@ Changes
|
|
|
3370
3532
|
|
|
3371
3533
|
### Bug fixes:
|
|
3372
3534
|
|
|
3373
|
-
- handle removal of `specs` from
|
|
3535
|
+
- handle removal of `specs` from ruby/rubygems@620910 ([#3558](https://github.com/rubygems/bundler/issues/3558), @indirect)
|
|
3374
3536
|
- install 'universal' gems on Windows ([#3066](https://github.com/rubygems/bundler/issues/3066), @jdmundrawala)
|
|
3375
3537
|
- stop passing --local during `rake install` task ([#3236](https://github.com/rubygems/bundler/issues/3236), @indirect)
|
|
3376
3538
|
- guard against all possible accidental public gem pushes ([#3533](https://github.com/rubygems/bundler/issues/3533), @indirect)
|