Up to [cvs.NetBSD.org] / pkgsrc / misc / ruby-bundler
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
misc/ruby-bundler: remove package Bundler is one of default gems which bundled with Ruby base release and current ruby*-base pacakge contains required version of bundler. Since now no package depneds on ruby-bundler, it's time to say good-by.
misc/ruby-bundler: update to 2.3.23 2.3.23 (2022-10-05) Enhancements: * Update GitLab CI template with new one #5944 Bug fixes: * Fix bundle init not respecting umask in generated gem's Gemfile #5947 Performance: * Further speed up Bundler by not sorting specs unnecessarily #5868 Documentation: * Update Bundler new feature instructions #5912
misc/ruby-bundler: update to 2.3.22 2.3.22 (2022-09-07) Enhancements: * Use a more accurate source code uri in gemspec #5896 * Support --path option in bundle add #5897 * Improve lockfile dependency unlocking #5881 * Add platform alias :windows to Gemfile DSL #5650 * Make #to_lock consistent between Gem::Dependency and Bundler::Dependency #5872 * Support marshaled index specifications with nil required ruby version #5824 Bug fixes: * Fix resolution hanging on musl platforms #5875 * Fix another regression affecting the sorbet family of gems #5874 Documentation: * Introduce bundle-console(1) man #5901 * Introduce bundle-version(1) man #5895 * Introduce bundle-help(1) man #5886
misc/ruby-bundler: update to 2.3.21 For changes before 2.3.18, please refer: <https://github.com/rubygems/rubygems/releases>. 2.3.20 (2022-08-10) Enhancements: * Consistently ignore patchlevel when reporting bundle platform --ruby #5793 * Make --standalone play nice with --local #5762 * Implement bundle install --prefer-local #5761 Bug fixes: * Fix regression where yanked gems are now unintentionally updated when other gems are unlocked #5812 * Automatically remove "ruby" from lockfile if incomplete #5807 * Fix bundle outdated --strict showing too many outdated gems #5798 * Don't discard candidates matching Ruby metadata #5784 * Fix bundle outdated crash in debug mode #5796 * Fix ruby DSL requirement matching for head and prerelease rubies #5766 Documentation: * Update Bundler support policies to match what we do these days #5813 * Fix arguments for bundle-config(1) docs #5804 * Improve bundle platform man page #5788 * Remove bundle cache from deprecated commands list, and consistently link to bundle cache in man pages #5783 * Add package/pack aliases to man pages for cache #5785 * Add deprecation notice of bundle console #5775 2.3.21 (2022-08-24) Enhancements: * Backport non gnu libc linux support from RubyGems #4488 * Improve Bundler.rm_rf error message #5861 * Disallow both --branch and --ref at the same time in bundle-plugin #5855 * Restore previous performance of private RubyGems servers #5826 Bug fixes: * Fix conservative update downgrading top level gems #5847 * Fix edge case where bundler/inline unintentionally skips install #5848 * Fix bundle platform crash when there's a lockfile with no Ruby locked #5850 * Fix crash when incomplete locked specifications are found in transitive dependencies #5840 * Fix Ruby platform incorrectly removed on bundle update #5832 Documentation: * Explain cancelled CLI deprecations clearly #5864 * Improve bundle config command synopsis #5854 * Introduce bundle-plugin(1) man #5853 2.3.19 (2022-07-27) Enhancements: * Add Bundler.settings[:only] to install gems of the specified groups #5759 * Add ignore_funding_requests config flag #5767 * Prevent random crash when autoloading Pathname #5769 * Don't corrupt lockfile when user moves a gem that's already in the lockfile to an incorrect source by mistake #5070 * Reconcile error/warning message for multiple global sources with documentation #5741 * Improve error message when gems cannot be found to include the source for each gem #5729 Bug fixes: * Fix yet another TruffleRuby platform selection regression #5746 * Show a proper error if extension dir is not writable #5726 Performance: * Lazily check incomplete lockfile to improve performance #5546 Documentation: * Add deprecation notice of bundle inject #5776 * Add deprecation notice of bundle viz to man pages #5765 * Update command example in bundle exec man page #5754 * Remove bundle show from obsolete commands #5753 * Improve global source(s) documentation #5732 * Use https protocol for URLs for config mirror in bundler man #5722 2.3.18 (2022-07-14) Enhancements: * Extend gem DSL with a force_ruby_platform option #4049 Bug fixes: * Fix misleading error if compact index cannot be copied #5709 * Fix TruffleRuby no longer able to install lockfiles generated with other implementations #5711 * Fix TruffleRuby no longer installing lockfiles using "ruby" platform correctly #5694 * Fix crash when updating vendor cache of default gems #5679 Performance: * Speed up bundler/setup by using the raw Gemfile.lock information without extra processing whenever possible #5695 Documentation: * Use modern style hashes in Gemfile DSL docs #5674
misc/ruby-bundler: update to 2.3.8 2.3.8 (2022-02-23) Bug fixes: * Fix corrupted lockfile when running bundle check and having to re-resolve locally #5344 * Fix typo in multiple gemfiles warning #5342 Documentation: * Add clarification for bundle-config "with" option #5346
misc/ruby-bundler: update to 2.3.7 2.3.0 (2021-12-21) Features: * Change bundle install with a lockfile to respect the BUNDLED WITH bundler version #4076 Enhancements: * Print warning when running Bundler on potentially problematic RubyGems & Ruby combinations #5177 * Error tracing should be printed to stderr #5179 * Add github and ref options to bundle add #5159 * Add require parameter to bundle add #5021 * Enable parallel installation on Windows by default #4822 * More logging when compact index is not used and we fallback to other APIs #4546 * bundle gem generated MiniTest file and class now start with 'test' #3893 * Add Bundler::Definition.no_lock accessor for skipping lock file creation/update #3401 Bug fixes: * Fix crash when when no platform specific matches exist and show a proper error #5168 * Ignore dependencies not actually locked from frozen check #5152 * Fix bundle cache --all-platforms on Windows #4552 Documentation: * Fix gemspec template typo #4545 2.3.1 (2021-12-22) Enhancements: * Vendor latest thor with fixes for latest did_you_mean deprecations #5202 * Avoid unnecessary shellwords require on newer rubygems #5195 * Re-exec prepending command with Gem.ruby if $PROGRAM_NAME is not executable #5193 2.3.2 (2021-12-24) Enhancements: * Remove unnecessary lockfile upgrade warning #5209 2.3.3 (2021-12-24) Bug fixes: * Fix locked bundler not installed to the right path when deployment is set #5217 2.3.4 (2021-12-29) Enhancements: * Improve error message when BUNDLED WITH version does not exist #5205 Bug fixes: * Fix bundle update --bundler no longer updating lockfile #5224 2.3.5 (2022-01-12) Enhancements: * Make bundle update --bundler actually lock to the latest bundler version (even if not yet installed) #5182 * Use thor-1.2.1 #5260 * Exclude bin directory for newgem template #5259 Bug fixes: * Fix metadata requirements being bypassed when custom gem servers are used #5256 * Fix rake build:checksum writing checksum of package path, not package contents #5250 2.3.6 (2022-01-26) Enhancements: * Use Gem::Platform.local instead of RUBY_PLATFORM when displaying local platform #5306 * Lock standard.yml to the required ruby version #5284 * Use Fiddle in bundle doctor to check for dynamic library presence #5173 Bug fixes: * Fix edge case where gems were incorrectly removed from the lockfile #5302 * Fix force_ruby_platform ignored when lockfile includes current specific platform #5304 * Create minitest file to underscored path in "bundle gem" command with dashed gem name #5273 * Fix regression with old marshaled specs having null required_rubygems_version #5291 2.3.7 (2022-02-09) Enhancements: * Don't activate yaml gem from Bundler #5277 * Add Reverse Dependencies section to info command #3966 Bug fixes: * Don't silently persist BUNDLE_WITH and BUNDLE_WITHOUT envs locally #5335 * Fix bundle config inside an application saving configuration globally #4152
misc/ruby-bundler: update to 2.2.33 2.2.33 (2021-12-07) Security fixes: * Pass "--" to git commands to separate positional and optional args #5142 Enhancements: * Accept pull request URLs as github source #5126 * Add --version parameter to bundle info command #5137 * Let original Errno::EACCES error be raised in compact index updater #5110 * Improve gemfile-lockfile source equivalence errors #5120 * Avoid float-to-string loss of characters in GitHub Actions configuration labels in new gem template #5089 * Add an initial rbs template to bundle gem skeleton #5041 * Avoid shared libraries not getting environment passed right after argv in memory when bundle exec is used #4815 Bug fixes: * Don't cleanup paths from gems already activated from $LOAD_PATH #5111 * Fix handling prereleases of 0 versions, like 0.0.0.dev or 0.0.0.SNAPSHOT #5116 * Fix escape of filenames in bundle doctor #5102 * Don't unlock dependencies when running bundle install after changing global source #5090 * Fix missing locked specs when depended on another platform #5092 * Fix bundle info sometimes claiming that bundler has been deleted #5097 Documentation: * Ignore to generate the documentation from vendored libraries #5118
misc/ruby-bundler: update to 2.2.32 2.2.32 (2021-11-23) Enhancements: * Clarify bundle viz deprecation #5083 * Unlock dependencies that no longer match lockfile #5068 * Use shellsplit instead of array of strings for git push #5062 * Re-enable default_ignores option for standard #5003 Bug fixes: * Fix downgrading dependencies by changing the Gemfile and running bundle update #5078 2.2.31 (2021-11-08) Enhancements: * Link to working bundler-graph plugin in bundle viz deprecation message #5061 * Memoize materialized specs when requiring bundler/setup #5033 * Allow custom LicenseRef #5013 * Better error when installing a lockfile with git sources and git is not installed #5036 * Only delete cached gem when it's corrupted #5031 * Support gemified tsort #5032 * Add standard option alongside rubocop to bundle gem #4411 Bug fixes: * Fix system man pages no longer working after bundler overrides MANPATH #5039 * Don't warn when a lockfile is locked to a dev version #5018 2.2.30 (2021-10-26) Enhancements: * Add a custom SHA1 digest implementation to no longer depend on the digest gem before we know which version to activate #4989 * Ensure vendored gems have licenses #4998 * Update broken link in Bundler::Fetcher::CertificateFailureError #4987 * Give better errors for some permission issues #4965 * Print better errors when bundler/gem_tasks fail #4872 * Fix bundle install to reinstall deleted gems #4974 * Unify issue template and ISSUES.md document #4980 * Bump vendored connection_pool to 2.2.5 #4738 Bug fixes: * Fix error message pointing to non existing file when using a global gem cache #4999 * Fix install crash when lockfile has missing dependencies for the current platform #4941 * Make bundle info show a proper warning every time it finds a deleted gem #4971 2.2.29 (2021-10-08) Enhancements: * Require at least Ruby 2.6.0 for gems created with recent rubies #4920 * Include glob information in string representation of git sources to make generated lockfiles deterministic #4947 * Add missing rubygem_push prerequisite #4930 2.2.28 (2021-09-23) Enhancements: * Use example.com in new gem template, since it will never have a potentially dangerous backing website #4918 * Deprecate --install flag to bundle remove and trigger install by default #4891
misc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
misc: Remove SHA1 hashes for distfiles
misc/ruby-bundler: update to 2.2.27 2.2.27 (2021-09-03) 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
misc/ruby-bundler: update to 2.2.26 2.2.20 (2021-06-11) Enhancements: * Don't print bug report template on server side errors #4663 * Don't load resolv unnecessarily #4640 Bug fixes: * Fix bundle outdated edge case #4648 * Fix bundle check with scoped rubygems sources #4639 2.2.21 (2021-06-23) Security fixes: * Auto-update insecure lockfile to split GEM source sections whenever possible #4647 Enhancements: * Use a more limited number of threads when fetching in parallel from the Compact Index API #4670 * Update TODO link in bundle gem template to https #4671 Bug fixes: * Fix bundle install --local hitting the network when cache_all_platforms configured #4677 2.2.22 (2021-07-06) Enhancements: * Never downgrade indirect dependencies when running bundle update #4713 * Fix getaddrinfo errors not treated as fatal on non darwin platforms #4703 Bug fixes: * 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 * Fix edge case combination of DSL methods and duplicated sources causing gems to not be found #4711 * Fix bundle doctor crashing when finding a broken symlink #4707 * Fix incorrect re-resolve edge case #4700 * Fix some gems being unintentionally locked under multiple lockfile sections #4701 * Fix --conservative flag unexpectedly updating indirect dependencies #4692 2.2.23 (2021-07-09) Enhancements: * Fix bundle install on truffleruby selecting incorrect variant for sorbet-static gem #4625 * Spare meaningless warning on read-only bundle invocations #4724 Bug fixes: * Fix incorrect warning about duplicated gems in the Gemfile #4732 * Fix bundle plugin install foo crashing #4734 2.2.24 (2021-07-15) Bug fixes: * Fix development gem unintentionally removed on an edge case #4751 * Fix dangling empty plugin hooks #4755 * Fix bundle plugin install --help showing bundle install's help #4756 * Make sure bundle check shows uniq missing gems #4749 Performance: * Slightly speed up bundler/setup #4750 2.2.25 (2021-07-30) Deprecations: * Deprecate Gemfile without an explicit global source #4779 * Deprecate bundle cache --path #4496 Enhancements: * Give better errors when materialization fails #4788 * Lazily load shellwords library #4786 * Show original error and backtrace directly on bundle install errors instead of a more brittle gem install hint #4778 * Remove LoadError message in regards to requiring a relative file #4772 Bug fixes: * Fix BUNDLE_USER_CONFIG no longer respected as config location #4797 * Fix --standalone installation of default gems #4782 * Fix --quiet flag not printing warnings #4781 * Fix bundler binstub version selection #4775 * Fix interrupt handling in Bundler workers #4767 2.2.26 (2021-08-17) 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
misc/ruby-bundler: update to 2.2.19 2.2.19 (May 31, 2021) Bug fixes: * Restore support for configuration keys with dashes #4582 * Fix some cached gems being unintentionally ignored when using rubygems 3.2.18 #4623
misc/ruby-bundler: update to 2.2.18 2.2.18 (May 25, 2021) Security fixes: * Fix dependency confusion issues with implicit dependencies #4609 Enhancements: * Use simpler notation for generated required_ruby_version #4598 * Undeprecate bundle show #4586 * Make sure link to new issue uses the proper template #4592 Bug fixes: * Fix platform specific gems being removed from the lockfile #4580
misc/ruby-bundler: update to 2.2.17 2.2.17 (2021-05-05) Enhancements: * Improve authentication required error message to include an alternative using ENV #4565 * Discard partial range responses without etag #4563 * Fix configuring ENV for a gem server with a name including dashes #4571 * Redact credentials from bundle env and bundle config #4566 * Redact all sources in verbose mode #4564 * Improve bundle pristine error if BUNDLE_GEMFILE does not exist #4536 * [CurrentRuby] Add 3.0 as a known minor #4535 * Prefer File.read instead of IO.read #4530 * Add space after open curly bracket in Gemfile and gems.rb template #4518 Bug fixes: * Make sure specs are fetched from the right source when materializing #4562 * Fix bundle cache with an up-to-date lockfile and specs not already installed #4554 * Ignore deployment setting in inline mode #4523 Performance: * Don't materialize resolutions when not necessary #4556
misc/ruby-bundler: update to 2.2.16 2.2.16 (April 8, 2021) Enhancements: * Add --github-username option and config to bundle gem #3687 * Bump vendored tmpdir library copy #4506 * Add rake build:checksum task to build checksums for a gem package #4156 * Enable bundler-cache for GitHub Actions template #4498 * Improve bundle info error when gem is on a "disabled" group #4492 * Small tweak to yank message #4494 * Don't show duplicate entries in bundle outdated output #4474 * Never downgrade top level gems when running bundle update #4473 Bug fixes: * Fix incorrect logic for filtering metadata matching candidates #4497
misc/ruby-bundler: update to 2.2.15 2.2.15 (March 19, 2021) Enhancements: * Add a hint about bundler installing executables for path gems #4461 * Warn lockfiles with incorrect resolutions #4459 * Don't generate duplicate redundant sources in the lockfile #4456 Bug fixes: * Respect running ruby when resolving platforms #4449
misc/ruby-bundler: update to 2.2.14 2.2.14 (March 8, 2021) Security fixes: * Lock GEM sources separately and fix locally installed specs confusing bundler #4381 Bug fixes: * Make rake available to other gems' installers right after it's installed #4428 * Fix encoding issue on compact index updater #4362
misc/ruby-bundler: update to 2.2.13 2.2.13 (March 3, 2021) Enhancements: * Respect user configured default branch in README links in new generated gems #4303 Bug fixes: * Fix gems sometimes being pulled from irrelevant sources #4418 2.2.12 (March 1, 2021) Bug fixes: * Fix sporadic warnings about nil gemspec on install/update and make those faster #4409 * Fix deployment install with duplicate path gems added to Gemfile #4410 2.2.11 (February 17, 2021) Bug fixes: * Revert disable_multisource changes #4385 2.2.10 (February 15, 2021) Security fixes: * Fix source priority for transitive dependencies and split lockfile rubygems source sections #3655 Bug fixes: * Fix adding platforms to lockfile sometimes conflicting on ruby requirements #4371 * Fix bundler sometimes choosing ruby variants over java ones #4367 Documentation: * Update man pages to reflect to new default for bundle install jobs #4188
misc/ruby-bundler: update to 2.2.9 2.2.9 (2021-02-08) Enhancements: * Stop removing existing platforms when force_ruby_platform is true #4336 Bug fixes: * Don't install platform specific gems on truffleruby #4333
misc/ruby-bundler: update to 2.2.8 2.2.8 (2021-02-02) Enhancements: * Add a CHANGELOG.md file to gems generated by bundle gem #4093 * Support gemified set #4297 Bug fixes: * Fix standalone Kernel.require visibility #4337 Performance: * Fix resolver edge cases and speed up bundler #4277 2.2.7 (2021-01-27) Enhancements: * Improve error messages when dependency on bundler conflicts with running version #4308 * Avoid showing platforms with requirements in error messages #4310 * Introduce disable_local_revision_check config #4237 * Reverse rubygems require mixin with bundler standalone #4299 Bug fixes: * Fix releasing from a not yet pushed branch #4309 * Install cache only once if it already exists #4304 * Fix force_ruby_platform no longer being respected #4302 Performance: * Fix resolver dependency comparison #4289
misc/ruby-bundler: update to 2.2.6 2.2.6 (2021-01-19) Enhancements: * Improve resolver debugging #4288 Bug fixes: * Fix dependency locking for path source #4293 Performance: * Speed up complex dependency resolves by creating DepProxy factory and cache #4216
misc/ruby-bundler: update to 2.2.5 2.2.5 (January 11, 2021) Enhancements: * Improve rubocop setup in the new gem template #4220 * Support repositories with default branch not named master #4224 Bug fixes: * Let Net::HTTP decompress the index instead of doing it manually #4081 * Workaround for another jruby crash when autoloading a constant #4252 * Fix another performance regression in the resolver #4243 * Restore support for old git versions #4233 * Give a proper error if cache path does not have write access #4215 * Fix running rake release from an ambiguous ref #4219
misc/ruby-bundler: update to 2.2.4 2.2.4 (December 31, 2020) Bug fixes: * Fix bundle man pages display on truffleruby #4209 * Fix Windows + JRuby no longer being able to install git sources #4196 2.2.3 (December 22, 2020) Bug fixes: * Restore full compatibility with previous lockfiles #4179 * Add all matching variants with the same platform specificity to the lockfile #4180 * Fix bundler installing gems for a different platform when running in frozen mode and current platform not in the lockfile #4172 * Fix crash when bundle exec'ing to bundler #4175 2.2.2 (December 17, 2020) Bug fixes: * Fix resolver crash when a candidate has 0 matching platforms #4163 * Restore change to copy global with/without config locally upon bundle install #4154 2.2.1 (December 14, 2020) Bug fixes: * Ad-hoc fix for platform regression #4127 * Workaround JRuby + Windows issue with net-http-persistent vendored code #4138 * Reset also root when in a nested invocation #4140 * Restore 2.1.4 resolution times #4134 * Fix bundle outdated --strict crash #4133 * Autoload Bundler::RemoteSpecification to workaround crash on jruby #4114 2.2.0 (December 7, 2020) Enhancements: * New gem template: prefer require_relative to require #4066 * Always show underlying error when fetching specs fails #4061 * Add --all-platforms flag to bundle binstubs to generate binstubs for all platforms #3886 * Improve gem not found in source error messages #4019 * Revert resolving all Gemfile platforms automatically #4052 * Remove extra empty line from README template #4041 * Lazily load erb #4011 Bug fixes: * Fix Bundler::Plugin::API::Source#to_s having empty source type #4084 * Raise consistent errors with or without bundle exec #4063 * Fix edge case resulting in a crash when using zeitwerk inside a nested bundle exec invocation #4062 * Enable specific_platform by default #4015 * Prevent remove command from deleting gemfile lines that are comments #4045 * Fix issue with cache_all_platforms and specific_platform configured #4042 * Fix incorrect error message on Windows #4039 * Make printed drive letters consistent on Windows #4038 * Load rubygems plugins from RUBYLIB during bundle install and bundle update #3534 * Fix specific_platform and cache_all with bundle cache --all-platforms #4022 * Bring back the possibility to install a plugin from path #4020 * Move ronn pages to lib #3997 * Fix fileutils double load when using bundler/inline #3991 * Accept responses with no etag header #3865 Documentation: * Fix typo of bundle-install.1 (v2.1) #4079 * Add commented out example and more information link to generated gemspec #4034 Please refer <https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md> for changes prior to 2.2.0 release.
misc/ruby-bundler: update to 2.1.4 Update ruby-bundler to 2.1.4. pkgsrc change: Add "USE_LANGAUGES= # none". ## 2.1.4 (January 5, 2020) Bugfixes: - Fix `net-http-pipeline` no longer being allowed in Gemfiles if already installed in the system due to our vendored version of `net-http-persistent` optionally requiring it [#7529](https://github.com/bundler/bundler/pull/7529) - Fix inline gems no longer being requirable if no Gemfile is present in the directory hierarchy [#7537](https://github.com/bundler/bundler/pull/7537) ## 2.1.3 (January 2, 2020) Bugfixes: - Fix `rake build` when path has spaces on it [#7514](https://github.com/bundler/bundler/pull/7514) - Fix `rake release` git push tasks when the running shell has `git` as an alias of another command (like `hub`) [#7510](https://github.com/bundler/bundler/pull/7510) - Fix some circular require warnings [#7520](https://github.com/bundler/bundler/pull/7520) - Fix `bundle config set deployment true` recommended alternative to `bundle config --deployment` to behave in the same way as the `--deployment` flag [#7519](https://github.com/bundler/bundler/pull/7519) ## 2.1.2 (December 20, 2019) Bugfixes: - Restore an explicit `require "rubygems"` on top `rubygems_integration.rb` to avoid some missing constant errors under some convoluted setups [#7505](https://github.com/bundler/bundler/pull/7505) ## 2.1.1 (December 17, 2019) Bugfixes: - Fix some cases of shelling out to `rubygems` still being silent [#7493](https://github.com/bundler/bundler/pull/7493) - Restore compatibility with `rubygems-bundler` so that binstubs work under `RVM` [#7498](https://github.com/bundler/bundler/pull/7498) ## 2.1.0 (December 15, 2019) Features: - Add support for new default gems. In particular, * `open3` [#7455](https://github.com/bundler/bundler/pull/7455) * `cgi`: [#7456](https://github.com/bundler/bundler/pull/7456) * `uri` [#7460](https://github.com/bundler/bundler/pull/7460) plus other PRs removing or lazily loading usages of these gems from other places to not interfere with user's choice, such as [#7471](https://github.com/bundler/bundler/pull/7471) or [#7473](https://github.com/bundler/bundler/pull/7473) Bugfixes: - Fix `bundle exec rake install` failing [#7474](https://github.com/bundler/bundler/pull/7474) - Fix `bundle exec`'ing to rubygems being silent [#7442](https://github.com/bundler/bundler/pull/7442) - Restore previous `BUNDLE_GEMFILE` in `bundler/inline` [#7418](https://github.com/bundler/bundler/pull/7418) - Fix error when using `gem` DSL's `:glob` option for selecting gemspecs from a specific source [#7419](https://github.com/bundler/bundler/pull/7419) Changes: - `bundle config` no longer warns when using "old interface" (might be deprecated again in the future) [#7475](https://github.com/bundler/bundler/pull/7475) - `bundle update` no longer warns when used without arguments (might be deprecated again in the future) [#7475](https://github.com/bundler/bundler/pull/7475) ## 2.1.0.pre.3 (November 12, 2019) Features: - Add caller information to some deprecation messages to make them easier to fix [#7361](https://github.com/bundler/bundler/pull/7361) - Reconcile `bundle cache` vs `bundle package` everywhere. Now in docs, CLI help and everywhere else `bundle cache` is the preferred version and `bundle package` remains as an alias [#7389](https://github.com/bundler/bundler/pull/7389) - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](https://github.com/bundler/bundler/pull/7394) Bugfixes: - Fix typos deprecation message and upgrading docs [#7374](https://github.com/bundler/bundler/pull/7374) - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](https://github.com/bundler/bundler/pull/7385) - Fix `--help` flag not correctly delegating to `man` when used with command aliases [#7388](https://github.com/bundler/bundler/pull/7388) - `bundle add` should cache newly added gems if an application cache exists [#7393](https://github.com/bundler/bundler/pull/7393) - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](https://github.com/bundler/bundler/pull/7416) - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](https://github.com/bundler/bundler/pull/7417) ## 2.1.0.pre.2 (September 15, 2019) Bugfixes: - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github.com/bundler/bundler/pull/7340)) - Fix warnings about keyword argument separation on ruby 2.7 ([#7337](https://github.com/bundler/bundler/pull/7337)) ## 2.1.0.pre.1 (August 28, 2019) One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming breaking changes in bundler 3 will be turned on by default. We do this to grab feedback and communicate early to our users the kind of changes we're intending to ship with bundler 3. See [#6965](https://github.com/bundler/bundler/pull/6965). Another important improvement is a better coexistence between bundler installations and the default copy of bundler that comes with ruby installed as a default gem. Since bundler is shipped as a default gem with ruby, a number of users have been affected by issues where bundler ends up failing due to version mismatches, because at some point of the execution, bundler switches to run the default copy instead of the expected version. A number of PRs have been focused on minimizing (hopefully eliminating) this, such as [#7100](https://github.com/bundler/bundler/pull/7100), [#7137](https://github.com/bundler/bundler/pull/7137), [#6996](https://github.com/bundler/bundler/pull/6996), [#7056](https://github.com/bundler/bundler/pull/7056), [#7062](https://github.com/bundler/bundler/pull/7062), [#7193](https://github.com/bundler/bundler/pull/7193), [#7216](https://github.com/bundler/bundler/pull/7216), [#7274](https://github.com/bundler/bundler/pull/7274) Deprecations: * See the [the upgrading document](UPGRADING.md) for a detailed explanation of the deprecations that are getting enabled in bundler 2.1, and the future breaking changes in bundler 3. Features: - Reimplement `config` command using subcommands ([#5981](https://github.com/bundler/bundler/pull/5981)) - Add `bundle plugin list` command ([#6120](https://github.com/bundler/bundler/pull/6120)) - Introduce a `bundle lock --gemfile` flag ([#6748](https://github.com/bundler/bundler/pull/6748)) - Add local git repository source option (`--local_git`) to plugin installation ([#6749](https://github.com/bundler/bundler/pull/6749)) - Add `quiet` flag to inline bundler ([#6828](https://github.com/bundler/bundler/pull/6828)) - Introduce a `prefer_patch` configuration that makes `bundle update` behave like `bundle update --patch` ([#6931](https://github.com/bundler/bundler/pull/6931)) - Introduce `Bundler.original_system` and `Bundler.original_exec` to shell out or exec to external programs using the original environment before bundler was loaded ([#7052](https://github.com/bundler/bundler/pull/7052)) - Add feature parity to `bundle info GEM` with respect to the old deprecated command `bundle show GEM` [#7026](https://github.com/bundler/bundler/pull/7026) - Introduce `bundle list` to list groups of gems in your Gemfile. This command was actually documented, but was working as an alias to `bundle show` so this could also be considered a bug fix :) [#7072](https://github.com/bundler/bundler/pull/7072) - Introduce `bundle outdated --filter-strict` as an alias to `bundle outdated --strict` [#6030](https://github.com/bundler/bundler/pull/6030) - Add `:git` and `:branch` options to `bundle add` ([#7127](https://github.com/bundler/bundler/pull/7127)) - Add `:ruby_26` as a valid value to the `:platform(s)` dsl ([#7155](https://github.com/bundler/bundler/pull/7155)) - Let the `bundle cache` command include all features currently provided by `bundle package` ([#7249](https://github.com/bundler/bundler/pull/7249)) - Several improvements on new gem templates ([#6924](https://github.com/bundler/bundler/pull/6924), [#6968](https://github.com/bundler/bundler/pull/6968), [#7209](https://github.com/bundler/bundler/pull/7209), [#7222](https://github.com/bundler/bundler/pull/7222), [#7238](https://github.com/bundler/bundler/pull/7238)) - Add `--[no-]git` option to `bundle gem` to generate non source control gems. Useful for monorepos, for example ([#7263](https://github.com/bundler/bundler/pull/7263)) Bugfixes: - Raise when the same gem is available in multiple sources, and show a suggestion to solve it ([#5985](https://github.com/bundler/bundler/pull/5985)) - Validate that bundler has permissions to write to the tmp directory, and raise with a meaningful error otherwise ([#5954](https://github.com/bundler/bundler/pull/5954)) - Remove downloaded `.gem` file from the cache if it's corrupted ([#6010](https://github.com/bundler/bundler/pull/6010)) - Fix generated README in new gems to explicitly suggest running `bundle install`, so that the outcome is independent from the major version of bundler being run ([#6068](https://github.com/bundler/bundler/pull/6068)) - Fix `bundle outdated --group NAME` when the group is listed second in the Gemfile ([#6116](https://github.com/bundler/bundler/pull/6116)) - Improve conflict resolution messages by not calling "ruby" a gem when conflict happens in the `required_ruby_version`, and by filtering out requirements that didn't contribute to the conflict ([#6647](https://github.com/bundler/bundler/pull/6647)) - Avoid fetching and rebuilding git gems whenever any gem is changed in the Gemfile ([#6711](https://github.com/bundler/bundler/pull/6711)) - Include the exact bundler version in the lock file in the suggested command when bundler warns about version mismatches of itself [#6971](https://github.com/bundler/bundler/pull/6971) - Fix plugins being installed every time a command is run #[#6978](https://github.com/bundler/bundler/pull/6978) - Fallback to sequentially fetching specs on 429s [#6728](https://github.com/bundler/bundler/pull/6728) - Make `bundle clean` also clean native extensions for gems with a git source [#7058](https://github.com/bundler/bundler/pull/7058) - Fix `bundle info bundler` to show the correct path to the bundler gem [#7026](https://github.com/bundler/bundler/pull/7026) - Fix `bundle config build.<gem>` not sending multiple parameters to `extconf.rb` correctly [#7023](https://github.com/bundler/bundler/pull/7023) - Fix bad error message on Gemfile errors under ruby 2.7 (still unreleased, but it's a bugfix for beta testers after all) [#7038](https://github.com/bundler/bundler/pull/7038) - Warn about situations where multiple gems provide the same executable ([#7075](https://github.com/bundler/bundler/pull/7075)) - Ignore `frozen` setting in inline mode ([#7125](https://github.com/bundler/bundler/pull/7125)) - Fix incorrect "bundler attempted to update GEM but version stayed the same" message when updating git sourced gems ([#6325](https://github.com/bundler/bundler/pull/6325)) - Don't check for existence of a writable home directory if `BUNDLE_USER_HOME` is set ([#6885](https://github.com/bundler/bundler/pull/6885)) - Fix error message when server would respond to a bad username/password requiest with a 401 ([#6928](https://github.com/bundler/bundler/pull/6928)) - Fix `bundle outdated` pluralization when multiple groups are requested ([#7063](https://github.com/bundler/bundler/pull/7063)) - Fix `bundle install` not updating conservatively when gemspec is changed ([#7143](https://github.com/bundler/bundler/pull/7143)) - Fix `bundle exec` not respecting custom process titles inside scripts ([#7140](https://github.com/bundler/bundler/pull/7140)) - Fix `bundle update` message about exclude groups saying "installed" instead of "updated" ([#7150](https://github.com/bundler/bundler/pull/7150)) - Fix `bundle licenses` not showing correct information about bundler itself ([#7147](https://github.com/bundler/bundler/pull/7147)) - Fix installation path not including ruby scope when `BUNDLE_PATH` was set ([#7163](https://github.com/bundler/bundler/pull/7163)) - Fix `bundle clean` incorrectly removing git depedencies present in the Gemfile when rubygems 3.0+ was used and path involved a symlink ([#7211](https://github.com/bundler/bundler/pull/7211)) - Fix platform specific gems always being re-resolved when bundler was not running under that platform ([#7212](https://github.com/bundler/bundler/pull/7212)) - Fix `bundle package --all-platforms` causing `bundle install` to ignore `--with` and `--without` ([#6113](https://github.com/bundler/bundler/pull/6113)) - Fix `MissingRevision` git errors to include the specific `git` command that failed under the hood ([#7225](https://github.com/bundler/bundler/pull/7225)) - Fix using gemspec & `force_ruby_platform` on Windows ([#6809](https://github.com/bundler/bundler/pull/6809)) - Make bundler's binstub checks on bundler version consistent with rubygems `BundlerVersionFinder` ([#7259](https://github.com/bundler/bundler/pull/7259)) - Fix `bundle install` and `bundle update` generating different lockfiles when `path:` gems with relative paths starting with "./" were used ([#7264](https://github.com/bundler/bundler/pull/7264)) - Give a proper error when user tries to `bundle open` a default gem ([#7288](https://github.com/bundler/bundler/pull/7288)) - Fix `bundle doctor` command ([#7309](https://github.com/bundler/bundler/pull/7309)) - Fix bundler giving an unclear recommendation when duplicated gems are found in the Gemfile ([#7302](https://github.com/bundler/bundler/pull/7302)) Documentation: - Fix typo on a file extension in `bundle.ronn` [#7146](https://github.com/bundler/bundler/pull/7146) - Fix incorrect default value for `cache_path` configuration ([#7229](https://github.com/bundler/bundler/pull/7229)) - Binstubs documentation has been improved ([#5889](https://github.com/bundler/bundler/pull/5889)) - Fix incorrect sections when explaining `:git`, `:branch`, and `:ref` options ([#7265](https://github.com/bundler/bundler/pull/7265)) - Fix mentions to remembered options in docs to explain the current state ([#7242](https://github.com/bundler/bundler/pull/7242)) Internally, there's also been a bunch of improvements in our development environment, test suite, policies, contributing docs, and a bunch of cleanups of old compatibility code.
misc/ruby-bundler: update to 2.0.2 ## 2.0.2 (2019-05-13) Changes: - Fixes for Bundler integration with ruby-src ([#6941](https://github.com/bundler/bundler/pull/6941), [#6973](https://github.com/bundler/bundler/pull/6973), [#6977](https://github.com/bundler/bundler/pull/6977), [#6315](https://github.com/bundler/bundler/pull/6315), [#7061](https://github.com/bundler/bundler/pull/7061)) - Use `__dir__` instead of `__FILE__` when generating a gem with `bundle gem` ([#6503](https://github.com/bundler/bundler/pull/6503)) - Use `https` on externals links in the Bundler gemspec ([#6721](https://github.com/bundler/bundler/pull/6721)) - Removed duplicate gem names from the suggested `did you mean` list for gem typos ([#6739](https://github.com/bundler/bundler/pull/6739)) - Removed Ruby 1.x compatibility code ([#6764](https://github.com/bundler/bundler/pull/6764), [#6806](https://github.com/bundler/bundler/pull/6806)) - Fixed an issue where `bundle remove` would crash with certain Gemfiles ([#6768](https://github.com/bundler/bundler/pull/6769)) - Fixed indentation in the Bundler executable template ([#6773](https://github.com/bundler/bundler/pull/6773)) - Fixed an issue where plugins could register for the same Bundler hook multiple times ([#6775](https://github.com/bundler/bundler/pull/6775)) - Changed the "multiple sources" message in `bundle install` to be a warning instead of an error ([#6790](https://github.com/bundler/bundler/pull/6790)) - Fixed a bug where path gems would break when using `only_update_to_newer_versions` ([#6774](https://github.com/bundler/bundler/pull/6774)) - Fixed a bug where installing plugins with the `--delpoyment` setting would fail ([#6805](https://github.com/bundler/bundler/pull/6805)) - Fixed an issue where `bundle update` couldn't update & install a gem when `no_install` was set (a `bundle package` config) ([#7078](https://github.com/bundler/bundler/pull/7078)) - Fixed an issue where users could not run `bundle exec` on default gems ([#6963](https://github.com/bundler/bundler/pull/6963)) - Updated vendor libraries to their latest version ([#7076](https://github.com/bundler/bundler/pull/7067), [#7068](https://github.com/bundler/bundler/pull/7068)) - Fixed an issue where the `github` source was not using `https` by default that we mentioned in the 2.0 release ([#7182](https://github.com/bundler/bundler/pull/7182)) - Fixed an issue where `rake release` was not outputting the message to users asking for a 2fa token ([#7199](https://github.com/bundler/bundler/pull/7199)) Documentation: - Fix incorrect documented `BUNDLE_PATH_RELATIVE_TO_CWD` env var ([#6751](https://github.com/bundler/bundler/pull/6751)) - Update URLs in Bundler's documentation to use `https` ([#6935](https://github.com/bundler/bundler/pull/6935)) ## 2.0.1 (2019-01-04) Changes: - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github.com/bundler/bundler/pull/6867)) ## 2.0.0 (2019-01-03) No new changes ## 2.0.0.pre.3 (2018-12-30) Breaking Changes: - Bundler 2 now requires RubyGems 3.0.0 at minimum Changes: - Ruby 2.6 compatibility fixes (@segiddins) - Import changes from Bundler 1.17.3 release Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` ## 2.0.0.pre.2 (2018-11-27) Breaking Changes: - `:github` source in the Gemfile now defaults to using HTTPS Changes - Add compatibility for Bundler merge into ruby-src Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler` ## 2.0.0.pre.1 (2018-11-09) Breaking Changes: - Dropped support for versions of Ruby < 2.3 - Dropped support for version of RubyGems < 2.5 - Moved error messages from STDOUT to STDERR Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
misc/ruby-bundler: update to 1.17.3 pkgsrc change: update HOMEPAGE. 1.17.3 (2018-12-27) Bugfixes: * Fix a Bundler error when installing gems on old versions of RubyGems (#6839, @colby-swandale) * Fix a rare issue where Bundler was removing itself after a bundle clean (#6829, @colby-swandale) Documentation: Add entry for the bundle remove command to the main Bundler manual page
misc/ruby-bundler: update to 1.17.2 pkgsr change * Remove @PREFIX@ from ALTERNATIVES file. ## 1.17.2 (2018-12-11) - Add compatability for bundler merge with Ruby 2.6 ## 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), @alexggordon) ## 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), @gwerbin) - 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), @ajwann) - Remove compiled gem extensions when running `bundle clean` ([#5596](https://github.com/bundler/bundler/issues/5596), @akhramov) - Add `--paths` option to `bundle list` command ([#6172](https://github.com/bundler/bundler/issues/6172), @colby-swandale) - Add base error class to gems generated from `bundle gem` ([#6260](https://github.com/bundler/bundler/issues/6260), @christhekeele) - Correctly re-install gem extensions with a git source when running `bundle pristine` ([#6294](https://github.com/bundler/bundler/issues/6294), @wagenet) - Add config option to disable platform warnings ([#6124](https://github.com/bundler/bundler/issues/6124), @agrim123) - Add `--skip-install` option to `bundle add` command to add gems to the Gemfile without installation ([#6511](https://github.com/bundler/bundler/issues/6511), @agrim123) - Add `--only-explicit` option to `bundle outdated` to list only outdated gems in the Gemfile ([#5366](https://github.com/bundler/bundler/issues/5366), @peret) - Support adding multiple gems to the Gemfile with `bundle add` ([#6543](https://github.com/bundler/bundler/issues/6543), @agrim123) - Make registered plugin events easier to manage in the Plugin API (@jules2689) - Add new gem install hooks to the Plugin API (@jules2689) - Add `--optimistic` and `--strict` options to `bundle add` ([#6553](https://github.com/bundler/bundler/issues/6553), @agrim123) - Add `--without-group` and `--only-group` options to `bundle list` ([#6564](https://github.com/bundler/bundler/issues/6564), @agrim123) - Add `--gemfile` option to the `bundle exec` command ([#5924](https://github.com/bundler/bundler/issues/5924), @ankitkataria) 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), @igorbozato) - Auto-configure job count ([#5808](https://github.com/bundler/bundler/issues/5808), @segiddins) - Use the Gem Version Promoter for major gem updates ([#5993](https://github.com/bundler/bundler/issues/5993), @segiddins) - Add config option to add the Ruby scope to `bundle config path` when configured globally (@segiddins) ## 1.16.6 (2018-10-05) 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), @agrim123) - Add Homepage, Source Code and Chanagelog URI metadata fields to the `bundle gem` gemspec template (@walf443) 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), @theflow) - Fix some rescue calls that don't specifiy error type (@utilum) - Fix an issue when the Lockfile would contain platform-specific gems that it didn't need ([#6491](https://github.com/bundler/bundler/issues/6491), @segiddins) - Improve handlding of adding new gems with only a single group to the Gemfile in `bundle add` (@agrim123) - Refactor check for OpenSSL in `bundle env` (@voxik) - Remove an unnecessary assignment in Metadata (@voxik) 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), @arbonap) - Add documentation for the `--all` flag in `bundle update` (@agrim123) - Update README to use `bundle add` in usage examples (@hdf1986)
misc/ruby-bundler: update to 1.16.5 ## 1.16.5 (2018-09-18) Changes: - Add support for TruffleRuby (@eregon) Bugfixes: - Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/bundler/bundler/issues/6453), @greysteil) - Fix issue where Bundler does not check the given class when comparing equality in DepProxy (@ChrisBr) - Handle `RangeNotSatisfiable` error in Compact Index (@MaxLap) - Check for initialized `search` variable in `LazySpecification` (@voxik) - Fix LoadError occurring in nested bundle exec calls ([#6537](https://github.com/bundler/bundler/issues/6537), @colby-swandale) - Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/bundler/bundler/issues/6163), @eregon) - Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/bundler/bundler/issues/6684), @segiddins) ## 1.16.4 (2017-08-17) Changes: - Welcome new members to the Bundler core team (@indirect) - Don't mutate original error trees when determining version_conflict_message (@greysteil) - Update vendored Molinillo to 0.6.6 (@segiddins) 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), @ralphbolo) - Respect --conservative flag when updating a dependency group ([#6560](https://github.com/bundler/bundler/issues/6560), @greysteil) - 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), @akihiro17) - Fix issue where `Etc` was not loaded when getting the user's home dir ([#6640](https://github.com/bundler/bundler/issues/6640), @colby-swandale) - Use UTF-8 for reading files including Gemfile ([#6660](https://github.com/bundler/bundler/issues/6660), @eregon) - Remove unnecessary `while` loop in path resolver helper (@ojab) Documentation: - Document that `bundle show [--paths]` sorts results by name (@kemitchell) ## 1.16.3 (2018-07-17) Features: - Support URI::File of Ruby 2.6 (@hsbt) 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), @ojab, @indirect) - Dont let Bundler create temporary folders for gem installs which are owned by root ([#6258](https://github.com/bundler/bundler/issues/6258), @colby-swandale) - Don't fallback to using temporary directories when needed directories already exist ([#6546](https://github.com/bundler/bundler/issues/6546), @brodock) - 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), @segiddins) - Check if source responds to `#remotes` before printing gem install error message ([#6211](https://github.com/bundler/bundler/issues/6211), @colby-swandale) - Handle Errno::ENOTSUP in the Bundler Process Lock to prevent exceptions when using NFS mounts ([#6566](https://github.com/bundler/bundler/issues/6566), @colby-swandale) - Respect encodings when reading gemspecs ([#6598](https://github.com/bundler/bundler/issues/6598), @deivid-rodriguez) Documentation: - Fix links between manual pages (@BanzaiMan) - Add warning to Gemfile documentation for the use of the `source` option when declaring gems ([#6280](https://github.com/bundler/bundler/issues/6280), @forestgagnon) ## 1.16.2 (2018-04-20) Changes: - Include the gem's source in the gem install error message when available (@papanikge) - Remove unnecessary executable bit from gem template (@voxik) - Dont add the timestamp comment with gems added to the Gemfile via `bundle add` ([#6193](https://github.com/bundler/bundler/issues/6193), @cpgo) - Improve yanked gem error message (@alyssais) - Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly (@segiddins) - Remove unused instance variable (@segiddins) Bugfixes: - Only trap INT signal and have Ruby's signal default handler be invoked (@shayonj) - Fix warning about the use of `__FILE__` in RubyGems integration testing (@MSP-Greg) - Skip the outdated bundler check when MD5 is not available ([#6032](https://github.com/bundler/bundler/issues/6032), @segiddins) - Fallback to the original error if the friendly message raises (@segiddins) - Rename Bundler.frozen? to avoid Object method conflict ([#6252](https://github.com/bundler/bundler/issues/6252), @segiddins) - Ensure the bindir exists before installing gems (@segiddins) - Handle gzip corruption errors in the compact index client ([#6261](https://github.com/bundler/bundler/issues/6261), @colby-swandale) - Check if the current directory is writeable when writing files in `bundle gem` ([#6219](https://github.com/bundler/bundler/issues/6219), @nilsding) - Fix hang when gemspec has incompatible encoding (@deivid-rodriguez) - Gracefully handle when the lockfile is missing spec entries for the current platform ([#6079](https://github.com/bundler/bundler/issues/6079), @segiddins) - Use Gem::Util.inflate instead of Gem.inflate (@hsbt) - Update binstub generator to use new ERB.new arity in Ruby 2.6 (@koic) - Fix `source_location` call in rubygems integration (@MSP-Greg) - Use `filesystem_access` when copying files in Compact Index Updater ([#6289](https://github.com/bundler/bundler/issues/6289), @segiddins) - Fail gracefully when resetting git gems to the given revision fails ([#6324](https://github.com/bundler/bundler/issues/6324), @segiddins) - Handle exceptions that do not have a backtrace ([#6342](https://github.com/bundler/bundler/issues/6342), @nesaulov) - Check if stderr was closed before writing to it (@shime) - Handle updating a specific gem for a non-local platform ([#6350](https://github.com/bundler/bundler/issues/6350), @greysteil) - Bump the `bundle_binstub` check-length to 300 characters (@tduffield) - Fix specifying alterntive Lockfile with `bundle lock` when default gemfile is present ([#6460](https://github.com/bundler/bundler/issues/6460), @agrim123) - Allow installing dependencies when the path is set to `.` ([#6475](https://github.com/bundler/bundler/issues/6475), @segiddins) - Support Bundler installing on a readonly filesystem without a home directory ([#6461](https://github.com/bundler/bundler/issues/6461), @grosser) - Filter git uri credentials in source description (@segiddins) Documentation: - Correct typos in `bundle binstubs` man page (@erikj, @samueloph) - Update links in `bundle gem` command documentation to use https (@KrauseFx) - Fix broken links between bundler man pages (@segiddins) - Add man page for the `bundle doctor` command ([#6243](https://github.com/bundler/bundler/issues/6243), @nholden) - Document `# frozen_string_literal` in `bundle init` Gemfile (@315tky) - 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), @nesaulov) - Small copy tweaks & removed redundant phrasing in the bundler man page (@rubymorillo) - Improve the documentation of the settings load order in Bundler (@rubymorillo) - Added license info to main README (@rubymorillo) - Document parameters and return value of Injector#inject (@tobias-grasse)
misc/ruby-bundler: update to 1.16.1 ## 1.16.1 (2017-12-12) Bugfixes: - avoid hanging on complex resolver errors ([#6114](https://github.com/bundler/bundler/issues/6114), @halfbyte) - avoid an error when running `bundle update --group` ([#6156](https://github.com/bundler/bundler/issues/6156), @mattbrictson) - ensure the resolver prefers non-pre-release gems when possible ([#6181](https://github.com/bundler/bundler/issues/6181), @greysteil) - include bundler's gemspec in the built gem ([#6165](https://github.com/bundler/bundler/issues/6165), @dr-itz) - ensure locally installed specs are not overriden by those in remote sources during dependency resolution ([#6072](https://github.com/bundler/bundler/issues/6072), @indirect) - ensure custom gemfiles are respected in generated binstubs (@pftg) - fail gracefully when loading a bundler-generated binstub when `bin/bundle` was not generated by bundler ([#6149](https://github.com/bundler/bundler/issues/6149), @hsbt) - allow `bundle init` to be run even when a parent directory contains a gemfile ([#6205](https://github.com/bundler/bundler/issues/6205), @colby-swandale) ## 1.16.0 (2017-10-31) Bugfixes: - avoid new RubyGems warning about unsafe YAML loading (to keep output consistent) (@segiddins) - load digest subclasses in a thread-safe manner (@segiddins, @colby-swandale) - avoid unusued variable warnings under ruby 2.5 (@amatsuda) - fix printing the same message twice in verbose mode ([#6028](https://github.com/bundler/bundler/issues/6028), @akhramov) - allow `SignalException`s to bubble up to the interpreter during `bundle exec` ([#6090](https://github.com/bundler/bundler/issues/6090), @dekellum) - avoid activating stdlib digest under Ruby 2.5 (@segiddins) - prioritise explicitly requested gems in dependency resolution sort order (@segiddins) - reduce memory usage during dependency resolution ([#6114](https://github.com/bundler/bundler/issues/6114), @greysteil) - ensure that the default bundler gem is not accidentally activated on ruby 2.5 when using local git overrides (@segiddins) ## 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 (@indirect) Bugfixes: - fix a bug where installing on FreeBSD would accidentally raise an error (#6013, @olleolleolle) - fix a regression in 1.16 where pre-release gems could accidentally be resolved even when the gemfile contained no pre-release requirements (@greysteil) - bundler will avoid making unnecessary network requests to fetch dependency data, fixing a regression introduced in 1.16 (@segiddins) - the outdated bundler version message is disabled by default until the message has been fine-tuned (#6004, @segiddins) ## 1.16.0.pre.2 (2017-09-06) Bugfixes: - handle when a connection is missing a socket when warning about OpenSSL version (@greysteil) - the description for the `rake release` task now reflects `$RUBYGEMS_HOST` (@wadetandy) - fix a bug where `bundle update` would regress transitive dependencies (@greysteil) ## 1.16.0.pre.1 (2017-09-04) Features: - allow using non-branch symbolic refs in a git source (#4845, @segiddins) - allow absolute paths in the `cache path` setting (#5627, @mal) - gems created via `bundle gem` with rspec have `--require spec_helper` in their `.rspec` file (@koic) - `bundle env` includes `Gem.ruby` and the `bundle` binstub shebang when they don't match (#5616, @segiddins) - allow passing gem names to `bundle pristine` (@segiddins) - `bundle version` and `bundle env` include the commit and build date for the bundler gem (#5049, @segiddins) - add the `--shebang` option to `bundle binstubs` (#4070, @segiddins, @Zorbash) - gemfiles are `eval`ed one fewer time when running `bundle install` (#4952, #3096, #4417, @segiddins) - the `fileutils` gem is now vendored so different versions of the gem can be activated (@segiddins) - speed up no-op installations (#5842, @segiddins) - default to keeping the lockfile in the default gem template (@deivid-rodriguez) - add a special bundler binstub that ensures the correct version of bundler is activated (#5876, @segiddins) - speed up dependency resolution and ensure that all resolvable gemfiles can be installed (@segiddins, @greysteil) - add a `bundle list` command that prints the gems in use (#4754, @colby-swandale) - allow adding credentials to a gem source during deployment when `allow_deployment_source_credential_changes` is set (@adrian-gomez) - making an outdated (and insecure) TLS connection to rubygems.org will print a warning (@segiddins) Bugfixes: - allow configuring a mirror fallback timeout without a trailing slash (#4830, @segiddins) - fix handling of mirrors for file: urls that contain upper-case characters (@segiddins) - list the correct gem host for `rake release` when `allowed_push_host` has been set (@mdeering) - ensure `Bundler.original_env` preserves all env keys that bundler sets (#5700, @segiddins) - ensure `bundle pristine` removes files added to a git gem (@segiddins) - load plugin files from path gems before gem installation (#5429, @segiddins) - ensure gems containing manpages are properly set up (#5730, @segiddins) - avoid fetching remote specs when all effected gems are in groups that are not being installed (@segiddins) - allow `BUNDLE_GEMFILE` to be a relative path (#5712, @gxespino) - show a more helpful error message when a gem fails to install due to a corrupted lockfile (#5846, @segiddins) - add a process lock to allow multiple concurrent `bundle install`s (#5851, @stefansedich) - ensure that specifications always return an array for `#extensions` (@greysteil) - print a helpful error message when using a gem in the Gemfile with an empty name (@colby-swandale) - ensure that all gemfiles are included in `bundle env` (@segiddins) - use ssl client cert and ca cert settings from gem configuration as fallbacks (@stan3) - avoid global namespace pollution when loading gems (#5958, @shyouhei) - avoid running a complete re-resolve on `bundle update --bundler` (@segiddins) - allow `bundle binstubs --standalone` to work without `path` being set (@colby-swandale) - fix support for bundle paths that include jars or wars on jruby (#5975, @torcido)
Update ruby-bundler to 1.15.4. ## 1.15.4 (2017-08-19) Bugfixes: - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins) - 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 (@shayonj) - `bundle pristine` will respect build options while re-building native extensions (@NickLaMuro) ## 1.15.3 (2017-07-21) Bugfixes: - ensure that empty strings passed to `bundle config` are serialized & parsed properly (#5881, @segiddins) - avoid printing an outdated version warning when running a parseable command (@segiddins) ## 1.15.2 (2017-07-17) 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 ruby-bundler to 1.15.1. ## 1.15.1 (2017-06-02) 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) ## 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 (@segiddins) - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it (#5592, @jules2689) ## 1.15.0.pre.3 (2017-04-30) Bugfixes: - avoid redundant blank lines in the readme generated by `bundle gem` (@koic) - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins) - print a helpful error message when an activated default gem conflicts with a gem in the gemfile (@segiddins) - only shorten `ref` option for git gems when it is a SHA (#5620, @segiddins) ## 1.15.0.pre.2 (2017-04-23) Bugfixes: - ensure pre-existing fit caches are updated from remote sources (#5423, @alextaylor000) - avoid duplicating specs in the lockfile after updating with the gem uninstalled (#5599, @segiddins) - ensure git gems have their extensions available at runtime (#5594, @jules2689, @segiddins) ## 1.15.0.pre.1 (2017-04-16) Features: - print a notification when a newer version of bundler is available (#4683, @segiddins) - add man pages for all bundler commands (#4988, @feministy) - add the `bundle info` command (@fredrb, @colby-swandale) - all files created with `bundle gem` comply with the bundler style guide (@zachahn) - if installing a gem fails, print out the reason the gem needed to be installed (#5078, @segiddins) - allow setting `gem.push_key` to set the key used when running `rake release` (@DTrierweiler) - print gem versions that are regressing during `bundle update` in yellow (#5506, @brchristian) - avoid printing extraneous dependencies when the resolver encounters a conflict (@segiddins) - add the `bundle issue` command that prints instructions for reporting issues (#4871, @jonathanpike) - add `--source` and `--group` options to the `bundle inject` command (#5452, @Shekharrajak) - add the `bundle add` command to add a gem to the gemfile (@denniss) - add the `bundle pristine` command to re-install gems from cached `.gem` files (#4509, @denniss) - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale) Performance: - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689) - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689) - only validate git gems when they are downloaded, instead of every time `Bundler.setup` is run (@segiddins) - avoid regenerating the lockfile when nothing has changed (@segiddins) - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins) - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins) Bugfixes: - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems (#5031, #5095, @segiddins) - print out a stack trace after an interrupt when running in debug mode (@segiddins) - print out when bundler starts fetching a gem from a remote server (@segiddins) - fix `bundle gem` failing when `git` is unavailable (#5458, @Shekharrajak, @colby-swandale) - suggest the appropriate command to unfreeze a bundle (#5009, @denniss) - ensure nested calls to `bundle exec` resolve default gems correctly (#5500, @segiddins) - ensure that a plugin failing to install doesn't uninstall other plugins (@kerrizor, @roseaboveit) - ensure `socket` is required before being referenced (#5533, @rafaelfranca) - allow running `bundle outdated` when gems aren't installed locally (#5553, @segiddins) - print a helpful error when `bundle exec`ing to a gem that isn't included in the bundle (#5487, @segiddins) - print an error message when a non-git gem is given a `branch` option (#5530, @colby-swandale) - allow interrupts to exit the process after gems have been installed (@segiddins) - print the underlying error when downloading gem metadata fails (#5579, @segiddins) - avoid deadlocking when installing with a lockfile that is missing dependencies (#5378, #5480, #5519, #5526, #5529, #5549, #5572, @segiddins)
Update ruby-bundler to 1.14.6. Changes are too many to write here, please refer these release announce. http://bundler.io/blog/2015/12/12/version-1-11-released.html http://bundler.io/blog/2016/04/28/the-new-index-format-fastly-and-bundler-1-12.html http://bundler.io/blog/2016/09/08/bundler-1-13.html http://bundler.io/blog/2017/03/28/bundler-1-14-so-many-fixes.html
Add SHA512 digests for distfiles for misc category Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update ruby-bundler to 1.10.6. ## 1.10.6 (2015-07-22) Workarounds: - only warn on invalid gemspecs (@indirect) Bugfixes: - fix installing dependencies in the correct order (#3799, @pducks32) - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs) - fix `install_if` conditionals when using the block form (@danieltdt)
Update ruby-bundler to 1.10.3. ## 1.10.2 (2015-05-29) Bugfixes: - fix regression in `bundle update GEM` performance introduced in 1.10.0 (#3687, @segiddins) ## 1.10.1 (2015-05-28) Bugfixes: - silence ruby warning when running CLI commands (@segiddins) - validate gemspecs in non-packaging mode (#3681, @segiddins) - ensure the same chdir mutex as RubyGems is used (#3680, @segiddins) ## 1.10.0 (2015-05-28) (this space intentionally left blank) ## 1.10.0.rc (2015-05-16) Features: - dramatically speed up resolving some slow Gemfiles (#3635, @segiddins) - track CI platforms running Bundler (#3646, @fotanus) Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) ## 1.10.0.pre.2 (2015-05-07) Bugfixes: - make BUNDLED WITH backwards compatible (#3623, @segiddins) ## 1.10.0.pre.1 (2015-05-05) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.10.0.pre (2015-05-03) Features: - support gem extensions built into any directory on RubyGems 2.2+ (#3582, @voxik) - add 'bundler/inline' which provides a `gemfile` method (#3440, @segiddins) - improved error reports for Gemfile errors (#3480, @segiddins) - `lock` command (#3437, @segiddins) - add `ignore_messages` config to suppress post-install text (#3510, @pducks32) - improve `gem` minitest template (#3513, #3515, @arthurnn) - add `install --force` to re-install installed gems (#3519, @segiddins) - show more `outdated` information, including groups (@smlance, @indirect) - add optional groups to the Gemfile (#3531, @jhass) - accept glob argument to `gemspec` in Gemfile (#3464, @pjump) - make timeouts and retries configurable via `config` (#3601, @pducks32) - add `install_if` Gemfile method for conditional installs (#3611, @segiddins) Bugfixes: - standalone mode now uses builtin gems correctly (#3610, @segiddins) - fix `rake spec:deps` on MinGW Ruby 2.0+ (#3487, @marutosi) - remember all y/n answers when generating gems (#3579, @pducks32) Performance: - use RubyGems stub specifications when possible (#3580, @segiddins) Deprecations: - deprecated the (never enabled) `bundle_ruby` binary (@smlance) ## 1.9.9 (2015-05-16) Bugfixes: - read mirror and credential settings from older versions (#3557, @Strech) ## 1.9.8 (2015-05-12) Bugfixes: - fix regression in sudo mode introduced by 1.9.7 (#3642, @segiddins) ## 1.9.7 (2015-05-11) Bugfixes: - always clean up tmp dirs (#3277, @hone, @indirect, @segiddins) ## 1.9.6 (2015-05-02) Bugfixes: - support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect) - allow creating gems with names containing two dashes (#3483, @janlelis) - allow creating gems with names extending constants (#3603, @amatsuda) ## 1.9.5 (2015-04-29) Bugfixes: - respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore) ## 1.9.4 (2015-04-13) Bugfixes: - fix regression in installing x86 and universal gems (#3565, @jdmundrawala) - improve error when gems are missing (#3564, @sealocal) ## 1.9.3 (2015-04-12) Bugfixes: - handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect) - install 'universal' gems on Windows (#3066, @jdmundrawala) - stop passing --local during `rake install` task (#3236, @indirect) - guard against all possible accidental public gem pushes (#3533, @indirect) ## 1.9.2 (2015-03-30) Bugfixes: - ensure gem executables are executable (#3517, #3511, @indirect) - fix warnings in Molinillo (#3516, @segiddins) - ensure duplicate dependencies do not propagate (#3522, @segiddins) - keep gems locked when updating another gem from the same source (#3520, @indirect) - resolve race that could build gems without saved arguments (#3404, @indirect) ## 1.9.1 (2015-03-21) Bugfixes: - avoid exception in 'bundler/gem_tasks' (#3492, @segiddins) ## 1.9.0 (2015-03-20) ## 1.9.0.rc (2015-03-13) Bugfixes: - make Bundler.which stop finding directories (@nohoho) - handle Bundler prereleases correctly (#3470, @segiddins) ## 1.9.0.pre.1 (2015-03-11) Bugfixes: - make `gem` command work again (@arthurnn) ## 1.9.0.pre (2015-03-11) Features: - prefer gemspecs closest to the directory root (#3428, @segiddins) - debug log for API request limits (#3452, @neerfri) "Features": - Molinillo resolver, shared with CocoaPods (@segiddins) - updated Thor to v0.19.1 (@segiddins)
Update ruby-bundler to 1.8.5. * pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
Update ruby-bundler to 1.7.12. ## 1.7.12 (2015-01-08) Bugfixes: - Always send credentials for sources, fixing private Gemfury gems (#3342, @TimMoore) ## 1.7.11 (2015-01-04) Bugfixes: - Recognize `:mri_22` and `:mingw_22`, rather than just `:ruby_22` (#3328, @myabc) ## 1.7.10 (2014-12-29) Bugfixes: - Fix source blocks sometimes causing deployment mode to fail wrongly (#3298, @TimMoore) Features(?): - Support `platform :mri_22` and related version bits (#3309, @thomasfedb) ## 1.7.9 (2014-12-09) Bugfixes: - Fix an issue where bundler sometime spams one gem in Gemfile.lock (#3216, @Who828) - Ensure bundle update installs the newer version of the gem (#3089, @Who828) - Fix an regression which stopped Bundler from resolving some Gemfiles (#3059, #3248, @Who828) ## 1.7.8 (2014-12-06) Bugfixes: - Hide credentials while warning about gems with ambiguous sources (#3256, @TimMoore) ## 1.7.7 (2014-11-19) Bugfixes: - Ensure server credentials stored in config or ENV will be used (#3180, @arronmabrey) - Fix race condition causing errors while installing git-based gems (#3174, @Who828) - Use single quotes in config so YAML won't add more quotes (#3261, @indirect) ## 1.7.6 (2014-11-11) Bugfixes: - CA certificates that work with all OpenSSLs (@luislavena, @indirect) ## 1.7.5 (2014-11-10) Bugfixes: - Fix --deployment with source blocks and non-alphabetical gems (#3224, @TimMoore) - Vendor CA chain to validate new rubygems.org HTTPS certificate (@indirect) ## 1.7.4 (2014-10-19) Bugfixes: - Allow --deployment after `pack` while using source blocks (#3167, @TimMoore) - Use dependency API even when HTTP credentials are in ENV (#3191, @fvaleur) - Silence warnings (including root warning) in --quiet mode (#3186, @indirect) - Stop asking gem servers for gems already found locally (#2909, @dubek)
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334. ## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) Bugfixes: - Revert gem source sorting in lock files (@indirect) ## 1.7.1 (2014-08-20) Bugfixes: - Install gems from one source needed by gems in another source (@indirect) - Install the same gem versions even after some are installed (@tmoore) - Download specs only when installing from servers (@indirect) ## 1.7.0 (2014-08-13) Security: - Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore) Features: - Gemfile `source` calls now take a block containing gems from that source (@tmoore) - added the `:source` option to `gem` to specify a source (@tmoore) Bugfixes: - warn on ambiguous gems available from more than one source (@tmoore) ## 1.6.5 (2014-07-23) Bugfixes: - require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107) ## 1.6.4 (2014-07-17) Bugfixes: - fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart) - work when installed git gems are not writable (#3092, @pmahoney) - don't store configured source credentials in Gemfile.lock (#3045, @lhz) - don't include config source credentials in the lockfile (Lars Haugseth) - use threads for jobs on Rubinius (@YorickPeterse) - skip dependencies from other platforms (@mvz) - work when Rubygems was built without SSL (@andremedeiros) ## 1.6.3 (2014-06-16) Bugfixes: - fix regression when resolving many conflicts (#2994, @Who828) - use local gemspec for builtin gems during install --local (#3041, @Who828) - don't warn about sudo when installing on Windows (#2984, @indirect) - shell escape `bundle open` arguments (@indirect) ## 1.6.2 (2014-04-13) Bugfixes: - fix an exception when using builtin gems (#2915, #2963, @gnufied) - cache gems that are built in to the running ruby (#2975, @indirect) - re-allow deploying cached git gems without git installed (#2968, @aughr) - keep standalone working even with builtin gems (@indirect) - don't update vendor/cache in deployment mode (#2921, @indirect) Features: - warn informatively when `bundle install` is run as root (#2936, @1337807) ## 1.6.1 (2014-04-02) Bugfixes: - update C extensions when git gem versions change (#2948, @dylanahsmith) Features: - add support for C extensions in sudo mode on Rubygems 2.2 ## 1.6.0 (2014-03-28) Bugfixes: - many Gemfiles that caused incorrect errors now resolve correctly (@Who828) - redirects across hosts now work on rubies without OpenSSL (#2686, @grddev) - gemspecs now handle filenames with newlines (#2634, @jasonmp85) - support escaped characters in usernames and passwords (@punkie) - no more exception on `update GEM` without lock file (@simi) - allow long config values (#2823, @kgrz) - cache successfully even locked to gems shipped with Ruby (#2869, @aughr) - respect NO_PROXY even if a proxy is configured (#2878, @stlay) - only retry git commands that hit the network (#2899, @timmoore) - fix NameError regression when OpenSSL is not available (#2898, @timmoore) - handle exception installing when build_info owned by root (@Who828) - skip HTTP redirects from rubygems.org, huge speed boost (@Who828) Features: - resolver rewritten to avoid recursion (@Who828) - add `git_source` for custom options like :github and :gist (@strzalek) - HTTP auth may now be stored in `bundle config` (@smashwilson) - some complex Gemfiles are resolved up to 10x faster (@Who828) - add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern) - highlight installed or updated gems (#2722, #2741, @yaotti, @simi) - display the `post_install_message` for gems installed via :git (@phallstrom) - `bundle outdated --strict` now only reports allowed updates (@davidblondeau) - `bundle show --verbose` Add gem summary to the output (@lardcanoe) - `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc) - Avoid using threequals operator where possible (@as-cii) Documentation: - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
Update ruby-bundler to 1.5.3. Changes are too many to write here, please refer CHANGELOG.md.
Update ruby-bundler to 1.3.5. ## 1.3.5 (3 April 2013) Features: - progress indicator while resolver is running (@chief) Bugfixes: - update local overrides with orphaned revisions (@jamesferguson) - revert to working quoting of RUBYOPT on Windows (@ogra) - use basic auth even when SSL is not available (@jayniz) - installing git gems without dependencies in deployment now works
Update ruby-bundler to 1.3.4. ## 1.3.4 (15 March 2103) Bugfixes: - load YAML on Rubygems version that define module YAML - fix regression that broke --without on ruby 1.8.7 ## 1.3.3 Features: - compatible with Rubygems 2.0.2 (higher and lower already work) - mention skipped groups in bundle install and bundle update output (@simi) - `gem` creates rake tasks for minitest (@coop) and rspec Bugfixes: - require rbconfig for standalone mode - revert to working quoting of RUBYOPT on Windows (@ogra)
Update ruby-bundler to 1.3.2. Changes are too many to write here, pease refer CHANGELOG.md file.
Update ruby-bundler to 1.2.3. ## 1.2.3 (Nov 29, 2012) Bugfixes: - fix exceptions while loading some gemspecs ## 1.2.2 (Nov 14, 2012) Bugfixes: - support new Psych::SyntaxError for Ruby 2.0.0 (@tenderlove, @sol) - `bundle viz` works with git gems again (@hirochachacha) - recognize more cases when OpenSSL is not present ## 1.2.1 (Sep 19, 2012) Bugfixes: - `bundle clean` now works with BUNDLE_WITHOUT groups again - have a net/http read timeout around the Gemcutter API Endpoint
Update ruby-bundler to 1.2.0. ## 1.2.0 (Aug 30, 2012) Bugfixes: - raise original error message from LoadError's Documentation: - `platform` man pages ## 1.2.0.rc.2 (Aug 8, 2012) Bugfixes: - `clean` doesn't remove gems that are included in the lockfile ## 1.2.0.rc (Jul 17, 2012) Features: - `check` now has a `--dry-run` option (@svenfuchs, #1811) - loosen ruby directive for engines - prune git/path directories inside vendor/cache (@josevalim, #1988) - update vendored thor to 0.15.2 (@sferik) - add .txt to LICENSE (@postmodern, #2001) - add `config disable_local_branch_check` (@josevalim, #1985) - fall back on the full index when experiencing syck errors (#1419) - handle syntax errors in Ruby gemspecs (#1974) Bugfixes: - fix `pack`/`cache` with `--all` (@josevalim, #1989) - don't display warning message when `cache_all` is set - check for `nil` PATH (#2006) - Always try to keep original GEM_PATH (@drogus, #1920) ## 1.2.0.pre.1 (May 27, 2012) Features: - Git gems import submodules of submodules recursively (@nwwatson, #1935) Bugfixes: - Exit from `check` with a non-zero status when frozen with no lock - Use `latest_release` in Capistrano and Vlad integration (#1264) - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty Documentation: - Add instructions for local git repos to the `config` manpage - Update the `Gemfile` manpage to include ruby versions (@stevenh512) - When OpenSSL is missing, provide instructions for fixing (#1776 etc.) - Unknown exceptions now link to ISSUES for help instead of a new ticket - Correct inline help for `clean --force` (@dougbarth, #1911) ## 1.2.0.pre (May 4, 2012) Features: - bundle package now accepts --all to package git and path dependencies - bundle config now accepts --local, --global and --delete options - It is possible to override a git repository via configuration. For instance, if you have a git dependency on rack, you can force it to use a local repo with `bundle config local.rack ~/path/to/rack` - Cache gemspec loads for performance (@dekellum, #1635) - add --full-index flag to `bundle update` (@fluxx, #1829) - add --quiet flag to `bundle update` (@nashby, #1654) - Add Bundler::GemHelper.gemspec (@knu, #1637) - Graceful handling of Gemfile syntax errors (@koraktor, #1661) - `bundle platform` command - add ruby to DSL, to specify version of ruby - error out if the ruby version doesn't match Performance: - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, #1598) Bugfixes: - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, #1604) - Use the same ruby to run subprocesses as is running rake (@brixen) Documentation: - Add :github documentation in DSL (@zofrex, #1848, #1851, #1852) - Add docs for the --no-cache option (@fluxx, #1796) - Add basic documentation for bin_path and bundle_path (@radar) - Add documentation for the run method in Bundler::Installer ## 1.1.5 (Jul 17, 2012) Features: - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
Update ruby-bundler to 1.1.4 ## 1.1.4 (May 27, 2012) Bugfixes: - Use `latest_release` in Capistrano and Vlad integration (#1264) - Unknown exceptions now link to ISSUES for help instead of a new ticket - When OpenSSL is missing, provide instructions for fixing (#1776 etc.) - Correct inline help for `clean --force` (@dougbarth, #1911) - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
Update ruby-bundler to 1.1.3. ## 1.1.3 (March 23, 2012) Bugfixes: - escape the bundler root path (@tenderlove, #1789)
Update ruby-bundler package to 1.1.2. ## 1.1.2 (March 20, 2012) Bugfixes: - Fix --deployment for multiple PATH sections of the same source (#1782)
Update ruby-bundler to 1.1.1. Changes are too many to write here, please refer CHANGELOG.md.
Update ruby-bundler pacakge to 1.0.21. ## 1.0.21 (September 30, 2011) - No changes from RC ## 1.0.21.rc (September 29, 2011) Bugfixes: - Load Psych unless Syck is defined, because 1.9.2 defines YAML ## 1.0.20 (September 27, 2011) Features: - Add platform :maglev (@timfel, #1444) Bugfixes: - Ensure YAML is required even if Psych is found - Handle directory names that contain invalid regex characters ## 1.0.20.rc (September 18, 2011) Features: - Rescue interrupts to `bundle` while loading bundler.rb (#1395) - Allow clearing without groups by passing `--without ''` (#1259) Bugfixes: - Manually sort requirements in the lockfile (#1375) - Remove several warnings generated by ruby -w (@stephencelis) - Handle trailing slashes on names passed to `gem` (#1372) - Name modules for gems like 'test-foo_bar' correctly (#1303) - Don't require Psych if Syck is already loaded (#1239) ## 1.0.19.rc (September 13, 2011) Features: - Compatability with Rubygems 1.8.10 installer changes - Report gem installation failures clearly (@rwilcox, #1380) - Useful error for cap and vlad on first deploy (@nexmat, @kirs) Bugfixes: - `exec` now works when the command contains 'exec' - Only touch lock after changes on Windows (@robertwahler, #1358) - Keep load paths when #setup is called multiple times (@radsaq, #1379)
Update ruby-bundler package to 1.0.18. ## 1.0.18 (Aug 16, 2011) Bugfixes: - Fix typo in DEBUG_RESOLVER (@geemus) - Fixes rake 0.9.x warning (@mtylty, #1333) Features: - Run the bundle install earlier in a Capistrano deployment (@cgriego, #1300) - Support hidden gemspec (@trans, @cldwalker, #827) - Make fetch_specs faster (@zeha, #1294) - Allow overriding development deps loaded by #gemspec (@lgierth, #1245)
Update misc/ruby-bundler package to 1.0.17. ## 1.0.17 (Aug 8, 2011) Bugfixes: - Fix rake issues with rubygems 1.3.x (#1342) - Fixed invalid byte sequence error while installing gem on Ruby 1.9 (#1341) ## 1.0.16 (Aug 8, 2011) Features: - Performance fix for MRI 1.9 (@efficientcloud, #1288) - Shortcuts (like `bundle i`) for all commands (@amatsuda) - Correcly identify missing child dependency in error message Bugfixes: - Allow Windows network share paths with forward slashes (@mtscout6, #1253) - Check for rubygems.org credentials so `rake release` doesn't hang (#980) - Find cached prerelease gems on rubygems 1.3.x (@dburt, #1202) - Fix `bundle install --without` on kiji (@tmm1, #1287) - Get rid of warning in ruby 1.9.3 (@smartinez87, #1231) Documentation: - Documentation for `gem ..., :require => false` (@kmayer, #1292) - Gems provide "executables", they are rarely also binaries (@fxn, #1242)
Update ruby-bundler package to 1.0.15. ## 1.0.15 (June 9, 2011) Features: - Improved Rubygems integration, removed many deprecation notices Bugfixes: - Escape URL arguments to git correctly on Windows (1.0.14 regression) ## 1.0.14 (May 27, 2011) Features: - Rubinius platform :rbx (@rkbodenner) - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect) - Include user name and email from git config in new gemspec (@ognevsky) Bugfixes: - Set file permissions after checking out git repos (@tissak) - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj) - Require the version file in new gemspecs (@rubiii) - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk) - Install gems that contain 'bundler', e.g. guard-bundler (@hone) - Display installed path correctly on Windows (@tadman) - Escape quotes in git URIs (@mheffner) - Improve Rake 0.9 support (@quix) - Handle certain directories already existing (@raggi) - Escape filenames containing regex characters (@indirect) ## 1.0.13 (May 4, 2011) Features: - Compatibility with Rubygems master (soon to be v1.8) (@evanphx) - Informative error when --path points to a broken symlink - Support Rake 0.9 and greater (@e2) - Output full errors for non-TTYs e.g. pow (@josh) Bugfixes: - Allow spaces in gem path names for gem tasks (@rslifka) - Have cap run bundle install from release_path (@martinjagusch) - Quote git refspec so zsh doesn't expand it (@goneflyin) ## 1.0.12 (April 8, 2011) Features: - Add --no-deployment option to `install` for disabling it on dev machines - Better error message when git fails and cache is present (@parndt) - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego) Bugfixes: - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx) - Fix changing gem order in lock (@gucki) - Remove color escape sequences when displaying man pages (@bgreenlee) - Fix creating GEM_HOME on both JRuby 1.5 and 1.6 (@nickseiger) - Fix gems without a gemspec and directories in bin/ (@epall) - Fix --no-prune option for `bundle install` (@cmeiklejohn) ## 1.0.11 (April 1, 2011) Features: - Compatibility with Rubygems 1.6 and 1.7 - Better error messages when a git command fails Bugfixes: - Don't always update gemspec gems (@carllerche) - Remove ivar warnings (@jackdempsey) - Fix occasional git failures in zsh (@jonah-carbonfive) - Consistent lock for gems with double deps like Cap (@akahn) ## 1.0.10 (February 1, 2011) Bugfixes: - Fix a regression loading YAML gemspecs from :git and :path gems - Requires, namespaces, etc. to work with changes in Rubygems 1.5
Update misc/ruby-bundler package to 1.0.10. ## 1.0.10 (February 1, 2011) Bugfixes: - Fix a regression loading YAML gemspecs from :git and :path gems - Requires, namespaces, etc. to work with changes in Rubygems 1.5 ## 1.0.9 (January 19, 2011) Bugfixes: - Fix a bug where Bundler.require could remove gems from the load path. In Rails apps with a default application.rb, this removed all gems in groups other than :default and Rails.env. ## 1.0.8 (January 18, 2011) Features: - Allow overriding gemspec() deps with :git deps - Add --local option to `bundle update` - Ignore Gemfile.lock in newly generated gems - Use `less` as help pager instead of `more` - Run `bundle exec rake` instead of `rake` in Capistrano tasks Bugfixes: - Fix --no-cache option for `bundle install` - Allow Vlad deploys to work without Capistrano gem installed - Fix group arguments to `bundle console` - Allow groups to be loaded even if other groups were loaded - Evaluate gemspec() gemspecs in their directory not the cwd - Count on Rake to chdir to the right place in GemHelper - Change Pathnames to Strings for MacRuby - Check git process exit status correctly - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
Update ruby-bundler package to 1.0.7. ## 1.0.7 (November 17, 2010) Bugfixes: - Remove Bundler version from the lockfile because it broke backwards compatibility with 1.0.0-1.0.5. Sorry. :( ## 1.0.6 (November 16, 2010) Bugfixes: - Fix regression in `update` that caused long/wrong results - Allow git gems on other platforms while installing (#579) Features: - Speed up `install` command using various optimizations - Significantly increase performance of resolver - Use upcoming Rubygems performance improvements (@tmm1) - Warn if the lockfile was generated by a newer version - Set generated gems' homepage to "", so Rubygems will warn ## 1.0.5 (November 13, 2010) Bugfixes: - Fix regression disabling all operations that employ sudo ## 1.0.4 (November 12, 2010) Bugfixes: - Expand relative :paths from Bundler.root (eg ./foogem) - Allow git gems in --without groups while --frozen - Allow gem :ref to be a symbol as well as a string - Fix exception when Gemfile needs a newer Bundler version - Explanation when the current Bundler version conflicts - Explicit error message if Gemfile needs newer Bundler - Ignore an empty string BUNDLE_GEMFILE - Skeleton gemspec now works with older versions of git - Fix shell quoting and ref fetching in GemHelper - Disable colored output in --deployment - Preserve line endings in lock file Features: - Add support for 'mingw32' platform (aka RubyInstaller) - Large speed increase when Gemfile.lock is already present - Huge speed increase when many (100+) system gems are present - Significant expansion of ISSUES, man pages, and docs site - Remove Open3 from GemHelper (now it works on Windows™®©© - Allow setting roles in built-in cap and vlad tasks ## 1.0.3 (October 15, 2010) Bugfixes: - Use bitwise or in #hash to reduce the chance of overflow - `bundle update` now works with :git + :tag updates - Record relative :path options in the Gemfile.lock - :groups option on gem method in Gemfile now works - Add #platform method and :platform option to Gemfile DSL - --without now accepts a quoted, space-separated list - Installing after --deployment with no lock is now possible - Binstubs can now be symlinked - Print warning if cache for --local install is missing gems - Improve output when installing to a path - The tests all pass! Yay! ## 1.0.2 (October 2, 2010) Bugfix: - Actually include the man pages in the gem, so help works
* Remove patch of gemspec to allow depending to rubygems 1.3.5. Bump PKGREVISION.
Importing misc/ruby-bundler 1.0.0. Bundler is a tool that manages gem dependencies for your ruby application. It takes a gem manifest file and is able to fetch, download, and install the gems and all child dependencies specified in this manifest. It can manage any update to the gem manifest file and update the bundle's gems accordingly. It also lets you run any ruby code in context of the bundle's gem environment.
Initial revision