Sha256: 88c406229a8301c659686cad7d5530ac02846548ec4c8906bafc5fcb400c4f3c

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