Adafruit_IO_Documentation/Gemfile
dependabot[bot] 7c34e41dd0
Bump rack from 2.2.3.1 to 2.2.6.2
Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.6.2.
- [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/2.2.3.1...v2.2.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-19 00:44:53 +00:00

14 lines
330 B
Ruby

ruby '>= 2.6.5'
source 'https://rubygems.org'
# Middleman
gem 'ffi', '~> 1.14.2'
gem 'middleman', '~> 4.3.4'
gem 'middleman-autoprefixer', '~> 2.10.0'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'middleman-syntax', '~> 3.2.0'
gem 'nokogiri', '~> 1.13.6'
gem 'rack', '~> 2.2.6'
gem 'redcarpet', '~> 3.5.1'
gem 'rouge', '~> 3.26.0'