Skip to content

Commit

Permalink
misc/ruby-bundler: update to 2.2.18
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions misc/ruby-bundler/Makefile
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]
Expand Down
4 changes: 3 additions & 1 deletion misc/ruby-bundler/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.29 2021/02/03 14:25:36 taca Exp $
@comment $NetBSD: PLIST,v 1.30 2021/05/30 11:08:38 taca Exp $
bin/bundle2-${RUBY_SUFFIX}
bin/bundler2-${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
Expand Down Expand Up @@ -170,7 +170,9 @@ ${GEM_LIBDIR}/lib/bundler/source/path.rb
${GEM_LIBDIR}/lib/bundler/source/path/installer.rb
${GEM_LIBDIR}/lib/bundler/source/rubygems.rb
${GEM_LIBDIR}/lib/bundler/source/rubygems/remote.rb
${GEM_LIBDIR}/lib/bundler/source/rubygems_aggregate.rb
${GEM_LIBDIR}/lib/bundler/source_list.rb
${GEM_LIBDIR}/lib/bundler/source_map.rb
${GEM_LIBDIR}/lib/bundler/spec_set.rb
${GEM_LIBDIR}/lib/bundler/stub_specification.rb
${GEM_LIBDIR}/lib/bundler/templates/.document
Expand Down
10 changes: 5 additions & 5 deletions misc/ruby-bundler/distinfo
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

0 comments on commit a32660f

Please sign in to comment.