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:
authorXhmikosR <xhmikosr@gmail.com>2015-09-25 19:12:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-25 21:54:10 +0300
commit4cee3fd5d9519e61e22508612c6ddbed86d92176 (patch)
tree2c008f574c077fd70ff7fcabace4e19e9dc13480
parentc240dd3549ea53c4d23e729ddecc88497eeed7c7 (diff)
Update scsslint gem to v0.42.1.
[skip sauce] [skip validator]
-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