Site web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
site/Gemfile

10 lines
274 B

source 'https://rubygems.org'
gem 'middleman'
gem 'middleman-autoprefixer'
gem 'middleman-livereload'
gem 'middleman-deploy', '~> 2.0.0.pre.alpha'
gem 'uglifier'
gem 'tzinfo-data', platforms: %i[mswin mingw jruby x64_mingw]
gem 'wdm', platforms: %i[mswin mingw x64_mingw]