From 09f0dbd17fee55d0839971ff9efec1ae77de81e9 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 15 Apr 2020 16:41:53 -0700 Subject: [PATCH] copy changes from Guide_3DS * update donations * update bundler version in gemspec --- _pages/en_US/donations.txt | 13 +------------ minimal-mistakes-jekyll.gemspec | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/_pages/en_US/donations.txt b/_pages/en_US/donations.txt index e2ad5a0c..38214fe3 100644 --- a/_pages/en_US/donations.txt +++ b/_pages/en_US/donations.txt @@ -2,17 +2,6 @@ title: "Donations" --- -[![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/plailectguides/15){: .align-center} -plailect@gmail.com +[![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/NintendoHomebrew/15){: .align-center} {: .text-center} {: .notice--info} - -[![Bitcoin]({{ "/images/bitcoin_white.png" | absolute_url }}){:height="73px" width="256px"}{: style="padding-bottom: .35em"}](bitcoin:3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp){: .align-center} -3MtzjaRNrcG57RbNxJegcs8UdtaEfmSZLp -{: .text-center} -{: .notice--info} - -[![Ethereum]({{ "/images/ethereum_white.png" | absolute_url }}){:height="64px" width="256px"}{: style="padding-bottom: .35em"}](https://www.ethereum.org/){: .align-center} -0x608C5554D2C53698aA7DFFc7e64BF37f7bebb475 -{: .text-center} -{: .notice--info} \ No newline at end of file diff --git a/minimal-mistakes-jekyll.gemspec b/minimal-mistakes-jekyll.gemspec index 26f6a232..11eba516 100644 --- a/minimal-mistakes-jekyll.gemspec +++ b/minimal-mistakes-jekyll.gemspec @@ -23,6 +23,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll-data", "~> 1.0" spec.add_runtime_dependency "jemoji", "~> 0.8" - spec.add_development_dependency "bundler", "~> 1.12" + spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" end