Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit fe0a25f

Browse files
authored
Merge branch 'koding:master' into master
2 parents d36da0d + 74c20cb commit fe0a25f

8 files changed

Lines changed: 259 additions & 224 deletions

File tree

docs/Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby RUBY_VERSION
55

66
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
77
# uncomment the line below. To upgrade, run `bundle update github-pages`.
8-
gem "github-pages", group: :jekyll_plugins
8+
gem "github-pages", "~> 227", group: :jekyll_plugins
99

1010
# Markdown
1111
gem 'redcarpet'
@@ -20,3 +20,7 @@ group :jekyll_plugins do
2020
gem "jekyll-paginate"
2121
gem 'jekyll-coffeescript'
2222
end
23+
24+
gem "webrick", "~> 1.7"
25+
26+
gem "faraday-retry", "~> 2.0"

0 commit comments

Comments
 (0)