https://github.com/twbs/bootstrap
Revision 698a7b4253e668146b5d64f7124a913f71188278 authored by Mark Otto on 31 July 2017, 18:31:54 UTC, committed by Mark Otto on 31 July 2017, 18:31:54 UTC
2 parent s 0d14fe9 + b679172
Raw File
Tip revision: 698a7b4253e668146b5d64f7124a913f71188278 authored by Mark Otto on 31 July 2017, 18:31:54 UTC
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Tip revision: 698a7b4
Gemfile
source 'https://rubygems.org'

group :development, :test do
  gem 'jekyll', '~> 3.4.5'
  gem 'jekyll-redirect-from', '~> 0.12.1'
  gem 'jekyll-sitemap', '~> 1.1.1'
  gem 'jekyll-toc', '~> 0.3.0.pre1'
  gem 'scss_lint', '~> 0.54.0'
end
back to top