Sha256: 628c1c84a26806d5a52c6101604a97cba1bf4be03692ebd74c14f3e31446e4fe
Contents?: true
Size: 608 Bytes
Versions: 10
Compression:
Stored size: 608 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.7" # 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] gem "fortitude", :path => "../" gem "parcels", :path => '../../parcels' gem "bootstrap-sass", :require => false gem "retina_images", :path => '../../retina_images' gem "humanize" gem "awesome_print"
Version data entries
10 entries across 10 versions & 1 rubygems