Skip to content

Commit 8e230f3

Browse files
committed
bump pronto dependency to 0.11.0
1 parent 240c404 commit 8e230f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7']
14+
ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
1515
exclude:
1616
- ruby: '2.3' # there's an additional RuboCop warning Layout/TrailingEmptyLines for some reason
1717
steps:

pronto-haml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
3434
s.extra_rdoc_files = ['LICENSE', 'README.md']
3535
s.require_paths = ['lib']
3636

37-
s.add_runtime_dependency('pronto', '~> 0.10.0')
37+
s.add_runtime_dependency('pronto', '~> 0.11.0')
3838
s.add_runtime_dependency('haml_lint', '~> 0.23')
3939
s.add_runtime_dependency('rubocop', '< 1.0') # not compatible with RuboCop 1.0 yet
4040
s.add_development_dependency('rake', '~> 12.0')

0 commit comments

Comments
 (0)