Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
source "https://rubygems.org"
ruby RUBY_VERSION

gem "jekyll", "3.6.2"
gem "jekyll", "3.9.0"

# to use GitHub Pages
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jemoji"
gem "github-pages"
gem "jemoji", ">= 0.10.0"
gem "github-pages", ">= 207"
gem "jekyll-remote-theme"
end

Expand Down
Loading