1
Fork 0
lorchess.ru/Gemfile

12 lines
248 B
Ruby
Raw Normal View History

2014-01-21 13:47:27 +04:00
source 'https://rubygems.org'
gem 'jekyll', '3.8.4'
gem 'therubyracer'
gem 'i18n'
gem "jekyll-assets", group: :jekyll_plugins
group :development do
# Automatically reload your browser when 'view' files are modified
gem 'guard-livereload'
end