Files
2martens.de/Gemfile
dependabot[bot] ac1143760d Bump rack, activesupport, actionview and railties
Bumps [rack](https://github.com/rack/rack), [activesupport](https://github.com/rails/rails), [actionview](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together.

Updates `rack` from 2.2.8 to 3.0.8
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.8...v3.0.8)

Updates `activesupport` from 7.0.8 to 7.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.1/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1)

Updates `actionview` from 7.0.8 to 7.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.1/actionview/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1)

Updates `railties` from 7.0.8 to 7.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.1/railties/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: actionview
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-05 08:20:38 +00:00

47 lines
1.2 KiB
Ruby

source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
gem 'activesupport'
gem "actionview", ">= 5.2.4.2"
# gem 'github-pages-health-check'
gem 'html-proofer', group: :development
gem 'jekyll', '~> 4.3'
group :jekyll_plugins do
gem 'jekyll-avatar'
gem 'jekyll-coffeescript'
gem 'jekyll-commonmark', '~> 1.4.0'
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', git: 'https://github.com/jekyll/minima'
# end themes
gem 'kramdown'
gem 'liquid'
gem 'listen'
gem 'mercenary'
gem 'rack', '~> 3.0.8'
gem 'railties', '>= 5.2.2.1'
gem 'rouge'
gem 'rubocop'
gem 'rubyzip', '~> 2.3.2'
gem 'nokogiri', '>= 1.10.4'
gem 'loofah', '>= 2.3.1'
# gem 'ruby-oembed'
gem 'terminal-table'
gem "mini_racer", "~> 0.8.0"