Skip to content

Commit 6c5acbf

Browse files
authored
Merge pull request #37 from flavorjones/dependabot/bundler/standard-1.43.0
build(deps): bump standard from 1.42.1 to 1.43.0
2 parents d82bfd2 + 171d1fc commit 6c5acbf

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.0"
99

1010
gem "minitest", "~> 5.25"
1111

12-
gem "standard", "~> 1.42"
12+
gem "standard", "~> 1.43"

Gemfile.lock

+17-15
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.8.2)
10+
json (2.9.0)
1111
language_server-protocol (3.17.0.3)
1212
lint_roller (1.1.0)
1313
minitest (5.25.4)
@@ -18,36 +18,38 @@ GEM
1818
racc (1.8.1)
1919
rainbow (3.1.1)
2020
rake (13.2.1)
21-
regexp_parser (2.9.2)
22-
rubocop (1.68.0)
21+
regexp_parser (2.9.3)
22+
rubocop (1.69.2)
2323
json (~> 2.3)
2424
language_server-protocol (>= 3.17.0)
2525
parallel (~> 1.10)
2626
parser (>= 3.3.0.2)
2727
rainbow (>= 2.2.2, < 4.0)
28-
regexp_parser (>= 2.4, < 3.0)
29-
rubocop-ast (>= 1.32.2, < 2.0)
28+
regexp_parser (>= 2.9.3, < 3.0)
29+
rubocop-ast (>= 1.36.2, < 2.0)
3030
ruby-progressbar (~> 1.7)
31-
unicode-display_width (>= 2.4.0, < 3.0)
32-
rubocop-ast (1.36.1)
31+
unicode-display_width (>= 2.4.0, < 4.0)
32+
rubocop-ast (1.37.0)
3333
parser (>= 3.3.1.0)
34-
rubocop-performance (1.22.1)
34+
rubocop-performance (1.23.0)
3535
rubocop (>= 1.48.1, < 2.0)
3636
rubocop-ast (>= 1.31.1, < 2.0)
3737
ruby-progressbar (1.13.0)
38-
standard (1.42.1)
38+
standard (1.43.0)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.0)
41-
rubocop (~> 1.68.0)
41+
rubocop (~> 1.69.1)
4242
standard-custom (~> 1.0.0)
43-
standard-performance (~> 1.5)
43+
standard-performance (~> 1.6)
4444
standard-custom (1.0.2)
4545
lint_roller (~> 1.0)
4646
rubocop (~> 1.50)
47-
standard-performance (1.5.0)
47+
standard-performance (1.6.0)
4848
lint_roller (~> 1.1)
49-
rubocop-performance (~> 1.22.0)
50-
unicode-display_width (2.6.0)
49+
rubocop-performance (~> 1.23.0)
50+
unicode-display_width (3.1.2)
51+
unicode-emoji (~> 4.0, >= 4.0.4)
52+
unicode-emoji (4.0.4)
5153

5254
PLATFORMS
5355
ruby
@@ -56,7 +58,7 @@ PLATFORMS
5658
DEPENDENCIES
5759
minitest (~> 5.25)
5860
rake (~> 13.0)
59-
standard (~> 1.42)
61+
standard (~> 1.43)
6062
tailwindcss-ruby!
6163

6264
BUNDLED WITH

0 commit comments

Comments
 (0)