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 98c5b5f4a0..2a08f6c2e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,5 +9,5 @@ group :development, :test do
gem 'jekyll-sitemap', '~> 0.9.0'
gem 'rouge', '~> 1.10.1'
gem 'sass', '~> 3.4.18'
- gem 'scss_lint', '~> 0.41'
+ gem 'scss_lint', '~> 0.42.1'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 5969b595ee..c5df2e2f09 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -58,7 +58,7 @@ GEM
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.18)
- scss_lint (0.41.0)
+ scss_lint (0.42.1)
rainbow (~> 2.0)
sass (~> 3.4.15)
toml (0.1.2)
@@ -74,7 +74,7 @@ DEPENDENCIES
jekyll-sitemap (~> 0.9.0)
rouge (~> 1.10.1)
sass (~> 3.4.18)
- scss_lint (~> 0.41)
+ scss_lint (~> 0.42.1)
BUNDLED WITH
1.10.6