mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
7 lines
110 B
Ruby
7 lines
110 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
group :development do
|
||
|
gem 'jekyll', '~> 2.5.2'
|
||
|
gem 'rouge', '~> 1.7.4'
|
||
|
end
|