Skip to content

Commit 8282fbc

Browse files
authored
Merge branch 'json-api:gh-pages' into fix-broken-links
2 parents 572ea6c + 31748ad commit 8282fbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ source "https://rubygems.org"
22

33
# http://jekyllrb.com/docs/github-pages/
44
require 'json'
5+
require 'uri'
56
require 'open-uri'
67
versions =
78
begin
8-
JSON.parse(open('https://pages.github.com/versions.json').read)
9+
JSON.parse(URI.parse('https://pages.github.com/versions.json').open.read)
910
rescue SocketError
1011
{ 'github-pages' => 67 }
1112
end
1213

1314
gem 'github-pages', versions['github-pages']
1415

15-
gem "rake", "~> 10.0"
16+
gem "rake", "~> 13.0"
1617
gem "rb-fsevent", "~> 0.9"
1718
gem "compass", "~> 1.0"
1819
gem "sass", "~> 3.4"
19-
gem "launchy", "~> 2.3"
20+
gem "launchy", "~> 3.0"
2021
gem "redcard", "~> 1.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy