Skip to content

Commit 9542368

Browse files
authored
Merge pull request #14 from tithely/mv/deps
chore(security): bump deps
2 parents cbef84e + 0f325ce commit 9542368

File tree

1 file changed

+48
-41
lines changed

1 file changed

+48
-41
lines changed

Gemfile.lock

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,42 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (7.1.3.2)
12+
activesupport (7.1.5.1)
1313
base64
14+
benchmark (>= 0.3)
1415
bigdecimal
1516
concurrent-ruby (~> 1.0, >= 1.0.2)
1617
connection_pool (>= 2.2.5)
1718
drb
1819
i18n (>= 1.6, < 2)
20+
logger (>= 1.4.2)
1921
minitest (>= 5.1)
2022
mutex_m
23+
securerandom (>= 0.3)
2124
tzinfo (~> 2.0)
22-
addressable (2.8.6)
23-
public_suffix (>= 2.0.2, < 6.0)
25+
addressable (2.8.7)
26+
public_suffix (>= 2.0.2, < 7.0)
2427
ast (2.4.2)
2528
base64 (0.2.0)
26-
bigdecimal (3.1.7)
29+
benchmark (0.4.0)
30+
bigdecimal (3.1.8)
2731
byebug (11.1.3)
2832
coderay (1.1.3)
29-
concurrent-ruby (1.2.3)
33+
concurrent-ruby (1.3.4)
3034
connection_pool (2.4.1)
3135
crack (1.0.0)
3236
bigdecimal
3337
rexml
3438
diff-lcs (1.5.1)
35-
docile (1.4.0)
39+
docile (1.4.1)
3640
domain_name (0.6.20240107)
3741
drb (2.2.1)
38-
ffi (1.16.3)
42+
ffi (1.17.0)
3943
ffi-compiler (1.3.2)
4044
ffi (>= 1.15.5)
4145
rake
4246
formatador (1.1.0)
43-
guard (2.18.1)
47+
guard (2.19.0)
4448
formatador (>= 0.2.4)
4549
listen (>= 2.7, < 4.0)
4650
lumberjack (>= 1.0.12, < 2.0)
@@ -54,100 +58,103 @@ GEM
5458
guard (~> 2.1)
5559
guard-compat (~> 1.1)
5660
rspec (>= 2.99.0, < 4.0)
57-
hashdiff (1.1.0)
61+
hashdiff (1.1.2)
5862
http (5.2.0)
5963
addressable (~> 2.8)
6064
base64 (~> 0.1)
6165
http-cookie (~> 1.0)
6266
http-form_data (~> 2.2)
6367
llhttp-ffi (~> 0.5.0)
64-
http-cookie (1.0.5)
68+
http-cookie (1.0.8)
6569
domain_name (~> 0.5)
6670
http-form_data (2.3.0)
67-
i18n (1.14.4)
71+
i18n (1.14.6)
6872
concurrent-ruby (~> 1.0)
69-
json (2.7.1)
73+
json (2.9.0)
7074
language_server-protocol (3.17.0.3)
7175
listen (3.9.0)
7276
rb-fsevent (~> 0.10, >= 0.10.3)
7377
rb-inotify (~> 0.9, >= 0.9.10)
7478
llhttp-ffi (0.5.0)
7579
ffi-compiler (~> 1.0)
7680
rake (~> 13.0)
81+
logger (1.6.3)
7782
lumberjack (1.2.10)
78-
method_source (1.0.0)
79-
minitest (5.22.3)
80-
mutex_m (0.2.0)
83+
method_source (1.1.0)
84+
minitest (5.25.4)
85+
mutex_m (0.3.0)
8186
nenv (0.3.0)
8287
notiffany (0.1.3)
8388
nenv (~> 0.1)
8489
shellany (~> 0.0)
85-
parallel (1.24.0)
86-
parser (3.3.0.5)
90+
parallel (1.26.3)
91+
parser (3.3.6.0)
8792
ast (~> 2.4.1)
8893
racc
89-
pry (0.14.2)
94+
pry (0.15.0)
9095
coderay (~> 1.1)
9196
method_source (~> 1.0)
92-
public_suffix (5.0.5)
93-
racc (1.7.3)
97+
public_suffix (6.0.1)
98+
racc (1.8.1)
9499
rainbow (3.1.1)
95-
rake (13.2.0)
100+
rake (13.2.1)
96101
rb-fsevent (0.11.2)
97-
rb-inotify (0.10.1)
102+
rb-inotify (0.11.1)
98103
ffi (~> 1.0)
99-
regexp_parser (2.9.0)
100-
rexml (3.3.7)
104+
regexp_parser (2.9.3)
105+
rexml (3.3.9)
101106
rspec (3.13.0)
102107
rspec-core (~> 3.13.0)
103108
rspec-expectations (~> 3.13.0)
104109
rspec-mocks (~> 3.13.0)
105-
rspec-core (3.13.0)
110+
rspec-core (3.13.2)
106111
rspec-support (~> 3.13.0)
107-
rspec-expectations (3.13.0)
112+
rspec-expectations (3.13.3)
108113
diff-lcs (>= 1.2.0, < 2.0)
109114
rspec-support (~> 3.13.0)
110-
rspec-mocks (3.13.0)
115+
rspec-mocks (3.13.2)
111116
diff-lcs (>= 1.2.0, < 2.0)
112117
rspec-support (~> 3.13.0)
113-
rspec-support (3.13.1)
114-
rubocop (1.62.1)
118+
rspec-support (3.13.2)
119+
rubocop (1.69.2)
115120
json (~> 2.3)
116121
language_server-protocol (>= 3.17.0)
117122
parallel (~> 1.10)
118123
parser (>= 3.3.0.2)
119124
rainbow (>= 2.2.2, < 4.0)
120-
regexp_parser (>= 1.8, < 3.0)
121-
rexml (>= 3.2.5, < 4.0)
122-
rubocop-ast (>= 1.31.1, < 2.0)
125+
regexp_parser (>= 2.9.3, < 3.0)
126+
rubocop-ast (>= 1.36.2, < 2.0)
123127
ruby-progressbar (~> 1.7)
124-
unicode-display_width (>= 2.4.0, < 3.0)
125-
rubocop-ast (1.31.2)
126-
parser (>= 3.3.0.4)
127-
rubocop-performance (1.21.0)
128+
unicode-display_width (>= 2.4.0, < 4.0)
129+
rubocop-ast (1.37.0)
130+
parser (>= 3.3.1.0)
131+
rubocop-performance (1.23.0)
128132
rubocop (>= 1.48.1, < 2.0)
129133
rubocop-ast (>= 1.31.1, < 2.0)
130134
rubocop-rake (0.6.0)
131135
rubocop (~> 1.0)
132136
rubocop-rspec (1.42.0)
133137
rubocop (>= 0.87.0)
134138
ruby-progressbar (1.13.0)
139+
securerandom (0.3.2)
135140
shellany (0.0.1)
136141
simplecov (0.22.0)
137142
docile (~> 1.1)
138143
simplecov-html (~> 0.11)
139144
simplecov_json_formatter (~> 0.1)
140-
simplecov-html (0.12.3)
145+
simplecov-html (0.13.1)
141146
simplecov_json_formatter (0.1.4)
142-
thor (1.3.1)
147+
thor (1.3.2)
143148
tzinfo (2.0.6)
144149
concurrent-ruby (~> 1.0)
145-
unicode-display_width (2.5.0)
146-
webmock (3.23.0)
150+
unicode-display_width (3.1.2)
151+
unicode-emoji (~> 4.0, >= 4.0.4)
152+
unicode-emoji (4.0.4)
153+
webmock (3.24.0)
147154
addressable (>= 2.8.0)
148155
crack (>= 0.3.2)
149156
hashdiff (>= 0.4.0, < 2.0.0)
150-
yard (0.9.36)
157+
yard (0.9.37)
151158

152159
PLATFORMS
153160
ruby

0 commit comments

Comments
 (0)