- update to version 2.2.27
see installed CHANGELOG.md
## Enhancements:
- Optimize some requires #4887
- Correctly redact credentials when using x-oauth-basic #4866
## Bug fixes:
- Add missing key branches: to template for GitHub Actions #4883
- Fix bundle plugin install detection of already installed plugins #4869
- Make plugin installation idempotent #4864
- Fix bundle check showing duplicated gems when multiple platforms are locked #4854
- Fix bundle check incorrectly considering cached gems #4853
# 2.2.26 (August 17, 2021)
## Enhancements:
- Remove RUBYGEMS_GEMDEPS warning #4827
- Better defaults for GitHub Actions template generated by bundle gem #4619
- Make bundle exec keep file descriptors by default #4812
- Exclude gemspec file itself from file list of gems generated by bundle gem #4650
- Fix a couple small typos in deprecation / error messages #4806
- Make script generated by bundle install --standalone resilient to
moving the application to a differently nested folder when path
sources are used #4792
- Exclude CI files and issue templates from file list of gems
generated by bundle gem #4033
## Bug fixes:
- Respect BUNDLE_USER_HOME env when choosing config location #4828
- Fix bundle gem on path with spaces #4816
- Fix bundler hitting the network in some cases where not allowed #4805
# 2.2.25 (July 30, 2021)
## Deprecations:
- Deprecate Gemfile without an explicit global source #4779
OBS-URL: https://build.opensuse.org/request/show/920627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=132
- switch to already patched gem file until we figure out how to
handle the slightly different gem spec --ruby output on TW
- update to 1.15.2
- Features:
- new gemfiles created by bundler will include an explicit
`github` git source that uses `https` (@segiddins)
- Bugfixes:
- inline gemfiles work when `BUNDLE_BIN` is set (#5847,
@segiddins)
- avoid using the old dependency API when there are no changes
to the compact index files (#5373, @greysteil)
- fail gracefully when the full index serves gemspecs with
invalid dependencies (#5797, @segiddins)
- support installing gemfiles that use `eval_gemfile`, `:path`
gems with relative paths, and `--deployment` simultaneously
(@NickLaMuro)
- `bundle config` will print settings as the type they are
interpreted as (@segiddins)
- respect the `no_proxy` environment variable when making
network requests (#5781, @jakauppila)
- commands invoked with `--verbose` will not have default flags
printed (@segiddins)
- allow `bundle viz` to work when another gem has a requirable
`grapviz` file (#5707, @segiddins)
- ensure bundler puts activated gems on the `$LOAD_PATH` in a
consistent order (#5696, @segiddins)
- update to 1.15.1
- Bugfixes:
- `bundle lock --update GEM` will fail gracefully when the gem
is not in the lockfile (#5693, @segiddins)
- `bundle init --gemspec` will fail gracefully when the gemspec
is invalid (@colby-swandale)
- `bundle install --force` works when the gemfile contains git
gems (#5678, @segiddins)
- `bundle env` will print well-formed markdown when there are
no settings (#5677, @segiddins)
OBS-URL: https://build.opensuse.org/request/show/511620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=101
- simplify gemspec_remove_pem.patch
- updated to version 1.12.4
see installed CHANGELOG.md
## 1.12.4 (2016-05-16)
Bugfixes:
- ensure concurrent use of the new index can't corrupt the cache (#4519, @domcleal)
- allow missing rubygems credentials when pushing a gem with a custom host (#4437, @Cohen-Carlisle)
- fix installing built-in specs with `--standalone` (#4557, @segiddins)
- fix `bundle show` when a gem has a prerelease version that includes a `-` (#4385, @segiddins)
## 1.12.3 (2016-05-06)
Bugfixes:
- fix uncoditionally writing `.bundle/config` when running `bundle install` (@segiddins)
- fall back to the dependency API and the full index when the home directory is not writable (@segiddins)
## 1.12.2 (2016-05-04)
Bugfixes:
- fix modifying a frozen string when the resolver conflicts on dependencies with requirements (#4520, @grzuy)
- fix `bundle exec foo --help` not showing the invoked command's help (#4480, @b-ggs)
## 1.12.1 (2016-04-30)
Bugfixes:
- automatically fallback when the new index has a checksum mismatch instead of erroring (@segiddins)
- fix computation of new index file local checksums on Windows (#4472, @mwrock)
- properly handle certain resolver backtracking cases without erroring (@segiddins, #4484)
OBS-URL: https://build.opensuse.org/request/show/397891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=88
- update to version 1.11.2
- _really_ stop calling `required_ruby_version` on nil
@specifications (#4147, @indirect)
- update to version 1.11.1
- lazy-load Psych, again (#4149, @indirect)
- allow gemspec gems on other platforms (#4150, @indirect)
- fix --no-coc and --no-mit flags on `gem` (#4148,
@RochesterinNYC)
- stop calling `required_ruby_version` on nil @specifications
(#4147, @indirect)
- update to version 1.11.0
- fail gracefully when trying to execute a non-executable file
(#4081, @fotanus)
- fix a crash when pushing a gem via `rake release` (@segiddins)
- actual Gemfile and lockfile filenames are used in messages
(#3672, @segiddins)
- the git remote for `rake release` is now customizable
(@skateman)
- file access permissions errors are now much more friendly
(#3703, #3735, #3858, #3988, #4009 @repinel, @Elffers,
@segiddins, @agis-)
- add support for showing help for plugin commands (@tf)
- send `X-Gemfile-Source` header to source mirrors (@agis-)
- show what version upstream dependencies were resolved to in
conflict messages (@segiddins)
- add support for using bundler setting to add private access
credentials for git sources (@frsyuki)
- take into consideration HTTP proxy settings in `.gemrc`
(@PG-kura)
- allow specifying a gem host to push to in the `GEM_HOST`
OBS-URL: https://build.opensuse.org/request/show/352053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=84
- update to 1.10.5
- don't add or update BUNDLED WITH during `install` with no
changes (@segiddins)
- fix sorting of mixed DependencyLists with RubyGems >= 2.23
(#3762, @tony-spataro-rs)
- speed up resolver for path and git gems (@segiddins)
- fix `install --force` to not reinstall Bundler (#3743,
@karlo57)
- changes from 1.10.4
- don't add BUNDLED WITH to the lock when Spring runs `check`
over and over (@indirect)
- display "with native extensions" log output correctly
(@ivantsepp)
- alias `i` to `install`, `c` to `check`, and `e` to `exec`
(@indirect)
- update to 1.10.3
- allow missing gemspec files when validating path and git gems
(#3686, #3698, @segiddins)
- fix regression in `rake install` (#3701, #3705, @segiddins)
- fix regression when calling `gem` with `bundle exec` or
`-rbundler/setup` (#3699, @segiddins)
- fix `bundler/inline` requiring a newly-installed gem (#3693,
@indirect, @segiddins)
- changes from 1.10.2 (2015-05-29)
- fix regression in `bundle update GEM` performance introduced in
1.10.0 (#3687, @segiddins)
- changes from 1.10.1 (2015-05-28)
- silence ruby warning when running CLI commands (@segiddins)
- validate gemspecs in non-packaging mode (#3681, @segiddins)
OBS-URL: https://build.opensuse.org/request/show/313839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=80
- update to 1.9.9
- read mirror and credential settings from older versions (#3557,
@Strech)
- fix regression in sudo mode introduced by 1.9.7 (#3642,
@segiddins)
- always clean up tmp dirs (#3277, @hone, @indirect, @segiddins)
- use RubyGems spec stubs if available (@segiddins)
- allow creating gems with names containing two dashes (#3483,
@janlelis)
- allow creating gems with names extending constants (#3603,
@amatsuda)
- respect Gemfile sources when installing a gem present in two
sources (#3585, @tmoore)
- refresh gemspec_remove_pem.patch to apply cleanly again and
package the series file
OBS-URL: https://build.opensuse.org/request/show/307725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-bundler?expand=0&rev=78