mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-29 04:15:00 +08:00
10 lines
240 B
Ruby
10 lines
240 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', '~>4.0.0'
|
|
gem 'middleman-syntax', '~> 2.1.0'
|
|
gem 'middleman-autoprefixer', '~> 2.7.0'
|
|
gem "middleman-sprockets", "~> 4.0.0.rc"
|
|
gem 'rouge', '~> 1.10.1'
|
|
gem 'redcarpet', '~> 3.3.2'
|