mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-12 00:08:59 +01:00
bdb962d1e9
The current `baseurl` makes this wrong.
8 lines
184 B
Ruby
8 lines
184 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.8.5'
|
|
gem 'jekyll-sitemap', '~> 1.2.0'
|
|
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
|
|
end
|