mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
10 lines
116 B
Ruby
10 lines
116 B
Ruby
|
source "https://rubygems.org"
|
||
|
|
||
|
group :jekyll do
|
||
|
gem 'jekyll'
|
||
|
end
|
||
|
|
||
|
group :development do
|
||
|
gem 'redcarpet'
|
||
|
end
|