Skip to content

Commit eeedcc6

Browse files
committed
Update blog with new posts and apps
1 parent ccc7d2a commit eeedcc6

8 files changed

+906
-186
lines changed

.DS_Store

10 KB
Binary file not shown.

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.5"
11+
gem "jekyll"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
gem "minima", "~> 2.0"
14+
gem "minima"
1515

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1818
# gem "github-pages", group: :jekyll_plugins
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
gem "jekyll-feed", "~> 0.6"
23-
gem "github-pages", "~> 204"
22+
gem "jekyll-feed"
23+
gem "github-pages"
2424
gem 'jekyll-seo-tag'
2525
gem 'jekyll-sitemap'
2626
end

0 commit comments

Comments
 (0)