mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Bumps [middleman-autoprefixer](https://github.com/middleman/middleman-autoprefixer) from 2.10.1 to 3.0.0. - [Release notes](https://github.com/middleman/middleman-autoprefixer/releases) - [Changelog](https://github.com/middleman/middleman-autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman-autoprefixer/compare/v2.10.1...v3.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
337 B
Ruby
14 lines
337 B
Ruby
ruby '>= 2.5'
|
|
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', :github => 'middleman/middleman', :branch => '4.x'
|
|
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.11.0'
|
|
gem 'sass'
|
|
gem 'webrick'
|