1
Fork 0
lorchess.ru/Gemfile

12 lines
224 B
Ruby
Raw Normal View History

2014-01-21 13:47:27 +04:00
source 'https://rubygems.org'
2015-10-04 17:41:09 +04:00
gem 'jekyll', '~> 2.5'
gem 'therubyracer'
gem 'i18n'
gem 'jekyll-press'
group :development do
# Automatically reload your browser when 'view' files are modified
gem 'guard-livereload'
end