Files
prodigyapi/Gemfile
dependabot[bot] 3164dd97e0 Bump middleman-autoprefixer from 2.10.1 to 3.0.0 (#1445)
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>
2021-05-24 13:19:11 -04:00

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'