cotech-website/Gemfile

9 lines
257 B
Ruby
Raw Normal View History

2017-06-27 13:18:47 +00:00
source 'https://rubygems.org'
gem 'jekyll'
# Fixes deprecation warning - see https://github.com/jekyll/jekyll-sass-converter/pull/75
gem 'jekyll-sass-converter', git: 'https://github.com/jekyll/jekyll-sass-converter.git', branch: 'sassc'
gem 'geocoder'