Skip to content

Commit f0f03a8

Browse files
committed
Update gemfiles
1 parent 900e5af commit f0f03a8

File tree

4 files changed

+94
-84
lines changed

4 files changed

+94
-84
lines changed

gemfiles/rails_7_0.gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ GEM
9090
concurrent-ruby (1.3.5)
9191
crass (1.0.6)
9292
date (3.4.1)
93-
diff-lcs (1.6.1)
94-
drb (2.2.1)
93+
diff-lcs (1.6.2)
94+
drb (2.2.3)
9595
erubi (1.13.1)
9696
globalid (1.2.1)
9797
activesupport (>= 6.1)
9898
i18n (1.14.7)
9999
concurrent-ruby (~> 1.0)
100100
logger (1.7.0)
101-
loofah (2.24.0)
101+
loofah (2.24.1)
102102
crass (~> 1.0.2)
103103
nokogiri (>= 1.12.0)
104104
mail (2.8.1)
@@ -110,10 +110,10 @@ GEM
110110
matrix (0.4.2)
111111
method_source (1.1.0)
112112
mini_mime (1.1.5)
113-
mini_portile2 (2.8.8)
113+
mini_portile2 (2.8.9)
114114
minitest (5.25.5)
115115
mutex_m (0.3.0)
116-
net-imap (0.5.6)
116+
net-imap (0.5.8)
117117
date
118118
net-protocol
119119
net-pop (0.1.2)
@@ -123,19 +123,19 @@ GEM
123123
net-smtp (0.5.1)
124124
net-protocol
125125
nio4r (2.7.4)
126-
nokogiri (1.18.7)
126+
nokogiri (1.18.8)
127127
mini_portile2 (~> 2.8.2)
128128
racc (~> 1.4)
129129
propshaft (1.1.0)
130130
actionpack (>= 7.0.0)
131131
activesupport (>= 7.0.0)
132132
rack
133133
railties (>= 7.0.0)
134-
public_suffix (6.0.1)
134+
public_suffix (6.0.2)
135135
puma (6.6.0)
136136
nio4r (~> 2.0)
137137
racc (1.8.1)
138-
rack (2.2.13)
138+
rack (2.2.16)
139139
rack-test (2.2.0)
140140
rack (>= 1.3)
141141
rails (7.0.8.7)
@@ -152,7 +152,7 @@ GEM
152152
activesupport (= 7.0.8.7)
153153
bundler (>= 1.15.0)
154154
railties (= 7.0.8.7)
155-
rails-dom-testing (2.2.0)
155+
rails-dom-testing (2.3.0)
156156
activesupport (>= 5.0.0)
157157
minitest
158158
nokogiri (>= 1.6)
@@ -171,10 +171,10 @@ GEM
171171
rexml (3.4.1)
172172
rspec-core (3.13.3)
173173
rspec-support (~> 3.13.0)
174-
rspec-expectations (3.13.3)
174+
rspec-expectations (3.13.4)
175175
diff-lcs (>= 1.2.0, < 2.0)
176176
rspec-support (~> 3.13.0)
177-
rspec-mocks (3.13.2)
177+
rspec-mocks (3.13.4)
178178
diff-lcs (>= 1.2.0, < 2.0)
179179
rspec-support (~> 3.13.0)
180180
rspec-rails (7.1.1)
@@ -185,9 +185,9 @@ GEM
185185
rspec-expectations (~> 3.13)
186186
rspec-mocks (~> 3.13)
187187
rspec-support (~> 3.13)
188-
rspec-support (3.13.2)
188+
rspec-support (3.13.3)
189189
rubyzip (2.4.1)
190-
selenium-webdriver (4.31.0)
190+
selenium-webdriver (4.32.0)
191191
base64 (~> 0.2)
192192
logger (~> 1.4)
193193
rexml (~> 3.2, >= 3.2.5)
@@ -200,7 +200,7 @@ GEM
200200
tzinfo (2.0.6)
201201
concurrent-ruby (~> 1.0)
202202
websocket (1.2.11)
203-
websocket-driver (0.7.7)
203+
websocket-driver (0.8.0)
204204
base64
205205
websocket-extensions (>= 0.1.0)
206206
websocket-extensions (0.1.5)
@@ -226,4 +226,4 @@ DEPENDENCIES
226226
sqlite3 (~> 1.7)
227227

