Changelog for
ruby3.0-rubygem-bundler-1.16.0-1.43.x86_64.rpm :
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 1.16.0 see installed CHANGELOG.md [#]# 1.16.0 (2017-10-31) Bugfixes: - avoid new RubyGems warning about unsafe YAML loading (to keep output consistent) (AATTsegiddins) - load digest subclasses in a thread-safe manner (AATTsegiddins, AATTcolby-swandale) - avoid unusued variable warnings under ruby 2.5 (AATTamatsuda) - fix printing the same message twice in verbose mode ([#6028](https://github.com/bundler/bundler/issues/6028), AATTakhramov) - allow `SignalException`s to bubble up to the interpreter during `bundle exec` ([#6090](https://github.com/bundler/bundler/issues/6090), AATTdekellum) - avoid activating stdlib digest under Ruby 2.5 (AATTsegiddins) - prioritise explicitly requested gems in dependency resolution sort order (AATTsegiddins) - reduce memory usage during dependency resolution ([#6114](https://github.com/bundler/bundler/issues/6114), AATTgreysteil) - ensure that the default bundler gem is not accidentally activated on ruby 2.5 when using local git overrides (AATTsegiddins) [#]# 1.16.0.pre.3 (2017-10-04) Features: - the output from `bundle env` includes more information, particularly both the compiled & loaded versions of OpenSSL (AATTindirect) Bugfixes: - fix a bug where installing on FreeBSD would accidentally raise an error (#6013, AATTolleolleolle) - fix a regression in 1.16 where pre-release gems could accidentally be resolved even when the gemfile contained no pre-release requirements (AATTgreysteil) - bundler will avoid making unnecessary network requests to fetch dependency data, fixing a regression introduced in 1.16 (AATTsegiddins) - the outdated bundler version message is disabled by default until the message has been fine-tuned (#6004, AATTsegiddins) [#]# 1.16.0.pre.2 (2017-09-06) Bugfixes: - handle when a connection is missing a socket when warning about OpenSSL version (AATTgreysteil) - the description for the `rake release` task now reflects `$RUBYGEMS_HOST` (AATTwadetandy) - fix a bug where `bundle update` would regress transitive dependencies (AATTgreysteil) [#]# 1.16.0.pre.1 (2017-09-04) Features: - allow using non-branch symbolic refs in a git source (#4845, AATTsegiddins) - allow absolute paths in the `cache path` setting (#5627, AATTmal) - gems created via `bundle gem` with rspec have `--require spec_helper` in their `.rspec` file (AATTkoic) - `bundle env` includes `Gem.ruby` and the `bundle` binstub shebang when they don\'t match (#5616, AATTsegiddins) - allow passing gem names to `bundle pristine` (AATTsegiddins) - `bundle version` and `bundle env` include the commit and build date for the bundler gem (#5049, AATTsegiddins) - add the `--shebang` option to `bundle binstubs` (#4070, AATTsegiddins, AATTZorbash) - gemfiles are `eval`ed one fewer time when running `bundle install` (#4952, #3096, #4417, AATTsegiddins) - the `fileutils` gem is now vendored so different versions of the gem can be activated (AATTsegiddins) - speed up no-op installations (#5842, AATTsegiddins) - default to keeping the lockfile in the default gem template (AATTdeivid-rodriguez) - add a special bundler binstub that ensures the correct version of bundler is activated (#5876, AATTsegiddins) - speed up dependency resolution and ensure that all resolvable gemfiles can be installed (AATTsegiddins, AATTgreysteil) - add a `bundle list` command that prints the gems in use (#4754, AATTcolby-swandale) - allow adding credentials to a gem source during deployment when `allow_deployment_source_credential_changes` is set (AATTadrian-gomez) - making an outdated (and insecure) TLS connection to rubygems.org will print a warning (AATTsegiddins) Bugfixes: - allow configuring a mirror fallback timeout without a trailing slash (#4830, AATTsegiddins) - fix handling of mirrors for file: urls that contain upper-case characters (AATTsegiddins) - list the correct gem host for `rake release` when `allowed_push_host` has been set (AATTmdeering) - ensure `Bundler.original_env` preserves all env keys that bundler sets (#5700, AATTsegiddins) - ensure `bundle pristine` removes files added to a git gem (AATTsegiddins) - load plugin files from path gems before gem installation (#5429, AATTsegiddins) - ensure gems containing manpages are properly set up (#5730, AATTsegiddins) - avoid fetching remote specs when all effected gems are in groups that are not being installed (AATTsegiddins) - allow `BUNDLE_GEMFILE` to be a relative path (#5712, AATTgxespino) - show a more helpful error message when a gem fails to install due to a corrupted lockfile (#5846, AATTsegiddins) - add a process lock to allow multiple concurrent `bundle install`s (#5851, AATTstefansedich) - ensure that specifications always return an array for `#extensions` (AATTgreysteil) - print a helpful error message when using a gem in the Gemfile with an empty name (AATTcolby-swandale) - ensure that all gemfiles are included in `bundle env` (AATTsegiddins) - use ssl client cert and ca cert settings from gem configuration as fallbacks (AATTstan3) - avoid global namespace pollution when loading gems (#5958, AATTshyouhei) - avoid running a complete re-resolve on `bundle update --bundler` (AATTsegiddins) - allow `bundle binstubs --standalone` to work without `path` being set (AATTcolby-swandale) - fix support for bundle paths that include jars or wars on jruby (#5975, AATTtorcido)
* Sun Sep 03 2017 cooloAATTsuse.com- updated to version 1.15.4 see installed CHANGELOG.md [#]# 1.15.4 (2017-08-19) Bugfixes: - handle file conflicts gracefully in `bundle gem` (AATTrafaelfranca, AATTsegiddins) - bundler will fail gracefully when the bundle path contains the system path separator (#5485, ajwann) - failed gem downloads will be retried consistently across different RubyGems versions (AATTshayonj) - `bundle pristine` will respect build options while re-building native extensions (AATTNickLaMuro)
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 1.15.3 see installed CHANGELOG.md [#]# 1.15.3 (2017-07-21) Bugfixes: - ensure that empty strings passed to `bundle config` are serialized & parsed properly (#5881, AATTsegiddins) - avoid printing an outdated version warning when running a parseable command (AATTsegiddins)
* Thu Jul 20 2017 mrueckertAATTsuse.de- switch to already patched gem file until we figure out how to handle the slightly different gem spec --ruby output on TW
* Thu Jul 20 2017 mrueckertAATTsuse.de- update to 1.15.2 - Features: - new gemfiles created by bundler will include an explicit `github` git source that uses `https` (AATTsegiddins) - Bugfixes: - inline gemfiles work when `BUNDLE_BIN` is set (#5847, AATTsegiddins) - avoid using the old dependency API when there are no changes to the compact index files (#5373, AATTgreysteil) - fail gracefully when the full index serves gemspecs with invalid dependencies (#5797, AATTsegiddins) - support installing gemfiles that use `eval_gemfile`, `:path` gems with relative paths, and `--deployment` simultaneously (AATTNickLaMuro) - `bundle config` will print settings as the type they are interpreted as (AATTsegiddins) - respect the `no_proxy` environment variable when making network requests (#5781, AATTjakauppila) - commands invoked with `--verbose` will not have default flags printed (AATTsegiddins) - allow `bundle viz` to work when another gem has a requirable `grapviz` file (#5707, AATTsegiddins) - ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent order (#5696, AATTsegiddins)
* Fri Jun 16 2017 mrueckertAATTsuse.de- update to 1.15.1 - Bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile (#5693, AATTsegiddins) - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (AATTcolby-swandale) - `bundle install --force` works when the gemfile contains git gems (#5678, AATTsegiddins) - `bundle env` will print well-formed markdown when there are no settings (#5677, AATTsegiddins)
* Tue May 23 2017 cooloAATTsuse.com- updated to version 1.15.0 see installed CHANGELOG.md [#]# 1.15.0 (2017-05-19) This space intentionally left blank. [#]# 1.15.0.pre.4 (2017-05-10) Bugfixes: - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (AATTsegiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, AATTjules2689) [#]# 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (AATTkoic) - ensure that `open-uri` is not loaded after `bundle exec` (AATTsegiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (AATTsegiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, AATTsegiddins) [#]# 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, AATTalextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, AATTsegiddins) - ensure git gems have their extensions available at runtime (#5594, AATTjules2689, AATTsegiddins) [#]# 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, AATTsegiddins) - add man pages for all bundler commands (#4988, AATTfeministy) - add the `bundle info` command (AATTfredrb, AATTcolby-swandale) - all files created with `bundle gem` comply with the bundler style guide (AATTzachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, AATTsegiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (AATTDTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, AATTbrchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (AATTsegiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, AATTjonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, AATTShekharrajak) - add the `bundle add` command to add a gem to the gemfile (AATTdenniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, AATTdenniss) - add a `--parseable` option for `bundle config` (AATTJuanitoFatas, AATTcolby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (AATTjules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (AATTjules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (AATTsegiddins) - avoid regenerating the lockfile when nothing has changed (AATTsegiddins) - avoid diffing large arrays when no sources in the gemfile have changed (AATTsegiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (AATTsegiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, AATTsegiddins) - print out a stack trace after an interrupt when running in debug mode (AATTsegiddins) - print out when bundler starts fetching a gem from a remote server (AATTsegiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, AATTShekharrajak, AATTcolby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, AATTdenniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, AATTsegiddins) - ensure that a plugin failing to install doesn\'t uninstall other plugins (AATTkerrizor, AATTroseaboveit) - ensure `socket` is required before being referenced (#5533, AATTrafaelfranca) - allow running `bundle outdated` when gems aren\'t installed locally (#5553, AATTsegiddins) - print a helpful error when `bundle exec`ing to a gem that isn\'t included in the bundle (#5487, AATTsegiddins) - print an error message when a non-git gem is given a `branch` option (#5530, AATTcolby-swandale) - allow interrupts to exit the process after gems have been installed (AATTsegiddins) - print the underlying error when downloading gem metadata fails (#5579, AATTsegiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, AATTsegiddins)
* Thu Mar 16 2017 mrueckertAATTsuse.de- fix gemspec_remove_pem.patch
* Thu Mar 16 2017 cooloAATTsuse.com- updated to version 1.14.6 see installed CHANGELOG.md [#]# 1.14.6 (2017-03-03) Bugfixes: - avoid undefined constant `Bundler::Plugin::API::Source` exception (#5409, AATTsegiddins) - avoid incorrect warnings about needing to enable `specific_platform` (AATTsegiddins) - fail gracefully when the compact index does not send an ETag (#5463, AATTolleolleolle) - ensure `bundle outdated --local` shows all outdated gems (#5430, AATTdenniss) - fix a case where ruby version requirements could lead to incorrect resolver conflicts (#5425, AATTsegiddins) [#]# 1.14.5 (2017-02-22) Bugfixes: - avoid loading all unused gemspecs during `bundle exec` on RubyGems 2.3+ (AATTsegiddins) - improve resolver performance when dependencies have zero or one total possibilities ignoring requirements (#5444, #5457, AATTsegiddins) - enable compact index when OpenSSL FIPS mode is enabled but not active (#5433, AATTwjordan) - use github username instead of git name for the github url in `bundle gem` (#5438, AATTdanielpclark) - avoid a TypeError on RubyGems 2.6.8 when no build settings are set for native extensions (AATTokkez) - fail gracefully when the dependency api is missing runtime dependencies for a gem (AATTsegiddins) - handle when a platform-specific gem has more dependencies than the ruby platform version (#5339, #5426, AATTsegiddins) - allow running bundler on a machine with no home directory where the temporary directory is not writable (#5371, AATTsegiddins) - avoid gem version conflicts on openssl using Ruby 2.5 (#5235, AATTrhenium) - fail when installing in frozen mode and the dependencies for `gemspec` gems have changed without the lockfile being updated (#5264, AATTsegiddins)
* Tue Feb 14 2017 cooloAATTsuse.com- updated to version 1.14.4 see installed CHANGELOG.md [#]# 1.14.4 (2017-02-12) Bugfixes: - fail gracefully when attempting to overwrite an existing directory with `bundle gem` (#5358, AATTnodo) - fix a resolver bug that would cause bundler to report conflicts that it could resolve (#5359, #5362, AATTsegiddins) - set native extension build arguments for git gems (#5401, AATTsegiddins) - fix the suggested `bundle lock` command printed when a dependency is unused on any platform (AATT5t111111) - ensure the version passed to `ruby` in the Gemfile is valid during Gemfile parsing (#5380, AATTsegiddins) - show `bundle inject` usage when too many arguments are passed (#5384, AATTShekharrajak) - stop `bundle show --outdated` from implicitly running `bundle update` (#5375, AATTcolby-swandale) - allow the temporary home directory fallback to work for multiple users (AATTsvoop) [#]# 1.14.3 (2017-01-24) Bugfixes: - fix the resolver attemting to activate ruby-platform gems when the bundle is only for other platforms (#5349, #5356, AATTsegiddins) - avoid re-resolving a locked gemfile that uses `gemspec` and includes development dependencies (#5349, AATTsegiddins) [#]# 1.14.2 (2017-01-22) Bugfixes: - fix using `force_ruby_platform` on windows (#5344, AATTsegiddins) - fix an incorrect version conflict error when using `gemspec` on multiple platforms (#5340, AATTsegiddins) [#]# 1.14.1 (2017-01-21) Bugfixes: - work around a ruby 2.2.2 bug that caused a stack consistency error during installation (#5342, AATTsegiddins) [#]# 1.14.0 (2017-01-20) Bugfixes: - ensure `Settings::Mirror` is autoloaded under the `Settings` namespace (#5238, AATTsegiddins) - fix `bundler/inline` when `BUNDLE_GEMFILE=\"\"` (#5079, AATTsegiddins) [#]# 1.14.0.pre.2 (2017-01-11) Bugfixes: - allow not selecting a gem when running `bundle open` (#5301, AATTsegiddins) - support installing gems from git branches that contain shell metacharacters (#5295, AATTsegiddins) - fix a resolver error that could leave dependencies unresolved (#5294, AATTsegiddins) - fix a stack overflow error when invoking commands (#5296, AATTsegiddins) [#]# 1.14.0.pre.1 (2016-12-29) Features: - `bundle doctor` first runs `bundle check` (AATTsegiddins) - the bundler trampoline is automatically enabled when the target version is greater than bundler 2 (AATTsegiddins) - gem checksums returned by rubygems.org are validated when installing gems (#4464, AATTsegiddins) - use the git username as a github username when running `bundle gem` (AATTJuanitoFatas) - show more context when the resolver conflicts on required ruby and rubygems versions (AATTsegiddins) - improve platform support by allowing bundler to pick the best platform match during dependency resolution, enabled with the `specific_platform` setting (#4295, #4896, AATTsegiddins) - always prompt the user for a password when using `sudo` (#3006, AATTsegiddins) - support running without a home directory (#4778, AATTsegiddins) - print a warning when the gemfile uses a platform conditional that will exclude the gem from all lockfile platforms (AATTsegiddins) - add the `force_ruby_platform` setting to force bundler to install ruby-platform gems, even on other platforms (#4813, AATTsegiddins) - add conservative update options to `bundle lock` (#4912, AATTchrismo) - improve `bundle outdated` output to group gems by group (AATTryanfox1985) - add conservative update options to `bundle update` (#5065, #5076, AATTchrismo) - print the output of `bundle env` as github-flavored markdown, making it easier to preserve formatting when copy-pasting into a new issue (AATTsegiddins) - configure the persistence file when using `bundle gem` with `rspec` (AATTsegiddins) - add support for the `ruby_25` gemfile filter (AATTamatsuda) - when installing with a lockfile that is missing dependencies, allow installation to proceed (but without parallelism) (AATTsegiddins) Performance: - improve `require \"bundler\"` performance by ~5x (AATTsegiddins) - allow install gems in parallel when running on rubygems 2+ Bugfixes: - config files with CRLF line endings can be read (#4435, AATTsegiddins) - `bundle lock` activates gems for the current platform even if they were activated under a different platform for a separate dependency (#4896, AATTsegiddins) - running `bundle env` in a directory without a gemfile no longer crashes (AATTsegiddins) - fail gracefully when attempting to use a source with an unknown URI scheme (#4953, AATTsegiddins) - store paths in the lockfile relative to the root gemfile directory when using `eval_gemfile` (#4966, AATTsegiddins) - `bundle lock` will not update without the `--update` flag (#4957, AATTsegiddins) - the `console` binstub generated by `bundle gem` will load `.irbrc` files (AATTmattbrictson) - print friendly filesystem access errors in the new index (AATTsegiddins) - print a helpful error when running out of memory on jruby (#4673, AATTsegiddins) - load all rubygems plugins when installing gems (#2824, AATTsegiddins) - `bundle clean --dry-run` prints the list of gems without the `--force` option when no path is set (#5027, AATThmistry) - local installs no longer print \"this gem may have been yanked\" (#5022, AATThmistry) - avoid leaking `which` output when running `bundle doctor` (AATTcolby-swandale) - print a warning when attempting to `bundle exec` an empty program (#5084, AATTbronzdoc) - ensure `bundle outdated` lists all outdated gems (#4979, AATTchrismo) - fail gracefully when attempting to `bundle gem` with an invalid constant name (#5185, AATTsegiddins) - allow `bundler/inline` to work in a directory that contains a gemfile (#5117, AATTcolby-swandale) - ensure that the new index is thread-safe, allowing installation on rbx (#5142, AATTsegiddins) - remove deprecated `rspec` syntax in `bundle gem` output (AATTgearnode) - fail gracefully when any system error is encountered when touching the filesystem (#5134, AATTsegiddins) - fix compatibility with a machine running with FIPS mode enabled (#4989, AATTsegiddins) - fix `bundle lock --add-platform ruby` (#5230, AATTsegiddins) - print gem post-install messages when running `bundle update` (AATTsmathy) - ensure errors due to a retries are all separated by a newline (AATTsegiddins) - print out the bundle path in gem not found errors (#4854, AATTdiegosteiner) - fail gracefully when creating threads fails (AATTsegiddins) - avoid downloading metadata for gems that are only development dependencies (AATTPaxa) [#]# 1.13.7 (2016-12-25) Features: - add support for the `ruby_24` gemfile filter (#5281, AATTamatsuda)