Skip to content

Commit

Permalink
Update gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 6, 2018
1 parent 09d0c5d commit 907f9a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'


group :development, :test do group :development, :test do
gem 'jekyll', '~> 3.8.3' gem 'jekyll', '~> 3.8.3'
gem 'jekyll-redirect-from', '~> 0.13.0' gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0' gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.6.0' gem 'jekyll-toc', '~> 0.6.0'
end end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 4) rouge (>= 1.7, < 4)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-redirect-from (0.13.0) jekyll-redirect-from (0.14.0)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
Expand All @@ -47,9 +47,9 @@ GEM
ruby_dep (~> 1.2) ruby_dep (~> 1.2)
mercenary (0.3.6) mercenary (0.3.6)
mini_portile2 (2.3.0) mini_portile2 (2.3.0)
nokogiri (1.8.3) nokogiri (1.8.4)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
nokogiri (1.8.3-x64-mingw32) nokogiri (1.8.4-x64-mingw32)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
pathutil (0.16.1) pathutil (0.16.1)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
Expand All @@ -72,7 +72,7 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
jekyll (~> 3.8.3) jekyll (~> 3.8.3)
jekyll-redirect-from (~> 0.13.0) jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0) jekyll-sitemap (~> 1.2.0)
jekyll-toc (~> 0.6.0) jekyll-toc (~> 0.6.0)


Expand Down
2 changes: 1 addition & 1 deletion _layouts/redirect.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap · Content moved</title> <title>Bootstrap · Content moved</title>
<link rel="canonical" href="{{ page.redirect.to }}"> <link rel="canonical" href="{{ page.redirect.to }}">
<script>window.location="{{ page.redirect.to }}";</script>
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}"> <meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<style> <style>
Expand Down Expand Up @@ -33,6 +34,5 @@
<body> <body>
<h1>Redirecting&hellip;</h1> <h1>Redirecting&hellip;</h1>
<a href="{{ page.redirect.to }}">Click here if you are not redirected</a> <a href="{{ page.redirect.to }}">Click here if you are not redirected</a>
<script>window.location="{{ page.redirect.to }}";</script>
</body> </body>
</html> </html>

0 comments on commit 907f9a7

Please sign in to comment.