mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
10 lines
236 B
Ruby
10 lines
236 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', '~>4.1.0'
|
|
gem 'middleman-syntax', '~> 3.0.0'
|
|
gem 'middleman-autoprefixer', '~> 2.7.0'
|
|
gem "middleman-sprockets", "~> 4.0.0"
|
|
gem 'rouge', '~> 2.0.5'
|
|
gem 'redcarpet', '~> 3.4.0'
|