decentralized-id.github.io/Gemfile

37 lines
919 B
Ruby
Raw Normal View History

2019-04-07 15:22:53 +00:00
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
2019-04-12 03:06:43 +00:00
gem "github-pages", group: :jekyll_plugins
2019-04-07 15:22:53 +00:00
# To upgrade, run `bundle update`.
2019-04-12 03:06:43 +00:00
# gem "jekyll"
# gem "minimal-mistakes-jekyll"
2019-04-07 15:22:53 +00:00
# The following plugins are automatically loaded by the theme-gem:
# gem "jekyll-paginate"
# gem "jekyll-sitemap"
# gem "jekyll-gist"
# gem "jekyll-feed"
# gem "jemoji"
# gem "jekyll-data"
#
# If you have any other plugins, put them here!
2019-04-12 03:06:43 +00:00
group :jekyll_plugins do
2020-12-04 03:15:35 +00:00
gem "jekyll-include-cache"
2019-04-12 03:06:43 +00:00
gem "jekyll-redirect-from"
gem "jekyll-mentions"
2020-12-15 06:52:52 +00:00
gem 'jekyll-gist'
2023-01-23 09:17:57 +00:00
gem 'webrick'
2019-04-17 07:03:39 +00:00
end
2023-04-03 23:12:58 +00:00
gem "faraday-retry", "~> 2.1"