diff --git a/Gemfile b/Gemfile index a83628426ce96..560808ba0296b 100644 --- a/Gemfile +++ b/Gemfile @@ -243,7 +243,7 @@ group :development, :staging, :levelbuilder do gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false gem 'rubocop-rails-accessibility', require: false - gem 'scss_lint', require: false + gem 'scss_lint', '~> 0.51.0', require: false end # Reduce volume of production logs diff --git a/Gemfile.lock b/Gemfile.lock index 89a8d392e1ebd..80d1c164e6f25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -697,7 +697,7 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.0.0) raindrops (0.20.0) - rake (11.3.0) + rake (12.3.3) rambling-trie (2.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -783,8 +783,8 @@ GEM scenic-mysql_adapter (1.0.1) mysql2 scenic (>= 1.4.0) - scss_lint (0.49.0) - rake (>= 0.9, < 12) + scss_lint (0.51.0) + rake (>= 0.9, < 13) sass (~> 3.4.20) selenium-webdriver (3.141.0) childprocess (~> 0.5) @@ -1041,7 +1041,7 @@ DEPENDENCIES sassc-rails! scenic scenic-mysql_adapter - scss_lint + scss_lint (~> 0.51.0) selenium-webdriver (= 3.141.0) sequel shotgun