mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
7 lines
224 B
Ruby
7 lines
224 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'middleman', '~> 4.5'
|
|
gem 'middleman-autoprefixer', '~> 3.0'
|
|
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
|
|
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
|