Skip to content

Commit

Permalink
new gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Jul 26, 2023
1 parent a250795 commit 46a18b3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
source "https://rubygems.org"

# GitHub pages dependencies
gem 'github-pages', group: :jekyll_plugins
gem "elixir-toolkit-theme-plugins", "~> 0.1.8"
gem "webrick", "~> 1.7"
gem "jekyll", "~> 4.3.1"
gem "jemoji", "~> 0.13.0"
gem "kramdown-parser-gfm", "~> 1.1"

group :jekyll_plugins do
gem "jekyll-redirect-from", "~> 0.16.0"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-github-metadata", "~> 2.15"
gem "jekyll-relative-links", "~> 0.6"
gem "jekyll-seo-tag", "~> 2.8"
gem "jekyll-remote-theme"
end

# Webrick needed for Ruby v3.0+ compatibility
gem "webrick"

0 comments on commit 46a18b3

Please sign in to comment.