Adafruit_IO_Documentation/Gemfile
dependabot[bot] add1bd9242
Bump rack from 2.2.8.1 to 2.2.11
Bumps [rack](https://github.com/rack/rack) from 2.2.8.1 to 2.2.11.
- [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.1...v2.2.11)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-04 15:24:26 +00:00

17 lines
456 B
Ruby

ruby '>= 3.2.2'
source 'https://rubygems.org'
# Middleman
gem 'ffi', '~> 1.16.3'
gem 'middleman', '~> 4.5.0'
gem 'middleman-autoprefixer', '~> 3.0.0'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'middleman-syntax', '~> 3.2.0'
gem 'nokogiri', '~> 1.18.3'
gem 'rack', '~> 2.2.11'
gem 'redcarpet', '~> 3.6.0'
gem 'rouge', '~> 3.30.0'
# middleman-syntax won't work with haml6
# See: https://github.com/middleman/middleman-syntax/issues/80
gem 'haml', '< 6.0.0'