Sha256: cfbc85f68cc931385d5853879d43a51eb2606ccc0724daae35c480c27c14ce72

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.1.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.1.0 documentation_project/Gemfile
middlemac-3.1.0 fixtures/middlemac_app/Gemfile