Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index b10c735c81..20a15efe74 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,5 +8,5 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.9.0'
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'sass', '~> 3.4.19'
- gem 'scss_lint', '~> 0.42.2'
+ gem 'scss_lint', '~> 0.43'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index df6853ee5a..720145482c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -33,7 +33,7 @@ GEM
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.19)
- scss_lint (0.42.2)
+ scss_lint (0.43.2)
rainbow (~> 2.0)
sass (~> 3.4.15)
@@ -46,7 +46,7 @@ DEPENDENCIES
jekyll-redirect-from (~> 0.9.0)
jekyll-sitemap (~> 0.9.0)
sass (~> 3.4.19)
- scss_lint (~> 0.42.2)
+ scss_lint (~> 0.43)
BUNDLED WITH
1.10.6