Skip to content

Commit 8f671c8

Browse files
authored
Merge pull request #6 from fetlife/dependabot/bundler/standard-1.51.1
⬆️ Bump standard from 1.50.0 to 1.51.1
2 parents 6ab3bd5 + 4e02e7f commit 8f671c8

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gemspec
88
gem "rake", "~> 13.3"
99
gem "rake-compiler"
1010
gem "rspec", "~> 3.13"
11-
gem "standard", "~> 1.3"
11+
gem "standard", "~> 1.51"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ GEM
99
specs:
1010
ast (2.4.3)
1111
diff-lcs (1.6.2)
12-
json (2.12.0)
12+
json (2.15.0)
1313
language_server-protocol (3.17.0.5)
1414
lint_roller (1.1.0)
1515
parallel (1.27.0)
16-
parser (3.3.8.0)
16+
parser (3.3.9.0)
1717
ast (~> 2.4.1)
1818
racc
19-
prism (1.4.0)
19+
prism (1.5.1)
2020
racc (1.8.1)
2121
rainbow (3.1.1)
2222
rake (13.3.0)
@@ -25,7 +25,7 @@ GEM
2525
rake-compiler-dock (1.9.1)
2626
rb_sys (0.9.115)
2727
rake-compiler-dock (= 1.9.1)
28-
regexp_parser (2.10.0)
28+
regexp_parser (2.11.3)
2929
rspec (3.13.1)
3030
rspec-core (~> 3.13.0)
3131
rspec-expectations (~> 3.13.0)
@@ -39,29 +39,29 @@ GEM
3939
diff-lcs (>= 1.2.0, < 2.0)
4040
rspec-support (~> 3.13.0)
4141
rspec-support (3.13.4)
42-
rubocop (1.75.6)
42+
rubocop (1.80.2)
4343
json (~> 2.3)
4444
language_server-protocol (~> 3.17.0.2)
4545
lint_roller (~> 1.1.0)
4646
parallel (~> 1.10)
4747
parser (>= 3.3.0.2)
4848
rainbow (>= 2.2.2, < 4.0)
4949
regexp_parser (>= 2.9.3, < 3.0)
50-
rubocop-ast (>= 1.44.0, < 2.0)
50+
rubocop-ast (>= 1.46.0, < 2.0)
5151
ruby-progressbar (~> 1.7)
5252
unicode-display_width (>= 2.4.0, < 4.0)
53-
rubocop-ast (1.44.1)
53+
rubocop-ast (1.47.1)
5454
parser (>= 3.3.7.2)
5555
prism (~> 1.4)
5656
rubocop-performance (1.25.0)
5757
lint_roller (~> 1.1)
5858
rubocop (>= 1.75.0, < 2.0)
5959
rubocop-ast (>= 1.38.0, < 2.0)
6060
ruby-progressbar (1.13.0)
61-
standard (1.50.0)
61+
standard (1.51.1)
6262
language_server-protocol (~> 3.17.0.2)
6363
lint_roller (~> 1.0)
64-
rubocop (~> 1.75.5)
64+
rubocop (~> 1.80.2)
6565
standard-custom (~> 1.0.0)
6666
standard-performance (~> 1.8)
6767
standard-custom (1.0.2)
@@ -70,9 +70,9 @@ GEM
7070
standard-performance (1.8.0)
7171
lint_roller (~> 1.1)
7272
rubocop-performance (~> 1.25.0)
73-
unicode-display_width (3.1.4)
74-
unicode-emoji (~> 4.0, >= 4.0.4)
75-
unicode-emoji (4.0.4)
73+
unicode-display_width (3.2.0)
74+
unicode-emoji (~> 4.1)
75+
unicode-emoji (4.1.0)
7676

7777
PLATFORMS
7878
arm64-darwin-24
@@ -83,7 +83,7 @@ DEPENDENCIES
8383
rake (~> 13.3)
8484
rake-compiler
8585
rspec (~> 3.13)
86-
standard (~> 1.3)
86+
standard (~> 1.51)
8787

8888
BUNDLED WITH
8989
2.6.9

0 commit comments

Comments
 (0)