Skip to content

Commit eebfe0f

Browse files
Update dependency ruby to v3.2.1
1 parent a8b39ae commit eebfe0f

File tree

3 files changed

+109
-97
lines changed

3 files changed

+109
-97
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.2.1

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.0.3'
4+
ruby '3.2.1'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
77
gem 'rails', '~> 6.1.4'

Gemfile.lock

+107-95
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.6)
5-
actionpack (= 6.1.6)
6-
activesupport (= 6.1.6)
4+
actioncable (6.1.7.3)
5+
actionpack (= 6.1.7.3)
6+
activesupport (= 6.1.7.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.6)
10-
actionpack (= 6.1.6)
11-
activejob (= 6.1.6)
12-
activerecord (= 6.1.6)
13-
activestorage (= 6.1.6)
14-
activesupport (= 6.1.6)
9+
actionmailbox (6.1.7.3)
10+
actionpack (= 6.1.7.3)
11+
activejob (= 6.1.7.3)
12+
activerecord (= 6.1.7.3)
13+
activestorage (= 6.1.7.3)
14+
activesupport (= 6.1.7.3)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.6)
17-
actionpack (= 6.1.6)
18-
actionview (= 6.1.6)
19-
activejob (= 6.1.6)
20-
activesupport (= 6.1.6)
16+
actionmailer (6.1.7.3)
17+
actionpack (= 6.1.7.3)
18+
actionview (= 6.1.7.3)
19+
activejob (= 6.1.7.3)
20+
activesupport (= 6.1.7.3)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.6)
24-
actionview (= 6.1.6)
25-
activesupport (= 6.1.6)
23+
actionpack (6.1.7.3)
24+
actionview (= 6.1.7.3)
25+
activesupport (= 6.1.7.3)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.6)
31-
actionpack (= 6.1.6)
32-
activerecord (= 6.1.6)
33-
activestorage (= 6.1.6)
34-
activesupport (= 6.1.6)
30+
actiontext (6.1.7.3)
31+
actionpack (= 6.1.7.3)
32+
activerecord (= 6.1.7.3)
33+
activestorage (= 6.1.7.3)
34+
activesupport (= 6.1.7.3)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.6)
37-
activesupport (= 6.1.6)
36+
actionview (6.1.7.3)
37+
activesupport (= 6.1.7.3)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.6)
43-
activesupport (= 6.1.6)
42+
activejob (6.1.7.3)
43+
activesupport (= 6.1.7.3)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.6)
46-
activesupport (= 6.1.6)
45+
activemodel (6.1.7.3)
46+
activesupport (= 6.1.7.3)
4747
activemodel-serializers-xml (1.0.2)
4848
activemodel (> 5.x)
4949
activesupport (> 5.x)
5050
builder (~> 3.1)
51-
activerecord (6.1.6)
52-
activemodel (= 6.1.6)
53-
activesupport (= 6.1.6)
54-
activestorage (6.1.6)
55-
actionpack (= 6.1.6)
56-
activejob (= 6.1.6)
57-
activerecord (= 6.1.6)
58-
activesupport (= 6.1.6)
51+
activerecord (6.1.7.3)
52+
activemodel (= 6.1.7.3)
53+
activesupport (= 6.1.7.3)
54+
activestorage (6.1.7.3)
55+
actionpack (= 6.1.7.3)
56+
activejob (= 6.1.7.3)
57+
activerecord (= 6.1.7.3)
58+
activesupport (= 6.1.7.3)
5959
marcel (~> 1.0)
6060
mini_mime (>= 1.1.0)
61-
activesupport (6.1.6)
61+
activesupport (6.1.7.3)
6262
concurrent-ruby (~> 1.0, >= 1.0.2)
6363
i18n (>= 1.6, < 2)
6464
minitest (>= 5.1)
6565
tzinfo (~> 2.0)
6666
zeitwerk (~> 2.3)
67-
addressable (2.8.0)
68-
public_suffix (>= 2.0.2, < 5.0)
67+
addressable (2.8.4)
68+
public_suffix (>= 2.0.2, < 6.0)
6969
bcrypt (3.1.18)
7070
bindex (0.8.1)
71-
bootsnap (1.12.0)
71+
bootsnap (1.16.0)
7272
msgpack (~> 1.2)
7373
builder (3.2.4)
7474
byebug (11.1.3)
75-
cancancan (3.3.0)
76-
capybara (3.37.1)
75+
cancancan (3.5.0)
76+
capybara (3.39.0)
7777
addressable
7878
matrix
7979
mini_mime (>= 0.1.3)
@@ -82,17 +82,17 @@ GEM
8282
rack-test (>= 0.6.3)
8383
regexp_parser (>= 1.5, < 3.0)
8484
xpath (~> 3.2)
85-
childprocess (4.1.0)
8685
coderay (1.1.3)
8786
concurrent-ruby (1.2.2)
8887
crass (1.0.6)
89-
database_cleaner (2.0.1)
90-
database_cleaner-active_record (~> 2.0.0)
91-
database_cleaner-active_record (2.0.1)
88+
database_cleaner (2.0.2)
89+
database_cleaner-active_record (>= 2, < 3)
90+
database_cleaner-active_record (2.1.0)
9291
activerecord (>= 5.a)
9392
database_cleaner-core (~> 2.0.0)
9493
database_cleaner-core (2.0.1)
95-
devise (4.8.1)
94+
date (3.3.3)
95+
devise (4.9.2)
9696
bcrypt (~> 3.0)
9797
orm_adapter (~> 0.1)
9898
railties (>= 4.1.0)
@@ -107,9 +107,9 @@ GEM
107107
factory_bot_rails (6.2.0)
108108
factory_bot (~> 6.2.0)
109109
railties (>= 5.0.0)
110-
faker (2.21.0)
110+
faker (2.23.0)
111111
i18n (>= 1.8.11, < 2)
112-
faraday (1.10.0)
112+
faraday (1.10.3)
113113
faraday-em_http (~> 1.0)
114114
faraday-em_synchrony (~> 1.0)
115115
faraday-excon (~> 1.1)
@@ -137,14 +137,14 @@ GEM
137137
ffi (1.15.5)
138138
figaro (1.2.0)
139139
thor (>= 0.14.0, < 2)
140-
globalid (1.0.1)
140+
globalid (1.1.0)
141141
activesupport (>= 5.0)
142142
i18n (1.12.0)
143143
concurrent-ruby (~> 1.0)
144144
jbuilder (2.11.5)
145145
actionview (>= 5.0.0)
146146
activesupport (>= 5.0.0)
147-
json (2.6.2)
147+
json (2.6.3)
148148
kaminari (1.2.2)
149149
activesupport (>= 4.1.0)
150150
kaminari-actionview (= 1.2.2)
@@ -157,55 +157,67 @@ GEM
157157
activerecord
158158
kaminari-core (= 1.2.2)
159159
kaminari-core (1.2.2)
160-
listen (3.7.1)
160+
listen (3.8.0)
161161
rb-fsevent (~> 0.10, >= 0.10.3)
162162
rb-inotify (~> 0.9, >= 0.9.10)
163163
loofah (2.20.0)
164164
crass (~> 1.0.2)
165165
nokogiri (>= 1.5.9)
166-
mail (2.7.1)
166+
mail (2.8.1)
167167
mini_mime (>= 0.1.1)
168+
net-imap
169+
net-pop
170+
net-smtp
168171
marcel (1.0.2)
169172
matrix (0.4.2)
170173
method_source (1.0.0)
171174
mini_mime (1.1.2)
172175
minitest (5.18.0)
173-
msgpack (1.5.2)
174-
multipart-post (2.2.0)
176+
msgpack (1.7.0)
177+
multipart-post (2.3.0)
175178
nested_form (0.3.2)
176-
nio4r (2.5.8)
179+
net-imap (0.3.4)
180+
date
181+
net-protocol
182+
net-pop (0.1.2)
183+
net-protocol
184+
net-protocol (0.2.1)
185+
timeout
186+
net-smtp (0.3.3)
187+
net-protocol
188+
nio4r (2.5.9)
177189
nokogiri (1.14.3-x86_64-linux)
178190
racc (~> 1.4)
179191
orm_adapter (0.5.0)
180-
pg (1.3.5)
181-
pry (0.14.1)
192+
pg (1.4.6)
193+
pry (0.14.2)
182194
coderay (~> 1.1)
183195
method_source (~> 1.0)
184196
public_suffix (4.0.7)
185-
puma (6.0.0)
197+
puma (6.2.2)
186198
nio4r (~> 2.0)
187199
racc (1.6.2)
188200
rack (2.2.6.4)
189-
rack-mini-profiler (3.0.0)
201+
rack-mini-profiler (3.1.0)
190202
rack (>= 1.2.0)
191203
rack-proxy (0.7.6)
192204
rack
193205
rack-test (2.1.0)
194206
rack (>= 1.3)
195-
rails (6.1.6)
196-
actioncable (= 6.1.6)
197-
actionmailbox (= 6.1.6)
198-
actionmailer (= 6.1.6)
199-
actionpack (= 6.1.6)
200-
actiontext (= 6.1.6)
201-
actionview (= 6.1.6)
202-
activejob (= 6.1.6)
203-
activemodel (= 6.1.6)
204-
activerecord (= 6.1.6)
205-
activestorage (= 6.1.6)
206-
activesupport (= 6.1.6)
207+
rails (6.1.7.3)
208+
actioncable (= 6.1.7.3)
209+
actionmailbox (= 6.1.7.3)
210+
actionmailer (= 6.1.7.3)
211+
actionpack (= 6.1.7.3)
212+
actiontext (= 6.1.7.3)
213+
actionview (= 6.1.7.3)
214+
activejob (= 6.1.7.3)
215+
activemodel (= 6.1.7.3)
216+
activerecord (= 6.1.7.3)
217+
activestorage (= 6.1.7.3)
218+
activesupport (= 6.1.7.3)
207219
bundler (>= 1.15.0)
208-
railties (= 6.1.6)
220+
railties (= 6.1.7.3)
209221
sprockets-rails (>= 2.0.0)
210222
rails-controller-testing (1.0.5)
211223
actionpack (>= 5.0.1.rc1)
@@ -216,33 +228,33 @@ GEM
216228
nokogiri (>= 1.6)
217229
rails-html-sanitizer (1.5.0)
218230
loofah (~> 2.19, >= 2.19.1)
219-
rails_admin (3.0.0)
231+
rails_admin (3.1.2)
220232
activemodel-serializers-xml (>= 1.0)
221233
kaminari (>= 0.14, < 2.0)
222234
nested_form (~> 0.3)
223235
rails (>= 6.0, < 8)
224236
turbo-rails (~> 1.0)
225-
railties (6.1.6)
226-
actionpack (= 6.1.6)
227-
activesupport (= 6.1.6)
237+
railties (6.1.7.3)
238+
actionpack (= 6.1.7.3)
239+
activesupport (= 6.1.7.3)
228240
method_source
229241
rake (>= 12.2)
230242
thor (~> 1.0)
231243
rake (13.0.6)
232-
rb-fsevent (0.11.1)
244+
rb-fsevent (0.11.2)
233245
rb-inotify (0.10.1)
234246
ffi (~> 1.0)
235-
regexp_parser (2.5.0)
236-
responders (3.0.1)
237-
actionpack (>= 5.0)
238-
railties (>= 5.0)
247+
regexp_parser (2.8.0)
248+
responders (3.1.0)
249+
actionpack (>= 5.2)
250+
railties (>= 5.2)
239251
rexml (3.2.5)
240-
rspec-core (3.12.0)
252+
rspec-core (3.12.2)
241253
rspec-support (~> 3.12.0)
242-
rspec-expectations (3.12.0)
254+
rspec-expectations (3.12.3)
243255
diff-lcs (>= 1.2.0, < 2.0)
244256
rspec-support (~> 3.12.0)
245-
rspec-mocks (3.12.0)
257+
rspec-mocks (3.12.5)
246258
diff-lcs (>= 1.2.0, < 2.0)
247259
rspec-support (~> 3.12.0)
248260
rspec-rails (6.0.1)
@@ -266,8 +278,7 @@ GEM
266278
sprockets (> 3.0)
267279
sprockets-rails
268280
tilt
269-
selenium-webdriver (4.2.1)
270-
childprocess (>= 0.5, < 5.0)
281+
selenium-webdriver (4.9.0)
271282
rexml (~> 3.2, >= 3.2.5)
272283
rubyzip (>= 1.2.2, < 3.0)
273284
websocket (~> 1.0)
@@ -277,21 +288,22 @@ GEM
277288
json (>= 1.8, < 3)
278289
simplecov-html (~> 0.10.0)
279290
simplecov-html (0.10.2)
280-
spring (4.0.0)
281-
sprockets (4.0.3)
291+
spring (4.1.1)
292+
sprockets (4.2.0)
282293
concurrent-ruby (~> 1.0)
283-
rack (> 1, < 3)
294+
rack (>= 2.2.4, < 4)
284295
sprockets-rails (3.4.2)
285296
actionpack (>= 5.2)
286297
activesupport (>= 5.2)
287298
sprockets (>= 3.0.0)
288-
tailwindcss-rails (2.0.8-x86_64-linux)
299+
tailwindcss-rails (2.0.27-x86_64-linux)
289300
railties (>= 6.0.0)
290301
terser (1.1.14)
291302
execjs (>= 0.3.0, < 3)
292303
thor (1.2.1)
293-
tilt (2.0.10)
294-
turbo-rails (1.1.1)
304+
tilt (2.1.0)
305+
timeout (0.3.2)
306+
turbo-rails (1.4.0)
295307
actionpack (>= 6.0.0)
296308
activejob (>= 6.0.0)
297309
railties (>= 6.0.0)
@@ -307,7 +319,7 @@ GEM
307319
activemodel (>= 6.0.0)
308320
bindex (>= 0.4.0)
309321
railties (>= 6.0.0)
310-
webdrivers (5.0.0)
322+
webdrivers (5.2.0)
311323
nokogiri (~> 1.6)
312324
rubyzip (>= 1.3.0)
313325
selenium-webdriver (~> 4.0)
@@ -363,7 +375,7 @@ DEPENDENCIES
363375
webpacker (~> 5.0)
364376

365377
RUBY VERSION
366-
ruby 3.0.3p157
378+
ruby 3.2.1p31
367379

368380
BUNDLED WITH
369381
2.2.32

0 commit comments

Comments
 (0)