Adafruit_IO_Documentation/Gemfile
dependabot[bot] eeab88c473
Bump nokogiri from 1.15.6 to 1.16.5
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.6...v1.16.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 23:33:17 +00:00

17 lines
455 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.16.5'
gem 'rack', '~> 2.2.8'
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'