Gemfile 350 Bytes
Newer Older
1
2
3
# Ruby Gems for building and testing Bootstrap
# Run `grunt update-gemfile-lock` to update to the latest compatible versions

4
5
source 'https://rubygems.org'

6
group :development, :test do
XhmikosR's avatar
XhmikosR committed
7
8
  gem 'jekyll', '~> 3.0.0'
  gem 'jekyll-redirect-from', '~> 0.9.0'
XhmikosR's avatar
XhmikosR committed
9
  gem 'jekyll-sitemap', '~> 0.9.0'
XhmikosR's avatar
XhmikosR committed
10
11
  gem 'sass', '~> 3.4.19'
  gem 'scss_lint', '~> 0.42.2'
12
end