Skip to content

Commit 311f350

Browse files
authored
Merge pull request scribd#116 from scribd/new-post-who-dis
Data and AI Summit overview post
2 parents 3e475ea + 2708b23 commit 311f350

File tree

3 files changed

+232
-152
lines changed

3 files changed

+232
-152
lines changed

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 3.8.5"
3+
#gem "jekyll", "~> 4.0"
44
gem 'kramdown'
55
gem 'rouge'
66

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

1111
# If you have any plugins, put them here!
1212
group :jekyll_plugins do
13-
gem "jekyll-feed", "~> 0.11"
13+
gem "jekyll-feed"
14+
gem 'jekyll-paginate'
1415
end
1516

17+
gem 'webrick'
18+
1619
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1720
# and associated library.
1821
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do

0 commit comments

Comments
 (0)