Files
2martens.de/Gemfile
dependabot[bot] e5722d5313 Bump terminal-table and jekyll
Bumps [terminal-table](https://github.com/tj/terminal-table) and [jekyll](https://github.com/jekyll/jekyll). These dependencies needed to be updated together.

Updates `terminal-table` from 1.8.0 to 2.0.0
- [Release notes](https://github.com/tj/terminal-table/releases)
- [Changelog](https://github.com/tj/terminal-table/blob/master/History.rdoc)
- [Commits](https://github.com/tj/terminal-table/compare/v1.8.0...v2.0.0)

Updates `jekyll` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 05:07:27 +00:00

46 lines
1.1 KiB
Ruby

source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
gem 'activesupport'
gem "actionview", ">= 5.2.4.2"
gem 'mini_racer'
# gem 'github-pages-health-check'
gem 'html-proofer', group: :development
gem 'jekyll', '~> 4.2'
group :jekyll_plugins do
gem 'jekyll-avatar'
gem 'jekyll-coffeescript'
gem 'jekyll-commonmark-ghpages'
gem 'jekyll-default-layout', git: 'https://github.com/benbalter/jekyll-default-layout'
gem 'jekyll-feed'
gem 'jekyll-gist'
gem 'jekyll-github-metadata'
# gem 'jekyll-mentions'
gem 'jekyll-optional-front-matter'
gem 'jekyll-paginate'
gem 'jekyll-readme-index'
gem 'jekyll-redirect-from'
gem 'jekyll-relative-links'
gem 'jekyll-remote-theme'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-titles-from-headings'
gem 'jekyll-toc'
gem 'jemoji'
end
# themes
gem 'minima'
# end themes
gem 'kramdown'
gem 'liquid'
gem 'listen'
gem 'mercenary'
gem 'rack', '~> 2.2.3'
gem 'railties', '>= 5.2.2.1'
gem 'rouge'
gem 'rubocop'
gem 'rubyzip', '~> 2.3.0'
gem 'nokogiri', '>= 1.10.4'
gem 'loofah', '>= 2.3.1'
# gem 'ruby-oembed'
gem 'terminal-table'