Sha256: 71df4640903d40ed260c1adc081b8471b4ee639dd4599836411c698214863213
Contents?: true
Size: 553 Bytes
Versions: 2
Compression:
Stored size: 553 Bytes
Contents
# If you do not have OpenSSL installed, update # the following line to use "http://" instead source 'https://rubygems.org' gem "middleman", "~>3.3.12" # Live-reloading plugin gem "middleman-livereload", "~> 3.1.0" # For faster file watcher updates on Windows: # gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] # Windows does not come with time zone data # gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby] gem "slim" gem "stylus" gem "middleman-alias" gem "middleman-syntax" gem "slugify" gem "sprockets", "~> 2.12.5"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flammarion-1.0.0 | lib/html/Gemfile |
flammarion-0.3.0 | lib/html/Gemfile |