1
Fork 0
lorchess.ru/Gemfile

11 lines
207 B
Ruby
Raw Normal View History

2014-01-21 13:47:27 +04:00
source 'https://rubygems.org'
2014-06-30 23:12:42 +04:00
gem 'jekyll', '~> 2.1.0'
gem 'i18n'
gem 'therubyracer'
group :development do
# Automatically reload your browser when 'view' files are modified
gem 'guard-livereload'
end