pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ruby-bundler
Module Name: pkgsrc
Committed By: taca
Date: Tue Aug 31 15:32:34 UTC 2021
Modified Files:
pkgsrc/misc/ruby-bundler: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/misc/ruby-bundler/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/misc/ruby-bundler/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ruby-bundler/Makefile
diff -u pkgsrc/misc/ruby-bundler/Makefile:1.48 pkgsrc/misc/ruby-bundler/Makefile:1.49
--- pkgsrc/misc/ruby-bundler/Makefile:1.48 Thu Jun 3 14:50:55 2021
+++ pkgsrc/misc/ruby-bundler/Makefile Tue Aug 31 15:32:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2021/06/03 14:50:55 taca Exp $
+# $NetBSD: Makefile,v 1.49 2021/08/31 15:32:34 taca Exp $
-DISTNAME= bundler-2.2.19
+DISTNAME= bundler-2.2.26
CATEGORIES= misc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-bundler/distinfo
diff -u pkgsrc/misc/ruby-bundler/distinfo:1.45 pkgsrc/misc/ruby-bundler/distinfo:1.46
--- pkgsrc/misc/ruby-bundler/distinfo:1.45 Thu Jun 3 14:50:55 2021
+++ pkgsrc/misc/ruby-bundler/distinfo Tue Aug 31 15:32:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2021/06/03 14:50:55 taca Exp $
+$NetBSD: distinfo,v 1.46 2021/08/31 15:32:34 taca Exp $
-SHA1 (bundler-2.2.19.gem) = 382754406a31a9561ca214c602de5800111971a2
-RMD160 (bundler-2.2.19.gem) = f077fc86311f5a581ba500e79621f1c7941b8da1
-SHA512 (bundler-2.2.19.gem) = 692460145ac7ee72a5093cc1d7ee4cccdf67b6a7da4006019960c212a147553d447f0218dc15d5e3560ff5b901cd90849e40d5d9c66ad6d098be5de6fa649425
-Size (bundler-2.2.19.gem) = 390656 bytes
+SHA1 (bundler-2.2.26.gem) = 632991069c5852c1990da1cc99d3c1c71d70878f
+RMD160 (bundler-2.2.26.gem) = b17691c40228900ea81e4c11f311e4fd97c06511
+SHA512 (bundler-2.2.26.gem) = b49f4f4684672ed127f0d3d7c1fea97d1eef0c3b0ac5fad0aded89ca70ee00a32fc5750186ce83f7ac69501b1236d9d423be59ba70fcacaa0aadc1e90af21089
+Size (bundler-2.2.26.gem) = 391680 bytes
Home |
Main Index |
Thread Index |
Old Index