228228
BUNDLED WITH
229-
2.6.8
229+
2.6.9

gemfiles/rails_7_1.gemfile.lock

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,15 @@ GEM
9999
rack-test (>= 0.6.3)
100100
regexp_parser (>= 1.5, < 3.0)
101101
xpath (~> 3.2)
102+
cgi (0.4.2)
102103
concurrent-ruby (1.3.5)
103-
connection_pool (2.5.1)
104+
connection_pool (2.5.3)
104105
crass (1.0.6)
105106
date (3.4.1)
106-
diff-lcs (1.6.1)
107-
drb (2.2.1)
107+
diff-lcs (1.6.2)
108+
drb (2.2.3)
109+
erb (4.0.4)
110+
cgi (>= 0.3.3)
108111
erubi (1.13.1)
109112
globalid (1.2.1)
110113
activesupport (>= 6.1)
@@ -116,7 +119,7 @@ GEM
116119
rdoc (>= 4.0.0)
117120
reline (>= 0.4.2)
118121
logger (1.7.0)
119-
loofah (2.24.0)
122+
loofah (2.24.1)
120123
crass (~> 1.0.2)
121124
nokogiri (>= 1.12.0)
122125
mail (2.8.1)
@@ -127,10 +130,10 @@ GEM
127130
marcel (1.0.4)
128131
matrix (0.4.2)
129132
mini_mime (1.1.5)
130-
mini_portile2 (2.8.8)
133+
mini_portile2 (2.8.9)
131134
minitest (5.25.5)
132135
mutex_m (0.3.0)
133-
net-imap (0.5.6)
136+
net-imap (0.5.8)
134137
date
135138
net-protocol
136139
net-pop (0.1.2)
@@ -140,7 +143,7 @@ GEM
140143
net-smtp (0.5.1)
141144
net-protocol
142145
nio4r (2.7.4)
143-
nokogiri (1.18.7)
146+
nokogiri (1.18.8)
144147
mini_portile2 (~> 2.8.2)
145148
racc (~> 1.4)
146149
pp (0.6.2)
@@ -151,15 +154,15 @@ GEM
151154
activesupport (>= 7.0.0)
152155
rack
153156
railties (>= 7.0.0)
154-
psych (5.2.3)
157+
psych (5.2.6)
155158
date
156159
stringio
157-
public_suffix (6.0.1)
160+
public_suffix (6.0.2)
158161
puma (6.6.0)
159162
nio4r (~> 2.0)
160163
racc (1.8.1)
161-
rack (3.1.13)
162-
rack-session (2.1.0)
164+
rack (3.1.15)
165+
rack-session (2.1.1)
163166
base64 (>= 0.1.0)
164167
rack (>= 3.0.0)
165168
rack-test (2.2.0)
@@ -180,7 +183,7 @@ GEM
180183
activesupport (= 7.1.5.1)
181184
bundler (>= 1.15.0)
182185
railties (= 7.1.5.1)
183-
rails-dom-testing (2.2.0)
186+
rails-dom-testing (2.3.0)
184187
activesupport (>= 5.0.0)
185188
minitest
186189
nokogiri (>= 1.6)
@@ -196,18 +199,19 @@ GEM
196199
thor (~> 1.0, >= 1.2.2)
197200
zeitwerk (~> 2.6)
198201
rake (13.2.1)
199-
rdoc (6.13.1)
202+
rdoc (6.14.0)
203+
erb
200204
psych (>= 4.0.0)
201205
regexp_parser (2.10.0)
202206
reline (0.6.1)
203207
io-console (~> 0.5)
204208
rexml (3.4.1)
205209
rspec-core (3.13.3)
206210
rspec-support (~> 3.13.0)
207-
rspec-expectations (3.13.3)
211+
rspec-expectations (3.13.4)
208212
diff-lcs (>= 1.2.0, < 2.0)
209213
rspec-support (~> 3.13.0)
210-
rspec-mocks (3.13.2)
214+
rspec-mocks (3.13.4)
211215
diff-lcs (>= 1.2.0, < 2.0)
212216
rspec-support (~> 3.13.0)
213217
rspec-rails (7.1.1)
@@ -218,24 +222,24 @@ GEM
218222
rspec-expectations (~> 3.13)
219223
rspec-mocks (~> 3.13)
220224
rspec-support (~> 3.13)
221-
rspec-support (3.13.2)
225+
rspec-support (3.13.3)
222226
rubyzip (2.4.1)
223227
securerandom (0.4.1)
224-
selenium-webdriver (4.31.0)
228+
selenium-webdriver (4.32.0)
225229
base64 (~> 0.2)
226230
logger (~> 1.4)
227231
rexml (~> 3.2, >= 3.2.5)
228232
rubyzip (>= 1.2.2, < 3.0)
229233
websocket (~> 1.0)
230234
sqlite3 (2.6.0)
231235
mini_portile2 (~> 2.8.0)
232-
stringio (3.1.6)
236+
stringio (3.1.7)
233237
thor (1.3.2)
234238
timeout (0.4.3)
235239
tzinfo (2.0.6)
236240
concurrent-ruby (~> 1.0)
237241
websocket (1.2.11)
238-
websocket-driver (0.7.7)
242+
websocket-driver (0.8.0)
239243
base64
240244
websocket-extensions (>= 0.1.0)
241245
websocket-extensions (0.1.5)
@@ -257,4 +261,4 @@ DEPENDENCIES
257261
sqlite3
258262

