Path to this page:
Subject: CVS commit: pkgsrc/misc/ruby-bundler
From: Takahiro Kambe
Date: 2022-02-13 07:47:15
Message id: 20220213064715.5D23AFB24@cvs.NetBSD.org
Log Message:
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
Files: