Skip to content

Commit 69e4f69

Browse files
Bump Rails
1 parent c56e23f commit 69e4f69

2 files changed

Lines changed: 64 additions & 72 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '~> 3.0.0'
44

55
# core
66
gem 'puma'
7-
gem 'rails', '~> 7.0.3.1'
7+
gem 'rails', '~> 7.0.4'
88

99
# assets
1010
gem 'bootstrap-sass', '>= 3.4.1'

Gemfile.lock

Lines changed: 63 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,47 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.0.3.1)
13-
actionpack (= 7.0.3.1)
14-
activesupport (= 7.0.3.1)
12+
actioncable (7.0.4)
13+
actionpack (= 7.0.4)
14+
activesupport (= 7.0.4)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (7.0.3.1)
18-
actionpack (= 7.0.3.1)
19-
activejob (= 7.0.3.1)
20-
activerecord (= 7.0.3.1)
21-
activestorage (= 7.0.3.1)
22-
activesupport (= 7.0.3.1)
17+
actionmailbox (7.0.4)
18+
actionpack (= 7.0.4)
19+
activejob (= 7.0.4)
20+
activerecord (= 7.0.4)
21+
activestorage (= 7.0.4)
22+
activesupport (= 7.0.4)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.0.3.1)
28-
actionpack (= 7.0.3.1)
29-
actionview (= 7.0.3.1)
30-
activejob (= 7.0.3.1)
31-
activesupport (= 7.0.3.1)
27+
actionmailer (7.0.4)
28+
actionpack (= 7.0.4)
29+
actionview (= 7.0.4)
30+
activejob (= 7.0.4)
31+
activesupport (= 7.0.4)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.3.1)
38-
actionview (= 7.0.3.1)
39-
activesupport (= 7.0.3.1)
37+
actionpack (7.0.4)
38+
actionview (= 7.0.4)
39+
activesupport (= 7.0.4)
4040
rack (~> 2.0, >= 2.2.0)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.3.1)
45-
actionpack (= 7.0.3.1)
46-
activerecord (= 7.0.3.1)
47-
activestorage (= 7.0.3.1)
48-
activesupport (= 7.0.3.1)
44+
actiontext (7.0.4)
45+
actionpack (= 7.0.4)
46+
activerecord (= 7.0.4)
47+
activestorage (= 7.0.4)
48+
activesupport (= 7.0.4)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.0.3.1)
52-
activesupport (= 7.0.3.1)
51+
actionview (7.0.4)
52+
activesupport (= 7.0.4)
5353
builder (~> 3.1)
5454
erubi (~> 1.4)
5555
rails-dom-testing (~> 2.0)
@@ -63,22 +63,22 @@ GEM
6363
kaminari (~> 1.0, >= 1.2.1)
6464
railties (>= 6.1, < 7.1)
6565
ransack (>= 2.1.1, < 4)
66-
activejob (7.0.3.1)
67-
activesupport (= 7.0.3.1)
66+
activejob (7.0.4)
67+
activesupport (= 7.0.4)
6868
globalid (>= 0.3.6)
69-
activemodel (7.0.3.1)
70-
activesupport (= 7.0.3.1)
71-
activerecord (7.0.3.1)
72-
activemodel (= 7.0.3.1)
73-
activesupport (= 7.0.3.1)
74-
activestorage (7.0.3.1)
75-
actionpack (= 7.0.3.1)
76-
activejob (= 7.0.3.1)
77-
activerecord (= 7.0.3.1)
78-
activesupport (= 7.0.3.1)
69+
activemodel (7.0.4)
70+
activesupport (= 7.0.4)
71+
activerecord (7.0.4)
72+
activemodel (= 7.0.4)
73+
activesupport (= 7.0.4)
74+
activestorage (7.0.4)
75+
actionpack (= 7.0.4)
76+
activejob (= 7.0.4)
77+
activerecord (= 7.0.4)
78+
activesupport (= 7.0.4)
7979
marcel (~> 1.0)
8080
mini_mime (>= 1.1.0)
81-
activesupport (7.0.3.1)
81+
activesupport (7.0.4)
8282
concurrent-ruby (~> 1.0, >= 1.0.2)
8383
i18n (>= 1.6, < 2)
8484
minitest (>= 5.1)
@@ -125,9 +125,8 @@ GEM
125125
responders
126126
warden (~> 1.2.3)
127127
diff-lcs (1.5.0)
128-
digest (3.1.0)
129128
docile (1.4.0)
130-
erubi (1.10.0)
129+
erubi (1.11.0)
131130
execjs (2.8.1)
132131
factory_bot (6.2.1)
133132
activesupport (>= 5.0.0)
@@ -215,7 +214,7 @@ GEM
215214
listen (3.7.1)
216215
rb-fsevent (~> 0.10, >= 0.10.3)
217216
rb-inotify (~> 0.9, >= 0.9.10)
218-
loofah (2.18.0)
217+
loofah (2.19.0)
219218
crass (~> 1.0.2)
220219
nokogiri (>= 1.5.9)
221220
lumberjack (1.2.8)
@@ -225,26 +224,20 @@ GEM
225224
method_source (1.0.0)
226225
mini_mime (1.1.2)
227226
mini_portile2 (2.8.0)
228-
minitest (5.16.2)
227+
minitest (5.16.3)
229228
multi_json (1.15.0)
230229
multi_xml (0.6.0)
231230
nenv (0.3.0)
232-
net-imap (0.2.3)
233-
digest
231+
net-imap (0.3.1)
234232
net-protocol
235-
strscan
236-
net-pop (0.1.1)
237-
digest
233+
net-pop (0.1.2)
238234
net-protocol
239-
timeout
240235
net-protocol (0.1.3)
241236
timeout
242-
net-smtp (0.3.1)
243-
digest
237+
net-smtp (0.3.2)
244238
net-protocol
245-
timeout
246239
nio4r (2.5.8)
247-
nokogiri (1.13.7)
240+
nokogiri (1.13.8)
248241
mini_portile2 (~> 2.8.0)
249242
racc (~> 1.4)
250243
notiffany (0.1.3)
@@ -286,20 +279,20 @@ GEM
286279
rack
287280
rack-test (2.0.2)
288281
rack (>= 1.3)
289-
rails (7.0.3.1)
290-
actioncable (= 7.0.3.1)
291-
actionmailbox (= 7.0.3.1)
292-
actionmailer (= 7.0.3.1)
293-
actionpack (= 7.0.3.1)
294-
actiontext (= 7.0.3.1)
295-
actionview (= 7.0.3.1)
296-
activejob (= 7.0.3.1)
297-
activemodel (= 7.0.3.1)
298-
activerecord (= 7.0.3.1)
299-
activestorage (= 7.0.3.1)
300-
activesupport (= 7.0.3.1)
282+
rails (7.0.4)
283+
actioncable (= 7.0.4)
284+
actionmailbox (= 7.0.4)
285+
actionmailer (= 7.0.4)
286+
actionpack (= 7.0.4)
287+
actiontext (= 7.0.4)
288+
actionview (= 7.0.4)
289+
activejob (= 7.0.4)
290+
activemodel (= 7.0.4)
291+
activerecord (= 7.0.4)
292+
activestorage (= 7.0.4)
293+
activesupport (= 7.0.4)
301294
bundler (>= 1.15.0)
302-
railties (= 7.0.3.1)
295+
railties (= 7.0.4)
303296
rails-controller-testing (1.0.5)
304297
actionpack (>= 5.0.1.rc1)
305298
actionview (>= 5.0.1.rc1)
@@ -314,9 +307,9 @@ GEM
314307
rails_stdout_logging
315308
rails_serve_static_assets (0.0.5)
316309
rails_stdout_logging (0.0.5)
317-
railties (7.0.3.1)
318-
actionpack (= 7.0.3.1)
319-
activesupport (= 7.0.3.1)
310+
railties (7.0.4)
311+
actionpack (= 7.0.4)
312+
activesupport (= 7.0.4)
320313
method_source
321314
rake (>= 12.2)
322315
thor (~> 1.0)
@@ -404,14 +397,13 @@ GEM
404397
activesupport (>= 3.0)
405398
sprockets (>= 2.8, < 4.0)
406399
sqlite3 (1.4.3)
407-
strscan (3.0.3)
408400
thor (1.2.1)
409401
tilt (2.0.10)
410402
timeout (0.3.0)
411403
turbolinks (5.2.1)
412404
turbolinks-source (~> 5.2)
413405
turbolinks-source (5.2.0)
414-
tzinfo (2.0.4)
406+
tzinfo (2.0.5)
415407
concurrent-ruby (~> 1.0)
416408
uglifier (4.2.0)
417409
execjs (>= 0.3.0, < 3)
@@ -428,7 +420,7 @@ GEM
428420
websocket-extensions (0.1.5)
429421
xmlrpc (0.3.2)
430422
webrick
431-
zeitwerk (2.6.0)
423+
zeitwerk (2.6.1)
432424

433425
PLATFORMS
434426
ruby
@@ -459,7 +451,7 @@ DEPENDENCIES
459451
omniauth-rails_csrf_protection
460452
pg
461453
puma
462-
rails (~> 7.0.3.1)
454+
rails (~> 7.0.4)
463455
rails-controller-testing
464456
rails_12factor (~> 0.0.2)
465457
rspec-rails

0 commit comments

Comments
 (0)