259263
BUNDLED WITH
260-
2.6.8
264+
2.6.9

gemfiles/rails_7_2.gemfile.lock

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,15 @@ GEM
9393
rack-test (>= 0.6.3)
9494
regexp_parser (>= 1.5, < 3.0)
9595
xpath (~> 3.2)
96+
cgi (0.4.2)
9697
concurrent-ruby (1.3.5)
97-
connection_pool (2.5.1)
98+
connection_pool (2.5.3)
9899
crass (1.0.6)
99100
date (3.4.1)
100-
diff-lcs (1.6.1)
101-
drb (2.2.1)
101+
diff-lcs (1.6.2)
102+
drb (2.2.3)
103+
erb (4.0.4)
104+
cgi (>= 0.3.3)
102105
erubi (1.13.1)
103106
globalid (1.2.1)
104107
activesupport (>= 6.1)
@@ -110,7 +113,7 @@ GEM
110113
rdoc (>= 4.0.0)
111114
reline (>= 0.4.2)
112115
logger (1.7.0)
113-
loofah (2.24.0)
116+
loofah (2.24.1)
114117
crass (~> 1.0.2)
115118
nokogiri (>= 1.12.0)
116119
mail (2.8.1)
@@ -121,9 +124,9 @@ GEM
121124
marcel (1.0.4)
122125
matrix (0.4.2)
123126
mini_mime (1.1.5)
124-
mini_portile2 (2.8.8)
127+
mini_portile2 (2.8.9)
125128
minitest (5.25.5)
126-
net-imap (0.5.6)
129+
net-imap (0.5.8)
127130
date
128131
net-protocol
129132
net-pop (0.1.2)
@@ -133,7 +136,7 @@ GEM
133136
net-smtp (0.5.1)
134137
net-protocol
135138
nio4r (2.7.4)
136-
nokogiri (1.18.7)
139+
nokogiri (1.18.8)
137140
mini_portile2 (~> 2.8.2)
138141
racc (~> 1.4)
139142
pp (0.6.2)
@@ -144,15 +147,15 @@ GEM
144147
activesupport (>= 7.0.0)
145148
rack
146149
railties (>= 7.0.0)
147-
psych (5.2.3)
150+
psych (5.2.6)
148151
date
149152
stringio
150-
public_suffix (6.0.1)
153+
public_suffix (6.0.2)
151154
puma (6.6.0)
152155
nio4r (~> 2.0)
153156
racc (1.8.1)
154-
rack (3.1.13)
155-
rack-session (2.1.0)
157+
rack (3.1.15)
158+
rack-session (2.1.1)
156159
base64 (>= 0.1.0)
157160
rack (>= 3.0.0)
158161
rack-test (2.2.0)
@@ -173,7 +176,7 @@ GEM
173176
activesupport (= 7.2.2.1)
174177
bundler (>= 1.15.0)
175178
railties (= 7.2.2.1)
176-
rails-dom-testing (2.2.0)
179+
rails-dom-testing (2.3.0)
177180
activesupport (>= 5.0.0)
178181
minitest
179182
nokogiri (>= 1.6)
@@ -189,47 +192,48 @@ GEM
189192
thor (~> 1.0, >= 1.2.2)
190193
zeitwerk (~> 2.6)
191194
rake (13.2.1)
192-
rdoc (6.13.1)
195+
rdoc (6.14.0)
196+
erb
193197
psych (>= 4.0.0)
194198
regexp_parser (2.10.0)
195199
reline (0.6.1)
196200
io-console (~> 0.5)
197201
rexml (3.4.1)
198202
rspec-core (3.13.3)
199203
rspec-support (~> 3.13.0)
200-
rspec-expectations (3.13.3)
204+
rspec-expectations (3.13.4)
201205
diff-lcs (>= 1.2.0, < 2.0)
202206
rspec-support (~> 3.13.0)
203-
rspec-mocks (3.13.2)
207+
rspec-mocks (3.13.4)
204208
diff-lcs (>= 1.2.0, < 2.0)
205209
rspec-support (~> 3.13.0)
206-
rspec-rails (7.1.1)
207-
actionpack (>= 7.0)
208-
activesupport (>= 7.0)
209-
railties (>= 7.0)
210+
rspec-rails (8.0.0)
211+
actionpack (>= 7.2)
212+
activesupport (>= 7.2)
213+
railties (>= 7.2)
210214
rspec-core (~> 3.13)
211215
rspec-expectations (~> 3.13)
212216
rspec-mocks (~> 3.13)
213217
rspec-support (~> 3.13)
214-
rspec-support (3.13.2)
218+
rspec-support (3.13.3)
215219
rubyzip (2.4.1)
216220
securerandom (0.4.1)
217-
selenium-webdriver (4.31.0)
221+
selenium-webdriver (4.32.0)
218222
base64 (~> 0.2)
219223
logger (~> 1.4)
220224
rexml (~> 3.2, >= 3.2.5)
221225
rubyzip (>= 1.2.2, < 3.0)
222226
websocket (~> 1.0)
223227
sqlite3 (2.6.0)
224228
mini_portile2 (~> 2.8.0)
225-
stringio (3.1.6)
229+
stringio (3.1.7)
226230
thor (1.3.2)
227231
timeout (0.4.3)
228232
tzinfo (2.0.6)
229233
concurrent-ruby (~> 1.0)
230234
useragent (0.16.11)
231235
websocket (1.2.11)
232-
websocket-driver (0.7.7)
236+
websocket-driver (0.8.0)
233237
base64
234238
websocket-extensions (>= 0.1.0)
235239
websocket-extensions (0.1.5)
@@ -251,4 +255,4 @@ DEPENDENCIES
251255
sqlite3
252256

253257
BUNDLED WITH
254-
2.6.8
258+
2.6.9

0 commit comments

Comments
 (0)