Skip to content

Commit 9fc6e93

Browse files
committed
Migration à rails 7.1.1
1 parent 29317f7 commit 9fc6e93

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

Gemfile.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -54,35 +54,35 @@ GIT
5454
GEM
5555
remote: https://rubygems.org/
5656
specs:
57-
actioncable (7.1.0)
58-
actionpack (= 7.1.0)
59-
activesupport (= 7.1.0)
57+
actioncable (7.1.1)
58+
actionpack (= 7.1.1)
59+
activesupport (= 7.1.1)
6060
nio4r (~> 2.0)
6161
websocket-driver (>= 0.6.1)
6262
zeitwerk (~> 2.6)
63-
actionmailbox (7.1.0)
64-
actionpack (= 7.1.0)
65-
activejob (= 7.1.0)
66-
activerecord (= 7.1.0)
67-
activestorage (= 7.1.0)
68-
activesupport (= 7.1.0)
63+
actionmailbox (7.1.1)
64+
actionpack (= 7.1.1)
65+
activejob (= 7.1.1)
66+
activerecord (= 7.1.1)
67+
activestorage (= 7.1.1)
68+
activesupport (= 7.1.1)
6969
mail (>= 2.7.1)
7070
net-imap
7171
net-pop
7272
net-smtp
73-
actionmailer (7.1.0)
74-
actionpack (= 7.1.0)
75-
actionview (= 7.1.0)
76-
activejob (= 7.1.0)
77-
activesupport (= 7.1.0)
73+
actionmailer (7.1.1)
74+
actionpack (= 7.1.1)
75+
actionview (= 7.1.1)
76+
activejob (= 7.1.1)
77+
activesupport (= 7.1.1)
7878
mail (~> 2.5, >= 2.5.4)
7979
net-imap
8080
net-pop
8181
net-smtp
8282
rails-dom-testing (~> 2.2)
83-
actionpack (7.1.0)
84-
actionview (= 7.1.0)
85-
activesupport (= 7.1.0)
83+
actionpack (7.1.1)
84+
actionview (= 7.1.1)
85+
activesupport (= 7.1.1)
8686
nokogiri (>= 1.8.5)
8787
rack (>= 2.2.4)
8888
rack-session (>= 1.0.1)
@@ -91,35 +91,35 @@ GEM
9191
rails-html-sanitizer (~> 1.6)
9292
actionpack-page_caching (1.2.4)
9393
actionpack (>= 4.0.0)
94-
actiontext (7.1.0)
95-
actionpack (= 7.1.0)
96-
activerecord (= 7.1.0)
97-
activestorage (= 7.1.0)
98-
activesupport (= 7.1.0)
94+
actiontext (7.1.1)
95+
actionpack (= 7.1.1)
96+
activerecord (= 7.1.1)
97+
activestorage (= 7.1.1)
98+
activesupport (= 7.1.1)
9999
globalid (>= 0.6.0)
100100
nokogiri (>= 1.8.5)
101-
actionview (7.1.0)
102-
activesupport (= 7.1.0)
101+
actionview (7.1.1)
102+
activesupport (= 7.1.1)
103103
builder (~> 3.1)
104104
erubi (~> 1.11)
105105
rails-dom-testing (~> 2.2)
106106
rails-html-sanitizer (~> 1.6)
107-
activejob (7.1.0)
108-
activesupport (= 7.1.0)
107+
activejob (7.1.1)
108+
activesupport (= 7.1.1)
109109
globalid (>= 0.3.6)
110-
activemodel (7.1.0)
111-
activesupport (= 7.1.0)
112-
activerecord (7.1.0)
113-
activemodel (= 7.1.0)
114-
activesupport (= 7.1.0)
110+
activemodel (7.1.1)
111+
activesupport (= 7.1.1)
112+
activerecord (7.1.1)
113+
activemodel (= 7.1.1)
114+
activesupport (= 7.1.1)
115115
timeout (>= 0.4.0)
116-
activestorage (7.1.0)
117-
actionpack (= 7.1.0)
118-
activejob (= 7.1.0)
119-
activerecord (= 7.1.0)
120-
activesupport (= 7.1.0)
116+
activestorage (7.1.1)
117+
actionpack (= 7.1.1)
118+
activejob (= 7.1.1)
119+
activerecord (= 7.1.1)
120+
activesupport (= 7.1.1)
121121
marcel (~> 1.0)
122-
activesupport (7.1.0)
122+
activesupport (7.1.1)
123123
base64
124124
bigdecimal
125125
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -184,7 +184,7 @@ GEM
184184
crass (1.0.6)
185185
date (3.3.3)
186186
debug_inspector (1.1.0)
187-
devise (4.9.2)
187+
devise (4.9.3)
188188
bcrypt (~> 3.0)
189189
orm_adapter (~> 0.1)
190190
railties (>= 4.1.0)
@@ -207,7 +207,7 @@ GEM
207207
haml (5.2.2)
208208
temple (>= 0.8.0)
209209
tilt
210-
has_scope (0.8.1)
210+
has_scope (0.8.2)
211211
actionpack (>= 5.2)
212212
activesupport (>= 5.2)
213213
highline (2.1.0)
@@ -225,7 +225,7 @@ GEM
225225
railties (>= 6.0)
226226
responders (>= 2)
227227
io-console (0.6.0)
228-
irb (1.8.1)
228+
irb (1.8.3)
229229
rdoc
230230
reline (>= 0.3.8)
231231
jquery-rails (4.6.0)
@@ -249,7 +249,7 @@ GEM
249249
addressable (~> 2.8)
250250
letter_opener (1.8.1)
251251
launchy (>= 2.2, < 3)
252-
loofah (2.21.3)
252+
loofah (2.21.4)
253253
crass (~> 1.0.2)
254254
nokogiri (>= 1.12.0)
255255
mail (2.8.1)
@@ -303,7 +303,7 @@ GEM
303303
method_source (~> 1.0)
304304
pry-rails (0.3.9)
305305
pry (>= 0.10.4)
306-
psych (5.1.0)
306+
psych (5.1.1.1)
307307
stringio
308308
public_suffix (5.0.3)
309309
puma (6.4.0)
@@ -319,30 +319,30 @@ GEM
319319
rackup (1.0.0)
320320
rack (< 3)
321321
webrick
322-
rails (7.1.0)
323-
actioncable (= 7.1.0)
324-
actionmailbox (= 7.1.0)
325-
actionmailer (= 7.1.0)
326-
actionpack (= 7.1.0)
327-
actiontext (= 7.1.0)
328-
actionview (= 7.1.0)
329-
activejob (= 7.1.0)
330-
activemodel (= 7.1.0)
331-
activerecord (= 7.1.0)
332-
activestorage (= 7.1.0)
333-
activesupport (= 7.1.0)
322+
rails (7.1.1)
323+
actioncable (= 7.1.1)
324+
actionmailbox (= 7.1.1)
325+
actionmailer (= 7.1.1)
326+
actionpack (= 7.1.1)
327+
actiontext (= 7.1.1)
328+
actionview (= 7.1.1)
329+
activejob (= 7.1.1)
330+
activemodel (= 7.1.1)
331+
activerecord (= 7.1.1)
332+
activestorage (= 7.1.1)
333+
activesupport (= 7.1.1)
334334
bundler (>= 1.15.0)
335-
railties (= 7.1.0)
335+
railties (= 7.1.1)
336336
rails-dom-testing (2.2.0)
337337
activesupport (>= 5.0.0)
338338
minitest
339339
nokogiri (>= 1.6)
340340
rails-html-sanitizer (1.6.0)
341341
loofah (~> 2.21)
342342
nokogiri (~> 1.14)
343-
railties (7.1.0)
344-
actionpack (= 7.1.0)
345-
activesupport (= 7.1.0)
343+
railties (7.1.1)
344+
actionpack (= 7.1.1)
345+
activesupport (= 7.1.1)
346346
irb
347347
rackup (>= 1.0.0)
348348
rake (>= 12.2)
@@ -360,10 +360,10 @@ GEM
360360
redis-client (>= 0.9.0)
361361
redis-client (0.17.0)
362362
connection_pool
363-
regexp_parser (2.8.1)
363+
regexp_parser (2.8.2)
364364
reline (0.3.9)
365365
io-console (~> 0.5)
366-
responders (3.1.0)
366+
responders (3.1.1)
367367
actionpack (>= 5.2)
368368
railties (>= 5.2)
369369
rexml (3.2.6)

0 commit comments

Comments
 (0)