Skip to content

Commit 1e3aade

Browse files
committed
[#102] Update Rails version to 7.0.7
1 parent bbf52ae commit 1e3aade

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '3.2.2'
33

44
# Backend
5-
gem 'rails', '7.0.4.3' # Latest stable
5+
gem 'rails', '7.0.7' # Latest stable
66
gem 'pg' # Use Postgresql as database
77
gem 'puma' # Use Puma as the app server
88
gem 'mini_magick' # A ruby wrapper for ImageMagick or GraphicsMagick command line

Gemfile.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.4.3)
5-
actionpack (= 7.0.4.3)
6-
activesupport (= 7.0.4.3)
4+
actioncable (7.0.7)
5+
actionpack (= 7.0.7)
6+
activesupport (= 7.0.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4.3)
10-
actionpack (= 7.0.4.3)
11-
activejob (= 7.0.4.3)
12-
activerecord (= 7.0.4.3)
13-
activestorage (= 7.0.4.3)
14-
activesupport (= 7.0.4.3)
9+
actionmailbox (7.0.7)
10+
actionpack (= 7.0.7)
11+
activejob (= 7.0.7)
12+
activerecord (= 7.0.7)
13+
activestorage (= 7.0.7)
14+
activesupport (= 7.0.7)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4.3)
20-
actionpack (= 7.0.4.3)
21-
actionview (= 7.0.4.3)
22-
activejob (= 7.0.4.3)
23-
activesupport (= 7.0.4.3)
19+
actionmailer (7.0.7)
20+
actionpack (= 7.0.7)
21+
actionview (= 7.0.7)
22+
activejob (= 7.0.7)
23+
activesupport (= 7.0.7)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.4.3)
30-
actionview (= 7.0.4.3)
31-
activesupport (= 7.0.4.3)
32-
rack (~> 2.0, >= 2.2.0)
29+
actionpack (7.0.7)
30+
actionview (= 7.0.7)
31+
activesupport (= 7.0.7)
32+
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.4.3)
37-
actionpack (= 7.0.4.3)
38-
activerecord (= 7.0.4.3)
39-
activestorage (= 7.0.4.3)
40-
activesupport (= 7.0.4.3)
36+
actiontext (7.0.7)
37+
actionpack (= 7.0.7)
38+
activerecord (= 7.0.7)
39+
activestorage (= 7.0.7)
40+
activesupport (= 7.0.7)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4.3)
44-
activesupport (= 7.0.4.3)
43+
actionview (7.0.7)
44+
activesupport (= 7.0.7)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.4.3)
50-
activesupport (= 7.0.4.3)
49+
activejob (7.0.7)
50+
activesupport (= 7.0.7)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.4.3)
53-
activesupport (= 7.0.4.3)
54-
activerecord (7.0.4.3)
55-
activemodel (= 7.0.4.3)
56-
activesupport (= 7.0.4.3)
57-
activestorage (7.0.4.3)
58-
actionpack (= 7.0.4.3)
59-
activejob (= 7.0.4.3)
60-
activerecord (= 7.0.4.3)
61-
activesupport (= 7.0.4.3)
52+
activemodel (7.0.7)
53+
activesupport (= 7.0.7)
54+
activerecord (7.0.7)
55+
activemodel (= 7.0.7)
56+
activesupport (= 7.0.7)
57+
activestorage (7.0.7)
58+
actionpack (= 7.0.7)
59+
activejob (= 7.0.7)
60+
activerecord (= 7.0.7)
61+
activesupport (= 7.0.7)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4.3)
64+
activesupport (7.0.7)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -233,7 +233,7 @@ GEM
233233
minitest (5.18.0)
234234
msgpack (1.7.0)
235235
nap (1.1.0)
236-
net-imap (0.3.4)
236+
net-imap (0.3.7)
237237
date
238238
net-protocol
239239
net-pop (0.1.2)
@@ -280,20 +280,20 @@ GEM
280280
rack-test (2.1.0)
281281
rack (>= 1.3)
282282
rack-timeout (0.6.3)
283-
rails (7.0.4.3)
284-
actioncable (= 7.0.4.3)
285-
actionmailbox (= 7.0.4.3)
286-
actionmailer (= 7.0.4.3)
287-
actionpack (= 7.0.4.3)
288-
actiontext (= 7.0.4.3)
289-
actionview (= 7.0.4.3)
290-
activejob (= 7.0.4.3)
291-
activemodel (= 7.0.4.3)
292-
activerecord (= 7.0.4.3)
293-
activestorage (= 7.0.4.3)
294-
activesupport (= 7.0.4.3)
283+
rails (7.0.7)
284+
actioncable (= 7.0.7)
285+
actionmailbox (= 7.0.7)
286+
actionmailer (= 7.0.7)
287+
actionpack (= 7.0.7)
288+
actiontext (= 7.0.7)
289+
actionview (= 7.0.7)
290+
activejob (= 7.0.7)
291+
activemodel (= 7.0.7)
292+
activerecord (= 7.0.7)
293+
activestorage (= 7.0.7)
294+
activesupport (= 7.0.7)
295295
bundler (>= 1.15.0)
296-
railties (= 7.0.4.3)
296+
railties (= 7.0.7)
297297
rails-dom-testing (2.0.3)
298298
activesupport (>= 4.2.0)
299299
nokogiri (>= 1.6)
@@ -307,9 +307,9 @@ GEM
307307
json
308308
require_all (~> 3.0)
309309
ruby-progressbar
310-
railties (7.0.4.3)
311-
actionpack (= 7.0.4.3)
312-
activesupport (= 7.0.4.3)
310+
railties (7.0.7)
311+
actionpack (= 7.0.7)
312+
activesupport (= 7.0.7)
313313
method_source
314314
rake (>= 12.2)
315315
thor (~> 1.0)
@@ -425,7 +425,7 @@ GEM
425425
thor (1.2.1)
426426
tilt (2.1.0)
427427
timecop (0.9.6)
428-
timeout (0.3.2)
428+
timeout (0.4.0)
429429
tzinfo (2.0.6)
430430
concurrent-ruby (~> 1.0)
431431
unicode-display_width (2.4.2)
@@ -438,7 +438,7 @@ GEM
438438
crack (>= 0.3.2)
439439
hashdiff (>= 0.4.0, < 2.0.0)
440440
websocket (1.2.9)
441-
websocket-driver (0.7.5)
441+
websocket-driver (0.7.6)
442442
websocket-extensions (>= 0.1.0)
443443
websocket-extensions (0.1.5)
444444
xpath (3.2.0)
@@ -491,7 +491,7 @@ DEPENDENCIES
491491
pundit
492492
rack-cors
493493
rack-timeout
494-
rails (= 7.0.4.3)
494+
rails (= 7.0.7)
495495
roadie-rails
496496
rspec-rails (>= 4.0.0.beta2)
497497
rspec-retry

0 commit comments

Comments
 (0)