copy changes from Guide_3DS

* update donations
* update bundler version in gemspec
This commit is contained in:
Ian Burgwin 2020-04-15 16:41:53 -07:00
parent bf9d793b73
commit 09f0dbd17f
No known key found for this signature in database
GPG Key ID: 90725113CA578EAA
2 changed files with 2 additions and 13 deletions

View File

@ -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}

View File

@ -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