Sha256: 7806e06ea567c41f75236b57b7c55172ed1b7f4c62d5430bc970628b1db2e4b3

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

# frozen_string_literal: true
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source "https://rubygems.org"

# 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, :jruby]

# Middleman Gems
gem "middleman", ">= 4.0.0"
gem "middleman-gh-pages"
gem "middleman-livereload"

gem "haml"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
word_search-1.1.0 docs/Gemfile
word_search-1.0.1 docs/Gemfile
word_search-1.0.0 docs/Gemfile