mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 17:02:55 +08:00
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.12.1. - [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.11.7...v1.12.1) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
295 B
Ruby
14 lines
295 B
Ruby
ruby '>= 2.5'
|
|
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', '~> 4.4'
|
|
gem 'middleman-syntax', '~> 3.2'
|
|
gem 'middleman-autoprefixer', '~> 3.0'
|
|
gem 'middleman-sprockets', '~> 4.1'
|
|
gem 'rouge', '~> 3.21'
|
|
gem 'redcarpet', '~> 3.5.0'
|
|
gem 'nokogiri', '~> 1.12.1'
|
|
gem 'sass'
|
|
gem 'webrick'
|