Skip to content

Commit 989bb59

Browse files
committed
Dependencies: Update Gemfile.lock using ruby 3.3.10
1 parent aeec871 commit 989bb59

1 file changed

Lines changed: 25 additions & 20 deletions

File tree

Gemfile.lock

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,32 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
ast (2.4.2)
10-
diff-lcs (1.5.1)
9+
ast (2.4.3)
10+
diff-lcs (1.6.2)
1111
os (1.1.4)
12-
parallel (1.22.1)
13-
parser (3.1.3.0)
12+
parallel (1.27.0)
13+
parser (3.3.10.1)
1414
ast (~> 2.4.1)
15+
racc
16+
prism (1.9.0)
17+
racc (1.8.1)
1518
rainbow (3.1.1)
16-
rake (13.2.1)
17-
regexp_parser (2.6.1)
18-
rexml (3.2.5)
19-
rspec (3.13.0)
19+
rake (13.3.1)
20+
regexp_parser (2.11.3)
21+
rexml (3.4.4)
22+
rspec (3.13.2)
2023
rspec-core (~> 3.13.0)
2124
rspec-expectations (~> 3.13.0)
2225
rspec-mocks (~> 3.13.0)
23-
rspec-core (3.13.2)
26+
rspec-core (3.13.6)
2427
rspec-support (~> 3.13.0)
25-
rspec-expectations (3.13.3)
28+
rspec-expectations (3.13.5)
2629
diff-lcs (>= 1.2.0, < 2.0)
2730
rspec-support (~> 3.13.0)
28-
rspec-mocks (3.13.2)
31+
rspec-mocks (3.13.7)
2932
diff-lcs (>= 1.2.0, < 2.0)
3033
rspec-support (~> 3.13.0)
31-
rspec-support (3.13.2)
34+
rspec-support (3.13.7)
3235
rubocop (1.12.1)
3336
parallel (~> 1.10)
3437
parser (>= 3.0.0.0)
@@ -38,20 +41,22 @@ GEM
3841
rubocop-ast (>= 1.2.0, < 2.0)
3942
ruby-progressbar (~> 1.7)
4043
unicode-display_width (>= 1.4.0, < 3.0)
41-
rubocop-ast (1.23.0)
42-
parser (>= 3.1.1.0)
43-
rubocop-rake (0.5.1)
44-
rubocop
45-
rubocop-rspec (2.3.0)
44+
rubocop-ast (1.49.0)
45+
parser (>= 3.3.7.2)
46+
prism (~> 1.7)
47+
rubocop-rake (0.6.0)
48+
rubocop (~> 1.0)
49+
rubocop-rspec (2.4.0)
4650
rubocop (~> 1.0)
4751
rubocop-ast (>= 1.1.0)
48-
ruby-progressbar (1.11.0)
49-
unicode-display_width (2.3.0)
52+
ruby-progressbar (1.13.0)
53+
unicode-display_width (2.6.0)
5054

5155
PLATFORMS
5256
x86_64-darwin-17
5357
x86_64-darwin-19
5458
x86_64-darwin-20
59+
x86_64-darwin-23
5560
x86_64-linux
5661

5762
DEPENDENCIES
@@ -65,4 +70,4 @@ DEPENDENCIES
6570
rubocop-rspec
6671

6772
BUNDLED WITH
68-
2.2.16
73+
2.7.1

0 commit comments

Comments
 (0)