Skip to content

Commit

Permalink
relax restraint on scss_lint gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamms committed Mar 22, 2023
1 parent b9539f5 commit 649f45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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', '~> 0.51.0', require: false
gem 'scss_lint', require: false
end

# Reduce volume of production logs
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -783,7 +783,7 @@ GEM
scenic-mysql_adapter (1.0.1)
mysql2
scenic (>= 1.4.0)
scss_lint (0.51.0)
scss_lint (0.55.0)
rake (>= 0.9, < 13)
sass (~> 3.4.20)
selenium-webdriver (3.141.0)
Expand Down Expand Up @@ -1041,7 +1041,7 @@ DEPENDENCIES
sassc-rails!
scenic
scenic-mysql_adapter
scss_lint (~> 0.51.0)
scss_lint
selenium-webdriver (= 3.141.0)
sequel
shotgun
Expand Down

0 comments on commit 649f45e

Please sign in to comment.