Sha256: 1e6b9a5bb535261e49c966568593521ea876f64f641c971a4719b5bf745d96c4
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
############################################################################## # Gemfile (and Gemfile.lock) # # This file contains the Ruby gem manifest for Middlemac's dependencies. # # To ensure that the correct gems are installed, do `bundle install`. # # Note that Gemfile.lock is under version control; `bundle install` will # ensure that the correct gem versions are used when this repository is # checked out. To update to newer gems and update Gemfile.lock, use # `bundle update`. ############################################################################## source 'https://rubygems.org' ####################################### # Middlemac, natch. ####################################### gem 'middlemac', '~> 3.0.0' gem 'middleman-targets', '~> 1.0.12' ####################################### # Core gems ####################################### gem 'middleman', '~> 4.2.0' gem 'middleman-core' gem 'middleman-cli' gem 'middleman-livereload' # Live-reloading plugin gem 'middleman-syntax' # Syntax Highlighting gem 'middleman-compass' ####################################### # Other gems ####################################### gem 'tzinfo-data', platforms: [:mswin, :mingw] # Time zone data for Windows
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middlemac-3.0.0 | documentation_project/Gemfile |
middlemac-3.0.0 | fixtures/middlemac_app/Gemfile |