Skip to content

Instantly share code, notes, and snippets.

@pacarvalho
Created July 18, 2022 01:17
Show Gist options
  • Save pacarvalho/bccc45395c8dfa22b37fe93a79c8ab51 to your computer and use it in GitHub Desktop.
Save pacarvalho/bccc45395c8dfa22b37fe93a79c8ab51 to your computer and use it in GitHub Desktop.
Medium - Static Website with Middleman - Gemfile
source 'https://rubygems.org'
gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'middleman-livereload'
gem 'mini_racer', platforms: :ruby
gem "nokogiri"
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment