diff options
author | taca <taca@pkgsrc.org> | 2021-01-13 14:41:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-13 14:41:27 +0000 |
commit | 806bcfd943ce1060f334870e5af5173aec0e813e (patch) | |
tree | a028a2455fae6ca0cd5d316ab508250e3116dfa6 /misc | |
parent | 69563339351a1b11a468971a9bfc35e1fa7a42d7 (diff) | |
download | pkgsrc-806bcfd943ce1060f334870e5af5173aec0e813e.tar.gz |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-bundler/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index 9d025febd5b..a30b0dae44a 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2021/01/11 14:03:53 taca Exp $ +# $NetBSD: Makefile,v 1.38 2021/01/13 14:41:27 taca Exp $ -DISTNAME= bundler-2.2.4 +DISTNAME= bundler-2.2.5 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index f82f7151583..d3b83c4f1f3 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2021/01/11 14:03:53 taca Exp $ +$NetBSD: distinfo,v 1.35 2021/01/13 14:41:27 taca Exp $ -SHA1 (bundler-2.2.4.gem) = 35cca06e38b35ce7db18de333bf647b055862da6 -RMD160 (bundler-2.2.4.gem) = 63c3c0419ffb18cdad9806532b3ae4b172dc791d -SHA512 (bundler-2.2.4.gem) = f3c988278746896da276e5af5cf046c5910962c2022fc8d37ab00db1a81a69d77a1fd21fabd8a1d086891d18bfb4ac321dbb60f830b139aa7c3192ea879b4cf8 -Size (bundler-2.2.4.gem) = 386048 bytes +SHA1 (bundler-2.2.5.gem) = ed01e4035328a700e4a656235504d2e150939611 +RMD160 (bundler-2.2.5.gem) = 8a05a8496fdc08f3a8b2bb05673e6dcf4a9c6dc4 +SHA512 (bundler-2.2.5.gem) = d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742 +Size (bundler-2.2.5.gem) = 386560 bytes |