SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-bundler-1_1-1.17.3-2.88.i586.rpm :

* Tue Aug 31 2021 Hendrik Vogelsang - updated to version 1.17.3
* Fix a Bundler error when installing gems on old versions of RubyGems (#6839, AATTcolby-swandale)
* Fix a rare issue where Bundler was removing itself after a bundle clean (#6829, AATTcolby-swandale)
* Add entry for the bundle remove command to the main Bundler manual page
* Add compatibility for bundler merge with Ruby 2.6
* Thu Nov 22 2018 Stephan Kulow - updated to version 1.17.1 see installed CHANGELOG.md [#]# 1.17.1 (2018-10-25) - Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/bundler/bundler/pull/6761), AATTalexggordon) [#]# 1.17.0 (2018-10-25) No new changes. [#]# 1.17.0.pre.2 (2018-10-13) Features: - Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github.com/bundler/bundler/issues/4333), AATTgwerbin) - Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle - Add `bundle remove` command to remove gems from the Gemfile via the CLI - Improve checking file permissions and asking for `sudo` in Bundler when it doesn\'t need to - Add error message to `bundle add` to check adding duplicate gems to the Gemfile - When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to. The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2. - Improve deprecation warning message for `bundle show` command - Improve deprecation warning message for the `--force` option in `bundle install` [#]# 1.17.0.pre.1 (2018-09-24) Features: - Check folder/file permissions of the Bundle home directory in the `bundle doctor` command ([#5786](https://github.com/bundler/bundler/issues/5786), AATTajwann) - Remove compiled gem extensions when running `bundle clean` ([#5596](https://github.com/bundler/bundler/issues/5596), AATTakhramov) - Add `--paths` option to `bundle list` command ([#6172](https://github.com/bundler/bundler/issues/6172), AATTcolby-swandale) - Add base error class to gems generated from `bundle gem` ([#6260](https://github.com/bundler/bundler/issues/6260), AATTchristhekeele) - Correctly re-install gem extensions with a git source when running `bundle pristine` ([#6294](https://github.com/bundler/bundler/issues/6294), AATTwagenet) - Add config option to disable platform warnings ([#6124](https://github.com/bundler/bundler/issues/6124), AATTagrim123) - Add `--skip-install` option to `bundle add` command to add gems to the Gemfile without installation ([#6511](https://github.com/bundler/bundler/issues/6511), AATTagrim123) - Add `--only-explicit` option to `bundle outdated` to list only outdated gems in the Gemfile ([#5366](https://github.com/bundler/bundler/issues/5366), AATTperet) - Support adding multiple gems to the Gemfile with `bundle add` ([#6543](https://github.com/bundler/bundler/issues/6543), AATTagrim123) - Make registered plugin events easier to manage in the Plugin API (AATTjules2689) - Add new gem install hooks to the Plugin API (AATTjules2689) - Add `--optimistic` and `--strict` options to `bundle add` ([#6553](https://github.com/bundler/bundler/issues/6553), AATTagrim123) - Add `--without-group` and `--only-group` options to `bundle list` ([#6564](https://github.com/bundler/bundler/issues/6564), AATTagrim123) - Add `--gemfile` option to the `bundle exec` command ([#5924](https://github.com/bundler/bundler/issues/5924), AATTankitkataria) The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2. - Make `install --path` relative to the current working directory ([#2048](https://github.com/bundler/bundler/issues/2048), AATTigorbozato) - Auto-configure job count ([#5808](https://github.com/bundler/bundler/issues/5808), AATTsegiddins) - Use the Gem Version Promoter for major gem updates ([#5993](https://github.com/bundler/bundler/issues/5993), AATTsegiddins) - Add config option to add the Ruby scope to `bundle config path` when configured globally (AATTsegiddins)
* Sat Oct 20 2018 Marcus Rueckert - update to version 1.16.6 Changes: - Add an error message when adding a gem with `bundle add` that\'s already in the bundle ([#6341](https://github.com/bundler/bundler/issues/6341), AATTagrim123) - Add Homepage, Source Code and Chanagelog URI metadata fields to the `bundle gem` gemspec template (AATTwalf443) Bugfixes: - Fix issue where updating a gem resulted in the gem\'s version being downgraded when `BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS` was set ([#6529](https://github.com/bundler/bundler/issues/6529), AATTtheflow) - Fix some rescue calls that don\'t specifiy error type (AATTutilum) - Fix an issue when the Lockfile would contain platform-specific gems that it didn\'t need ([#6491](https://github.com/bundler/bundler/issues/6491), AATTsegiddins) - Improve handlding of adding new gems with only a single group to the Gemfile in `bundle add` (AATTagrim123) - Refactor check for OpenSSL in `bundle env` (AATTvoxik) - Remove an unnecessary assignment in Metadata (AATTvoxik) Documentation: - Update docs to reflect revised guidance to check in Gemfile.lock into version control for gems ([#5879](https://github.com/bundler/bundler/issues/5879), AATTarbonap) - Add documentation for the `--all` flag in `bundle update` (AATTagrim123) - Update README to use `bundle add` in usage examples (AATThdf1986)- changes from version 1.16.5 Changes: - Add support for TruffleRuby (AATTeregon) Bugfixes: - Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/bundler/bundler/issues/6453), AATTgreysteil) - Fix issue where Bundler does not check the given class when comparing equality in DepProxy (AATTChrisBr) - Handle `RangeNotSatisfiable` error in Compact Index (AATTMaxLap) - Check for initialized `search` variable in `LazySpecification` (AATTvoxik) - Fix LoadError occurring in nested bundle exec calls ([#6537](https://github.com/bundler/bundler/issues/6537), AATTcolby-swandale) - Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/bundler/bundler/issues/6163), AATTeregon) - Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/bundler/bundler/issues/6684), AATTsegiddins)
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.16.4 see installed CHANGELOG.md [#]# 1.16.4 (2017-08-17) Changes: - Welcome new members to the Bundler core team (AATTindirect) - Don\'t mutate original error trees when determining version_conflict_message (AATTgreysteil) - Update vendored Molinillo to 0.6.6 (AATTsegiddins) Bugfixes: - Reword bundle update regression message to be more clear to the user when a gem\'s version is downgraded ([#6584](https://github.com/bundler/bundler/issues/6584), AATTralphbolo) - Respect --conservative flag when updating a dependency group ([#6560](https://github.com/bundler/bundler/issues/6560), AATTgreysteil) - Fix issue where a pre-release version was not being selected when it\'s specified in the Gemfile ([#6449](https://github.com/bundler/bundler/issues/6449), AATTakihiro17) - Fix issue where `Etc` was not loaded when getting the user\'s home dir ([#6640](https://github.com/bundler/bundler/issues/6640), AATTcolby-swandale) - Use UTF-8 for reading files including Gemfile ([#6660](https://github.com/bundler/bundler/issues/6660), AATTeregon) - Remove unnecessary `while` loop in path resolver helper (AATTojab) Documentation: - Document that `bundle show [--paths]` sorts results by name (AATTkemitchell)
* Tue Jul 17 2018 factory-autoAATTkulow.org- updated to version 1.16.3 see installed CHANGELOG.md [#]# 1.16.3 (2018-07-17) Features: - Support URI::File of Ruby 2.6 (AATThsbt) Bugfixes: - Expand symlinks during setup to allow Bundler to load correctly when using symlinks in $GEM_HOME ([#6465](https://github.com/bundler/bundler/issues/6465), AATTojab, AATTindirect) - Dont let Bundler create temporary folders for gem installs which are owned by root ([#6258](https://github.com/bundler/bundler/issues/6258), AATTcolby-swandale) - Don\'t fallback to using temporary directories when needed directories already exist ([#6546](https://github.com/bundler/bundler/issues/6546), AATTbrodock) - Use SharedHelpers.filesystem_access when reading a Gemfile so friendly error messages can be given to the user ([#6541](https://github.com/bundler/bundler/issues/6541), AATTsegiddins) - Check if source responds to `#remotes` before printing gem install error message ([#6211](https://github.com/bundler/bundler/issues/6211), AATTcolby-swandale) - Handle Errno::ENOTSUP in the Bundler Process Lock to prevent exceptions when using NFS mounts ([#6566](https://github.com/bundler/bundler/issues/6566), AATTcolby-swandale) - Respect encodings when reading gemspecs ([#6598](https://github.com/bundler/bundler/issues/6598), AATTdeivid-rodriguez) Documentation: - Fix links between manual pages (AATTBanzaiMan) - Add warning to Gemfile documentation for the use of the `source` option when declaring gems ([#6280](https://github.com/bundler/bundler/issues/6280), AATTforestgagnon)
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 1.16.2 see installed CHANGELOG.md [#]# 1.16.2 (2018-04-20) Changes: - Include the gem\'s source in the gem install error message when available (AATTpapanikge) - Remove unnecessary executable bit from gem template (AATTvoxik) - Dont add the timestamp comment with gems added to the Gemfile via `bundle add` ([#6193](https://github.com/bundler/bundler/issues/6193), AATTcpgo) - Improve yanked gem error message (AATTalyssais) - Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly (AATTsegiddins) - Remove unused instance variable (AATTsegiddins) Bugfixes: - Only trap INT signal and have Ruby\'s signal default handler be invoked (AATTshayonj) - Fix warning about the use of `__FILE__` in RubyGems integration testing (AATTMSP-Greg) - Skip the outdated bundler check when MD5 is not available ([#6032](https://github.com/bundler/bundler/issues/6032), AATTsegiddins) - Fallback to the original error if the friendly message raises (AATTsegiddins) - Rename Bundler.frozen? to avoid Object method conflict ([#6252](https://github.com/bundler/bundler/issues/6252), AATTsegiddins) - Ensure the bindir exists before installing gems (AATTsegiddins) - Handle gzip corruption errors in the compact index client ([#6261](https://github.com/bundler/bundler/issues/6261), AATTcolby-swandale) - Check if the current directory is writeable when writing files in `bundle gem` ([#6219](https://github.com/bundler/bundler/issues/6219), AATTnilsding) - Fix hang when gemspec has incompatible encoding (AATTdeivid-rodriguez) - Gracefully handle when the lockfile is missing spec entries for the current platform ([#6079](https://github.com/bundler/bundler/issues/6079), AATTsegiddins) - Use Gem::Util.inflate instead of Gem.inflate (AATThsbt) - Update binstub generator to use new ERB.new arity in Ruby 2.6 (AATTkoic) - Fix `source_location` call in rubygems integration (AATTMSP-Greg) - Use `filesystem_access` when copying files in Compact Index Updater ([#6289](https://github.com/bundler/bundler/issues/6289), AATTsegiddins) - Fail gracefully when resetting git gems to the given revision fails ([#6324](https://github.com/bundler/bundler/issues/6324), AATTsegiddins) - Handle exceptions that do not have a backtrace ([#6342](https://github.com/bundler/bundler/issues/6342), AATTnesaulov) - Check if stderr was closed before writing to it (AATTshime) - Handle updating a specific gem for a non-local platform ([#6350](https://github.com/bundler/bundler/issues/6350), AATTgreysteil) - Bump the `bundle_binstub` check-length to 300 characters (AATTtduffield) - Fix specifying alterntive Lockfile with `bundle lock` when default gemfile is present ([#6460](https://github.com/bundler/bundler/issues/6460), AATTagrim123) - Allow installing dependencies when the path is set to `.` ([#6475](https://github.com/bundler/bundler/issues/6475), AATTsegiddins) - Support Bundler installing on a readonly filesystem without a home directory ([#6461](https://github.com/bundler/bundler/issues/6461), AATTgrosser) - Filter git uri credentials in source description (AATTsegiddins) Documentation: - Correct typos in `bundle binstubs` man page (AATTerikj, AATTsamueloph) - Update links in `bundle gem` command documentation to use https (AATTKrauseFx) - Fix broken links between bundler man pages (AATTsegiddins) - Add man page for the `bundle doctor` command ([#6243](https://github.com/bundler/bundler/issues/6243), AATTnholden) - Document `# frozen_string_literal` in `bundle init` Gemfile (AATT315tky) - Explain the gemspec files attribute in `bundle gem` template and print a link to bundler.io guides when running `bundle gem` ([#6246](https://github.com/bundler/bundler/issues/6246), AATTnesaulov) - Small copy tweaks & removed redundant phrasing in the bundler man page (AATTrubymorillo) - Improve the documentation of the settings load order in Bundler (AATTrubymorillo) - Added license info to main README (AATTrubymorillo) - Document parameters and return value of Injector#inject (AATTtobias-grasse)
* Tue Jan 09 2018 cooloAATTsuse.com- updated to version 1.16.1 see installed CHANGELOG.md [#]# 1.16.1 (2017-12-12) Bugfixes: - avoid hanging on complex resolver errors ([#6114](https://github.com/bundler/bundler/issues/6114), AATThalfbyte) - avoid an error when running `bundle update --group` ([#6156](https://github.com/bundler/bundler/issues/6156), AATTmattbrictson) - ensure the resolver prefers non-pre-release gems when possible ([#6181](https://github.com/bundler/bundler/issues/6181), AATTgreysteil) - include bundler\'s gemspec in the built gem ([#6165](https://github.com/bundler/bundler/issues/6165), AATTdr-itz) - ensure locally installed specs are not overriden by those in remote sources during dependency resolution ([#6072](https://github.com/bundler/bundler/issues/6072), AATTindirect) - ensure custom gemfiles are respected in generated binstubs (AATTpftg) - fail gracefully when loading a bundler-generated binstub when `bin/bundle` was not generated by bundler ([#6149](https://github.com/bundler/bundler/issues/6149), AATThsbt) - allow `bundle init` to be run even when a parent directory contains a gemfile ([#6205](https://github.com/bundler/bundler/issues/6205), AATTcolby-swandale)
* 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)
 
ICM