mirror of
https://git.coop/cotech/website.git
synced 2024-11-04 23:48:43 +00:00
9 lines
257 B
Ruby
9 lines
257 B
Ruby
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'
|