Skip to content

Commit 8e14106

Browse files
authored
Merge pull request #33 from github/kh-dev-dependencies
Chore: update dev dependencies
2 parents 2c50cc7 + 19c6d48 commit 8e14106

File tree

4 files changed

+50
-49
lines changed

4 files changed

+50
-49
lines changed

Gemfile.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
actionview (6.1.4.1)
10-
activesupport (= 6.1.4.1)
9+
actionview (6.1.6)
10+
activesupport (= 6.1.6)
1111
builder (~> 3.1)
1212
erubi (~> 1.4)
1313
rails-dom-testing (~> 2.0)
1414
rails-html-sanitizer (~> 1.1, >= 1.2.0)
15-
activesupport (6.1.4.1)
15+
activesupport (6.1.6)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -28,7 +28,7 @@ GEM
2828
parser (>= 2.4)
2929
smart_properties
3030
builder (3.2.4)
31-
concurrent-ruby (1.1.9)
31+
concurrent-ruby (1.1.10)
3232
crass (1.0.6)
3333
erb_lint (0.1.1)
3434
activesupport
@@ -40,71 +40,71 @@ GEM
4040
smart_properties
4141
erubi (1.10.0)
4242
html_tokenizer (0.0.7)
43-
i18n (1.8.11)
43+
i18n (1.10.0)
4444
concurrent-ruby (~> 1.0)
45-
loofah (2.12.0)
45+
loofah (2.18.0)
4646
crass (~> 1.0.2)
4747
nokogiri (>= 1.5.9)
48-
mini_portile2 (2.6.1)
49-
minitest (5.14.4)
50-
mocha (1.13.0)
51-
nokogiri (1.12.5)
52-
mini_portile2 (~> 2.6.1)
48+
mini_portile2 (2.8.0)
49+
minitest (5.15.0)
50+
mocha (1.14.0)
51+
nokogiri (1.13.6)
52+
mini_portile2 (~> 2.8.0)
5353
racc (~> 1.4)
54-
parallel (1.21.0)
55-
parser (3.0.3.1)
54+
parallel (1.22.1)
55+
parser (3.1.2.0)
5656
ast (~> 2.4.1)
5757
racc (1.6.0)
58-
rack (2.2.3)
58+
rack (2.2.3.1)
5959
rails-dom-testing (2.0.3)
6060
activesupport (>= 4.2.0)
6161
nokogiri (>= 1.6)
62-
rails-html-sanitizer (1.4.2)
62+
rails-html-sanitizer (1.4.3)
6363
loofah (~> 2.3)
64-
rainbow (3.0.0)
65-
rake (12.3.3)
66-
regexp_parser (2.1.1)
64+
rainbow (3.1.1)
65+
rake (13.0.6)
66+
regexp_parser (2.5.0)
6767
rexml (3.2.5)
68-
rubocop (1.13.0)
68+
rubocop (1.30.0)
6969
parallel (~> 1.10)
70-
parser (>= 3.0.0.0)
70+
parser (>= 3.1.0.0)
7171
rainbow (>= 2.2.2, < 4.0)
7272
regexp_parser (>= 1.8, < 3.0)
73-
rexml
74-
rubocop-ast (>= 1.2.0, < 2.0)
73+
rexml (>= 3.2.5, < 4.0)
74+
rubocop-ast (>= 1.18.0, < 2.0)
7575
ruby-progressbar (~> 1.7)
7676
unicode-display_width (>= 1.4.0, < 3.0)
77-
rubocop-ast (1.14.0)
78-
parser (>= 3.0.1.1)
79-
rubocop-github (0.16.2)
80-
rubocop (<= 1.13.0)
81-
rubocop-performance (<= 1.11.0)
82-
rubocop-rails (<= 2.7.1)
83-
rubocop-performance (1.11.0)
77+
rubocop-ast (1.18.0)
78+
parser (>= 3.1.1.0)
79+
rubocop-github (0.17.0)
80+
rubocop
81+
rubocop-performance
82+
rubocop-rails
83+
rubocop-performance (1.14.2)
8484
rubocop (>= 1.7.0, < 2.0)
8585
rubocop-ast (>= 0.4.0)
86-
rubocop-rails (2.7.1)
86+
rubocop-rails (2.14.2)
8787
activesupport (>= 4.2.0)
8888
rack (>= 1.1)
89-
rubocop (>= 0.87.0)
89+
rubocop (>= 1.7.0, < 2.0)
9090
ruby-progressbar (1.11.0)
91-
smart_properties (1.16.3)
91+
smart_properties (1.17.0)
9292
tzinfo (2.0.4)
9393
concurrent-ruby (~> 1.0)
9494
unicode-display_width (2.1.0)
95-
zeitwerk (2.5.1)
95+
zeitwerk (2.5.4)
9696

