mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
6a1df88bdc
[skip sauce]
10 lines
225 B
Ruby
10 lines
225 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.1.2'
|
|
gem 'jekyll-redirect-from', '~> 0.9.1'
|
|
gem 'jekyll-sitemap', '~> 0.10.0'
|
|
gem 'sass', '~> 3.4.21'
|
|
gem 'scss_lint', '~> 0.47.0'
|
|
end
|