Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Showing
+222 -119
# Ruby Gems for building and testing Bootstrap | |||
# Run `grunt update-gemfile-lock` to update to the latest compatible versions | |||
source 'https://rubygems.org' | source 'https://rubygems.org' | ||
group :development do | group :development, :test do | ||
gem 'jekyll', '~> 2.5.2' | gem 'jekyll', '~> 2.5.2' | ||
gem 'rouge', '~> 1.7.4' | gem 'rouge', '~> 1.7.4' | ||
gem 'sass', '~> 3.4.9' | |||
gem 'scss-lint', '~> 0.31' | |||
end | end |
Gemfile.lock
0 → 100644
Please register or sign in to comment