9797
PLATFORMS
9898
ruby
9999

100100
DEPENDENCIES
101-
erb_lint (~> 0.1)
101+
erb_lint (~> 0.1.1)
102102
erblint-github!
103-
minitest (~> 5.14)
104-
mocha (~> 1)
105-
rake (~> 12.0)
106-
rubocop (= 1.13.0)
107-
rubocop-github (~> 0.16.0)
103+
minitest (~> 5.15)
104+
mocha (~> 1.14)
105+
rake (~> 13.0.6)
106+
rubocop (= 1.30.0)
107+
rubocop-github (~> 0.17.0)
108108

109109
BUNDLED WITH
110110
2.2.32

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "rake/testtask"
66
Rake::TestTask.new do |t|
77
t.libs << "test"
88
t.libs << "lib"
9-
t.test_files = FileList[ENV["TESTS"] || "test/**/*_test.rb"]
9+
t.test_files = FileList[ENV.fetch("TESTS", "test/**/*_test.rb")]
1010
end
1111

1212
Rake.add_rakelib "lib/tasks"

erblint-github.gemspec

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ Gem::Specification.new do |s|
1111
s.files = Dir["README.md", "LICENSE", "lib/**/*"]
1212
s.require_paths = ["lib"]
1313

14-
s.required_ruby_version = ">= 2.5.0"
14+
s.required_ruby_version = ">= 2.6.0"
1515

1616
s.email = ["[email protected]"]
1717
s.authors = ["GitHub Open Source"]
1818

19-
s.add_development_dependency "erb_lint", "~> 0.1"
20-
s.add_development_dependency "minitest", "~> 5.14"
21-
s.add_development_dependency "mocha", "~> 1"
22-
s.add_development_dependency "rake", "~> 12.0"
19+
s.add_development_dependency "erb_lint", "~> 0.1.1"
20+
s.add_development_dependency "minitest", "~> 5.15"
21+
s.add_development_dependency "mocha", "~> 1.14"
22+
s.add_development_dependency "rake", "~> 13.0.6"
2323

24-
s.add_development_dependency "rubocop", "= 1.13.0"
25-
s.add_development_dependency "rubocop-github", "~> 0.16.0"
24+
s.add_development_dependency "rubocop", "= 1.30.0"
25+
s.add_development_dependency "rubocop-github", "~> 0.17.0"
26+
s.metadata["rubygems_mfa_required"] = "true"
2627
end

lib/erblint-github/linters/github/accessibility/iframe_has_title.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class IframeHasTitle < Linter
1010
include ERBLint::Linters::CustomHelpers
1111
include LinterRegistry
1212

13-
MESSAGE = "<iframe> with meaningful content should have a title attribute that identifies the content."\
14-
" If <iframe> has no meaningful content, hide it from assistive technology with `aria-hidden='true'`."\
13+
MESSAGE = "`<iframe>` with meaningful content should have a title attribute that identifies the content."\
14+
" If `<iframe>` has no meaningful content, hide it from assistive technology with `aria-hidden='true'`."\
1515

1616
def run(processed_source)
1717
tags(processed_source).each do |tag|

0 commit comments

Comments
 (0)