aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-06-29 09:27:31 +0300
committerGitHub <[email protected]>2016-06-29 09:27:31 +0300
commitc7fae07fbcdf2d1963c2d0bdc59a690ecde07462 (patch)
tree2a6e194ecfbf79c2a02dc59c4f3e104ddb1dcfa3 /Gemfile
parented3ba4742506a7164caddbcdcfc58aba25277b4d (diff)
parente83b742c1181fc4545538acc47746139d9836677 (diff)
downloadbootstrap-c7fae07fbcdf2d1963c2d0bdc59a690ecde07462.tar.xz
bootstrap-c7fae07fbcdf2d1963c2d0bdc59a690ecde07462.zip
Merge pull request #20201 from twbs/v4-dev-xmr-deps
Update dependencies.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 081111b38..bdcbb0949 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,5 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.1.2'
gem 'jekyll-redirect-from', '~> 0.10.0'
gem 'jekyll-sitemap', '~> 0.10.0'
- gem 'scss_lint', '~> 0.47.1'
+ gem 'scss_lint', '~> 0.48.0'
end