Skip to content

Commit 2537b48

Browse files
authored
Merge pull request #505 from rubygems/remove-obsolete-pages
Remove obsolete RubyMotion and Bundler 2 upgrade guides
2 parents df3f1ef + b8cee35 commit 2537b48

12 files changed

Lines changed: 10 additions & 154 deletions

_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ <h4 class="font-semibold tracking-[0.08em] uppercase text-xs text-neutral-500 pt
185185
<li><a class="sidenav-link" data-sidenav href="/sinatra">How to use Bundler with Sinatra</a></li>
186186
<li><a class="sidenav-link" data-sidenav href="/bundler_docker_guide">How to use Bundler with Docker</a></li>
187187
<li><a class="sidenav-link" data-sidenav href="/ci">How to use Bundler in CI</a></li>
188-
<li><a class="sidenav-link" data-sidenav href="/rubymotion">How to use Bundler with RubyMotion</a></li>
189188
</ul>
190189
<h4 class="font-semibold tracking-[0.08em] uppercase text-xs text-neutral-500 pt-3 pb-1">Hosting &amp; Sources</h4>
191190
<ul>
@@ -233,7 +232,6 @@ <h3 class="font-bold tracking-[0.04em] text-lg text-neutral-600 pt-5 pb-2">Appen
233232
<li><a class="sidenav-link" data-sidenav href="/faqs">Frequently Asked Questions</a></li>
234233
<li><a class="sidenav-link" data-sidenav href="/resources">Resources</a></li>
235234
<li><a class="sidenav-link" data-sidenav href="/contributing">Contributing to RubyGems</a></li>
236-
<li><a class="sidenav-link" data-sidenav href="/bundler_2_upgrade">How to Upgrade to Bundler 2</a></li>
237235
<li><a class="sidenav-link" data-sidenav href="/credits">Credits</a></li>
238236
</ul>
239237
</div>

bundler_2_upgrade.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

bundler_docker_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: How to use Bundler with Docker
44
url: /bundler_docker_guide
55
previous: /sinatra
66
next: /ci
7+
redirect_from: /rubymotion/
78
---
89

910
## Introduction

ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: How to use Bundler in CI
44
url: /ci
55
previous: /bundler_docker_guide
6-
next: /rubymotion
6+
next: /run-your-own-gem-server
77
---
88

99
<em class="text-neutral-600">How to install gems quickly and reproducibly on GitHub Actions, GitLab CI, and other CI systems.</em>

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: Contributing to RubyGems
44
url: /contributing
55
previous: /resources
6-
next: /bundler_2_upgrade
6+
next: /credits
77
---
88

99
<em class="text-neutral-600">How you can help make RubyGems and the surrounding ecosystem better.</em>

credits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Credits
4-
previous: /bundler_2_upgrade
4+
previous: /contributing
55
next: /
66
---
77

faqs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Frequently Asked Questions
44
url: /faqs
55
previous: /bundler_known_plugins
66
next: /resources
7-
redirect_from: /faq/
7+
redirect_from:
8+
- /faq/
9+
- /bundler_2_upgrade/
810
---
911

1012
<em class="text-neutral-600">More of the "why" and "wtf" than "how".</em>

getting_started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Initializing git repo in ./my_gem
121121
<a href="/rails" class="btn btn-primary">Rails</a>
122122
<a href="/sinatra" class="btn btn-primary">Sinatra</a>
123123
<a href="/rubygems" class="btn btn-primary">RubyGems</a>
124-
<a href="/rubymotion" class="btn btn-primary">RubyMotion</a>
125124

126125
## Get involved
127126
<a name="get-involved"></a>

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Bundler is a [default gem](/default-gems-and-bundled-gems), so every Ruby instal
4444
Which Bundler version runs
4545
--------------------------
4646

47-
A project's `Gemfile.lock` records the Bundler version that created it under `BUNDLED WITH`. When you run `bundle` commands in that project, Bundler automatically switches to the recorded version if it is installed, even when a newer version is present. See [Bundler compatibility](/bundler-compatibility) for the Ruby and RubyGems versions each Bundler release supports.
47+
A project's `Gemfile.lock` records the Bundler version that created it under `BUNDLED WITH`. When you run `bundle` commands in that project, Bundler automatically switches to the recorded version if it is installed, even when a newer version is present. To update the recorded version to the latest installed Bundler, run `bundle update --bundler`. See [Bundler compatibility](/bundler-compatibility) for the Ruby and RubyGems versions each Bundler release supports.

rubymotion.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)