Skip to content

Commit 470f106

Browse files
committed
1 parent db5dbea commit 470f106

File tree

2 files changed

+82
-81
lines changed

2 files changed

+82
-81
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby '3.1.2'
66
gem 'net-smtp', '~> 0.3.1', require: false
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
9-
gem 'rails', '~> 7.0.5', '>= 7.0.5.1'
9+
gem 'rails', '~> 7.0.8', '>= 7.0.8.5'
1010
# Use postgresql as the database for Active Record
1111
gem 'pg', '~> 1.1'
1212
# Use Puma as the app server

Gemfile.lock

Lines changed: 81 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.5.1)
5-
actionpack (= 7.0.5.1)
6-
activesupport (= 7.0.5.1)
4+
actioncable (7.0.8.5)
5+
actionpack (= 7.0.8.5)
6+
activesupport (= 7.0.8.5)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.5.1)
10-
actionpack (= 7.0.5.1)
11-
activejob (= 7.0.5.1)
12-
activerecord (= 7.0.5.1)
13-
activestorage (= 7.0.5.1)
14-
activesupport (= 7.0.5.1)
9+
actionmailbox (7.0.8.5)
10+
actionpack (= 7.0.8.5)
11+
activejob (= 7.0.8.5)
12+
activerecord (= 7.0.8.5)
13+
activestorage (= 7.0.8.5)
14+
activesupport (= 7.0.8.5)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.5.1)
20-
actionpack (= 7.0.5.1)
21-
actionview (= 7.0.5.1)
22-
activejob (= 7.0.5.1)
23-
activesupport (= 7.0.5.1)
19+
actionmailer (7.0.8.5)
20+
actionpack (= 7.0.8.5)
21+
actionview (= 7.0.8.5)
22+
activejob (= 7.0.8.5)
23+
activesupport (= 7.0.8.5)
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.5.1)
30-
actionview (= 7.0.5.1)
31-
activesupport (= 7.0.5.1)
29+
actionpack (7.0.8.5)
30+
actionview (= 7.0.8.5)
31+
activesupport (= 7.0.8.5)
3232
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.5.1)
37-
actionpack (= 7.0.5.1)
38-
activerecord (= 7.0.5.1)
39-
activestorage (= 7.0.5.1)
40-
activesupport (= 7.0.5.1)
36+
actiontext (7.0.8.5)
37+
actionpack (= 7.0.8.5)
38+
activerecord (= 7.0.8.5)
39+
activestorage (= 7.0.8.5)
40+
activesupport (= 7.0.8.5)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.5.1)
44-
activesupport (= 7.0.5.1)
43+
actionview (7.0.8.5)
44+
activesupport (= 7.0.8.5)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
@@ -51,22 +51,22 @@ GEM
5151
activemodel (>= 5.2.0)
5252
activestorage (>= 5.2.0)
5353
activesupport (>= 5.2.0)
54-
activejob (7.0.5.1)
55-
activesupport (= 7.0.5.1)
54+
activejob (7.0.8.5)
55+
activesupport (= 7.0.8.5)
5656
globalid (>= 0.3.6)
57-
activemodel (7.0.5.1)
58-
activesupport (= 7.0.5.1)
59-
activerecord (7.0.5.1)
60-
activemodel (= 7.0.5.1)
61-
activesupport (= 7.0.5.1)
62-
activestorage (7.0.5.1)
63-
actionpack (= 7.0.5.1)
64-
activejob (= 7.0.5.1)
65-
activerecord (= 7.0.5.1)
66-
activesupport (= 7.0.5.1)
57+
activemodel (7.0.8.5)
58+
activesupport (= 7.0.8.5)
59+
activerecord (7.0.8.5)
60+
activemodel (= 7.0.8.5)
61+
activesupport (= 7.0.8.5)
62+
activestorage (7.0.8.5)
63+
actionpack (= 7.0.8.5)
64+
activejob (= 7.0.8.5)
65+
activerecord (= 7.0.8.5)
66+
activesupport (= 7.0.8.5)
6767
marcel (~> 1.0)
6868
mini_mime (>= 1.1.0)
69-
activesupport (7.0.5.1)
69+
activesupport (7.0.8.5)
7070
concurrent-ruby (~> 1.0, >= 1.0.2)
7171
i18n (>= 1.6, < 2)
7272
minitest (>= 5.1)
@@ -75,93 +75,94 @@ GEM
7575
bcrypt (3.1.18)
7676
bootsnap (1.15.0)
7777
msgpack (~> 1.2)
78-
builder (3.2.4)
78+
builder (3.3.0)
7979
byebug (11.1.3)
8080
choice (0.2.0)
8181
cloudinary (1.25.0)
8282
aws_cf_signer
8383
rest-client (>= 2.0.0)
84-
concurrent-ruby (1.2.2)
84+
concurrent-ruby (1.3.4)
8585
crass (1.0.6)
86-
date (3.3.3)
86+
date (3.3.4)
8787
docile (1.4.0)
8888
domain_name (0.5.20190701)
8989
unf (>= 0.0.5, < 1.0.0)
9090
dotenv (2.8.1)
9191
dotenv-rails (2.8.1)
9292
dotenv (= 2.8.1)
9393
railties (>= 3.2)
94-
erubi (1.12.0)
94+
erubi (1.13.0)
9595
ffi (1.15.5)
96-
globalid (1.1.0)
97-
activesupport (>= 5.0)
96+
globalid (1.2.1)
97+
activesupport (>= 6.1)
9898
http-accept (1.7.0)
9999
http-cookie (1.0.5)
100100
domain_name (~> 0.5)
101101
httparty (0.21.0)
102102
mini_mime (>= 1.0.0)
103103
multi_xml (>= 0.5.2)
104-
i18n (1.14.1)
104+
i18n (1.14.6)
105105
concurrent-ruby (~> 1.0)
106106
jwt (2.6.0)
107107
listen (3.8.0)
108108
rb-fsevent (~> 0.10, >= 0.10.3)
109109
rb-inotify (~> 0.9, >= 0.9.10)
110-
loofah (2.21.3)
110+
loofah (2.22.0)
111111
crass (~> 1.0.2)
112112
nokogiri (>= 1.12.0)
113113
mail (2.8.1)
114114
mini_mime (>= 0.1.1)
115115
net-imap
116116
net-pop
117117
net-smtp
118-
marcel (1.0.2)
119-
method_source (1.0.0)
118+
marcel (1.0.4)
119+
method_source (1.1.0)
120120
mime-types (3.4.1)
121121
mime-types-data (~> 3.2015)
122122
mime-types-data (3.2022.0105)
123-
mini_mime (1.1.2)
124-
minitest (5.18.1)
123+
mini_mime (1.1.5)
124+
minitest (5.25.1)
125125
msgpack (1.6.0)
126126
multi_xml (0.6.0)
127-
net-imap (0.3.6)
127+
net-imap (0.5.0)
128128
date
129129
net-protocol
130130
net-pop (0.1.2)
131131
net-protocol
132-
net-protocol (0.2.1)
132+
net-protocol (0.2.2)
133133
timeout
134-
net-smtp (0.3.3)
134+
net-smtp (0.3.4)
135135
net-protocol
136136
netrc (0.11.0)
137-
nio4r (2.5.9)
138-
nokogiri (1.15.2-x86_64-linux)
137+
nio4r (2.7.3)
138+
nokogiri (1.16.7-x86_64-linux)
139139
racc (~> 1.4)
140140
pg (1.4.5)
141141
puma (5.6.5)
142142
nio4r (~> 2.0)
143-
racc (1.7.1)
144-
rack (2.2.7)
143+
racc (1.8.1)
144+
rack (2.2.10)
145145
rack-cors (1.1.1)
146146
rack (>= 2.0.0)
147147
rack-test (2.1.0)
148148
rack (>= 1.3)
149-
rails (7.0.5.1)
150-
actioncable (= 7.0.5.1)
151-
actionmailbox (= 7.0.5.1)
152-
actionmailer (= 7.0.5.1)
153-
actionpack (= 7.0.5.1)
154-
actiontext (= 7.0.5.1)
155-
actionview (= 7.0.5.1)
156-
activejob (= 7.0.5.1)
157-
activemodel (= 7.0.5.1)
158-
activerecord (= 7.0.5.1)
159-
activestorage (= 7.0.5.1)
160-
activesupport (= 7.0.5.1)
149+
rails (7.0.8.5)
150+
actioncable (= 7.0.8.5)
151+
actionmailbox (= 7.0.8.5)
152+
actionmailer (= 7.0.8.5)
153+
actionpack (= 7.0.8.5)
154+
actiontext (= 7.0.8.5)
155+
actionview (= 7.0.8.5)
156+
activejob (= 7.0.8.5)
157+
activemodel (= 7.0.8.5)
158+
activerecord (= 7.0.8.5)
159+
activestorage (= 7.0.8.5)
160+
activesupport (= 7.0.8.5)
161161
bundler (>= 1.15.0)
162-
railties (= 7.0.5.1)
163-
rails-dom-testing (2.0.3)
164-
activesupport (>= 4.2.0)
162+
railties (= 7.0.8.5)
163+
rails-dom-testing (2.2.0)
164+
activesupport (>= 5.0.0)
165+
minitest
165166
nokogiri (>= 1.6)
166167
rails-erd (1.6.1)
167168
activerecord (>= 4.2)
@@ -171,14 +172,14 @@ GEM
171172
rails-html-sanitizer (1.6.0)
172173
loofah (~> 2.21)
173174
nokogiri (~> 1.14)
174-
railties (7.0.5.1)
175-
actionpack (= 7.0.5.1)
176-
activesupport (= 7.0.5.1)
175+
railties (7.0.8.5)
176+
actionpack (= 7.0.8.5)
177+
activesupport (= 7.0.8.5)
177178
method_source
178179
rake (>= 12.2)
179180
thor (~> 1.0)
180181
zeitwerk (~> 2.5)
181-
rake (13.0.6)
182+
rake (13.2.1)
182183
rb-fsevent (0.11.2)
183184
rb-inotify (0.10.1)
184185
ffi (~> 1.0)
@@ -205,17 +206,17 @@ GEM
205206
actionpack (>= 5.2)
206207
activesupport (>= 5.2)
207208
sprockets (>= 3.0.0)
208-
thor (1.2.2)
209-
timeout (0.4.0)
209+
thor (1.3.2)
210+
timeout (0.4.1)
210211
tzinfo (2.0.6)
211212
concurrent-ruby (~> 1.0)
212213
unf (0.1.4)
213214
unf_ext
214215
unf_ext (0.0.8.2)
215-
websocket-driver (0.7.5)
216+
websocket-driver (0.7.6)
216217
websocket-extensions (>= 0.1.0)
217218
websocket-extensions (0.1.5)
218-
zeitwerk (2.6.8)
219+
zeitwerk (2.6.18)
219220

220221
PLATFORMS
221222
x86_64-linux
@@ -234,7 +235,7 @@ DEPENDENCIES
234235
pg (~> 1.1)
235236
puma (~> 5.6, >= 5.6.4)
236237
rack-cors (~> 1.1.1)
237-
rails (~> 7.0.5, >= 7.0.5.1)
238+
rails (~> 7.0.8, >= 7.0.8.5)
238239
rails-erd (~> 1.6.1)
239240
rmagick (~> 4.2.4)
240241
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)