Update gems to the latest versions.
This commit is contained in:
parent
a62f70b420
commit
6ef37f112f
2 changed files with 7 additions and 10 deletions
9
Gemfile
9
Gemfile
|
|
@ -1,12 +1,9 @@
|
|||
# Ruby Gems for building and testing Bootstrap
|
||||
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
group :development, :test do
|
||||
gem 'jekyll', '~> 3.0.1'
|
||||
gem 'jekyll-redirect-from', '~> 0.9.0'
|
||||
gem 'jekyll', '~> 3.1.0'
|
||||
gem 'jekyll-redirect-from', '~> 0.9.1'
|
||||
gem 'jekyll-sitemap', '~> 0.9.0'
|
||||
gem 'sass', '~> 3.4.19'
|
||||
gem 'sass', '~> 3.4.21'
|
||||
gem 'scss_lint', '~> 0.44.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue