Skip to content

Commit

Permalink
Mirror: 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2023
1 parent 00db2ca commit 5be5ebb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- id: scss-lint
name: scss_lint
description: ''
entry: scss-lint
language: ruby
'types': [scss]
args: []
require_serial: false
additional_dependencies: []
minimum_pre_commit_version: '0'
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.59.0
0.60.0
2 changes: 1 addition & 1 deletion pre_commit_fake_gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Gem::Specification.new do |s|
s.authors = ['Anthony Sottile']
s.summary = 'A fake mirror gem for scss_lint'
s.description = 'A fake mirror gem for scss_lint'
s.add_dependency 'scss_lint', '0.59.0'
s.add_dependency 'scss_lint', '0.60.0'
end

0 comments on commit 5be5ebb

Please sign in to comment.