-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
taca
committed
May 30, 2021
1 parent
9a3a9af
commit a32660f
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.46 2021/05/09 04:24:41 taca Exp $ | ||
# $NetBSD: Makefile,v 1.47 2021/05/30 11:08:38 taca Exp $ | ||
|
||
DISTNAME= bundler-2.2.17 | ||
DISTNAME= bundler-2.2.18 | ||
CATEGORIES= misc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.43 2021/05/09 04:24:41 taca Exp $ | ||
$NetBSD: distinfo,v 1.44 2021/05/30 11:08:38 taca Exp $ | ||
|
||
SHA1 (bundler-2.2.17.gem) = f345cb40191358fad9152569017d6f7e6840436a | ||
RMD160 (bundler-2.2.17.gem) = b7d1cec08e11e2fcca85b39c7f480f74936b12d4 | ||
SHA512 (bundler-2.2.17.gem) = f07158a4de687bd384bdf8e62ccc43dfde4f4454357a7532a248e5fef27ccdaa761b89b77964d21c46930f6eb75ca8ef7f87d8c6386132d2a239233022a8f335 | ||
Size (bundler-2.2.17.gem) = 391168 bytes | ||
SHA1 (bundler-2.2.18.gem) = 3745c585253a1b737108617f44700cc1cad445ac | ||
RMD160 (bundler-2.2.18.gem) = 393992b3531ea78018d4613097c7de670f4250ae | ||
SHA512 (bundler-2.2.18.gem) = 871a98b24e7a89a554d181338d359f6b298e19f6c251b1c5fc81ad6f4ab46c49a9ae14e6fc68766b427c24e0cd25b6abe468bce5d8637fe0d4433bbecfe46418 | ||
Size (bundler-2.2.18.gem) = 390656 bytes |