Sha256: 07776da23a60807ea0ecd055acae6dd3c5d9d90488f50b03f46347fc7d28d772

Contents?: true

Size: 599 Bytes

Versions: 3

Compression:

Stored size: 599 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"
gem "middleman-deploy"
gem "middleman-meta-tags", github: "happyfuncode/middleman-meta-tags", branch: "develop"
gem "middleman-livereload", "~> 3.1.0"
gem 'middleman-bootstrap-navbar'

gem "bootstrap-sass"
gem "jquery-middleman"

# 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 "builder", "~> 3.0"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
benevolent_gaze-1.0.2 frontend/Gemfile
benevolent_gaze-1.0.1 frontend/Gemfile
benevolent_gaze-1.0.0 frontend/Gemfile