mirror of
https://github.com/danbee/persephone-web.git
synced 2025-03-04 08:39:07 +00:00
7 lines
224 B
Ruby
7 lines
224 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'middleman', '~> 4.2'
|
|
gem 'middleman-autoprefixer', '~> 2.7'
|
|
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
|
|
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
|