Skip to content

Commit 78ce829

Browse files
committed
upgraded to ruby version 3.2.2
1 parent c3e830e commit 78ce829

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+78
-89
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.7
1+
3.2.2

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ gem "nokogiri", platform: :ruby
2525
gem "bugsnag"
2626
gem "okcomputer"
2727
gem "skylight"
28-
gem 'rails_12factor', group: :production
2928

3029
gem 'sdoc', '~> 0.4.0', group: :doc
3130

Gemfile.lock

Lines changed: 77 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,29 @@ GEM
3838
i18n (>= 0.7, < 2)
3939
minitest (~> 5.1)
4040
tzinfo (~> 1.1)
41-
addressable (2.8.1)
41+
addressable (2.8.5)
4242
public_suffix (>= 2.0.2, < 6.0)
4343
arel (7.1.4)
4444
ast (2.4.2)
45-
attr_encrypted (3.1.0)
45+
attr_encrypted (4.0.0)
4646
encryptor (~> 3.0.0)
47-
autoprefixer-rails (10.4.7.0)
47+
autoprefixer-rails (10.4.16.0)
4848
execjs (~> 2)
49-
better_errors (2.9.1)
50-
coderay (>= 1.0.0)
49+
base64 (0.2.0)
50+
better_errors (2.10.1)
5151
erubi (>= 1.0.0)
5252
rack (>= 0.9.0)
53+
rouge (>= 1.0.0)
5354
bindex (0.8.1)
5455
bootstrap-sass (3.3.7)
5556
autoprefixer-rails (>= 5.2.1)
5657
sass (>= 3.3.4)
5758
bootstrap-scss (0.0.3)
58-
bugsnag (6.25.1)
59+
bugsnag (6.26.0)
5960
concurrent-ruby (~> 1.0)
6061
builder (3.2.4)
6162
byebug (11.1.3)
62-
capybara (3.38.0)
63+
capybara (3.39.2)
6364
addressable
6465
matrix
6566
mini_mime (>= 0.1.3)
@@ -71,24 +72,23 @@ GEM
7172
capybara-selenium (0.0.6)
7273
capybara
7374
selenium-webdriver
74-
carrierwave (2.2.3)
75+
carrierwave (2.2.5)
7576
activemodel (>= 5.0.0)
7677
activesupport (>= 5.0.0)
7778
addressable (~> 2.6)
7879
image_processing (~> 1.1)
7980
marcel (~> 1.0.0)
8081
mini_mime (>= 0.1.3)
8182
ssrf_filter (~> 1.0)
82-
coderay (1.1.3)
83-
concurrent-ruby (1.1.10)
83+
concurrent-ruby (1.2.2)
8484
crass (1.0.6)
85-
database_cleaner (2.0.1)
86-
database_cleaner-active_record (~> 2.0.0)
87-
database_cleaner-active_record (2.0.1)
85+
database_cleaner (2.0.2)
86+
database_cleaner-active_record (>= 2, < 3)
87+
database_cleaner-active_record (2.1.0)
8888
activerecord (>= 5.a)
8989
database_cleaner-core (~> 2.0.0)
9090
database_cleaner-core (2.0.1)
91-
date (3.3.3)
91+
date (3.3.4)
9292
diff-lcs (1.5.0)
9393
dotenv (2.8.1)
9494
dotenv-rails (2.8.1)
@@ -99,36 +99,37 @@ GEM
9999
encryptor (3.0.0)
100100
erubi (1.12.0)
101101
erubis (2.7.0)
102-
execjs (2.8.1)
102+
execjs (2.9.1)
103103
factory_girl (4.9.0)
104104
activesupport (>= 3.0.0)
105105
factory_girl_rails (4.9.0)
106106
factory_girl (~> 4.9.0)
107107
railties (>= 3.0.0)
108-
faker (3.1.0)
108+
faker (3.2.2)
109109
i18n (>= 1.8.11, < 2)
110-
faraday (2.7.3)
110+
faraday (2.7.12)
111+
base64
111112
faraday-net_http (>= 2.0, < 3.1)
112113
ruby2_keywords (>= 0.0.4)
113114
faraday-net_http (3.0.2)
114-
ffi (1.15.5)
115-
globalid (1.0.1)
115+
ffi (1.16.3)
116+
globalid (1.1.0)
116117
activesupport (>= 5.0)
117118
hashie (5.0.0)
118-
i18n (1.12.0)
119+
i18n (1.14.1)
119120
concurrent-ruby (~> 1.0)
120121
image_processing (1.12.2)
121122
mini_magick (>= 4.9.5, < 5)
122123
ruby-vips (>= 2.0.17, < 3)
123124
jbuilder (2.11.5)
124125
actionview (>= 5.0.0)
125126
activesupport (>= 5.0.0)
126-
jquery-rails (4.5.1)
127+
jquery-rails (4.6.0)
127128
rails-dom-testing (>= 1, < 3)
128129
railties (>= 4.2.0)
129130
thor (>= 0.14, < 2.0)
130131
json (1.8.6)
131-
jwt (2.6.0)
132+
jwt (2.7.1)
132133
kgio (2.11.4)
133134
launchy (2.5.2)
134135
addressable (~> 2.8)
@@ -139,10 +140,10 @@ GEM
139140
logstasher (0.6.5)
140141
logstash-event (~> 1.2.0)
141142
request_store
142-
loofah (2.19.1)
143+
loofah (2.22.0)
143144
crass (~> 1.0.2)
144-
nokogiri (>= 1.5.9)
145-
mail (2.8.0.1)
145+
nokogiri (>= 1.12.0)
146+
mail (2.8.1)
146147
mini_mime (>= 0.1.1)
147148
net-imap
148149
net-pop
@@ -151,26 +152,20 @@ GEM
151152
matrix (0.4.2)
152153
method_source (1.0.0)
153154
mini_magick (4.12.0)
154-
mini_mime (1.1.2)
155-
mini_portile2 (2.8.1)
156-
minitest (5.17.0)
155+
mini_mime (1.1.5)
156+
minitest (5.20.0)
157157
multi_xml (0.6.0)
158-
net-imap (0.3.4)
158+
net-imap (0.4.7)
159159
date
160160
net-protocol
161161
net-pop (0.1.2)
162162
net-protocol
163-
net-protocol (0.2.1)
163+
net-protocol (0.2.2)
164164
timeout
165-
net-smtp (0.3.3)
165+
net-smtp (0.4.0)
166166
net-protocol
167-
nio4r (2.5.8)
168-
nokogiri (1.14.0)
169-
mini_portile2 (~> 2.8.0)
170-
racc (~> 1.4)
171-
nokogiri (1.14.0-x86_64-darwin)
172-
racc (~> 1.4)
173-
nokogiri (1.14.0-x86_64-linux)
167+
nio4r (2.7.0)
168+
nokogiri (1.15.5-arm64-darwin)
174169
racc (~> 1.4)
175170
oauth2 (2.0.9)
176171
faraday (>= 0.17.3, < 3.0)
@@ -179,8 +174,8 @@ GEM
179174
rack (>= 1.2, < 4)
180175
snaky_hash (~> 2.0)
181176
version_gem (~> 1.1)
182-
okcomputer (1.18.4)
183-
omniauth (2.1.0)
177+
okcomputer (1.18.5)
178+
omniauth (2.1.1)
184179
hashie (>= 3.4.6)
185180
rack (>= 2.2.3)
186181
rack-protection
@@ -192,18 +187,19 @@ GEM
192187
omniauth-oauth2 (1.8.0)
193188
oauth2 (>= 1.4, < 3)
194189
omniauth (~> 2.0)
195-
parallel (1.22.1)
196-
parser (3.2.0.0)
190+
parallel (1.23.0)
191+
parser (3.2.2.4)
197192
ast (~> 2.4.1)
198-
pg (1.4.5)
193+
racc
194+
pg (1.5.4)
199195
pickadate-rails (3.5.6.0)
200196
railties (>= 3.1.0)
201-
public_suffix (5.0.1)
197+
public_suffix (5.0.4)
202198
puma (3.12.6)
203-
racc (1.6.2)
204-
rack (2.2.6.2)
205-
rack-protection (3.0.5)
206-
rack
199+
racc (1.7.3)
200+
rack (2.2.8)
201+
rack-protection (3.1.0)
202+
rack (~> 2.2, >= 2.2.4)
207203
rack-test (0.6.3)
208204
rack (>= 1.0)
209205
rails (5.0.7.2)
@@ -218,16 +214,13 @@ GEM
218214
bundler (>= 1.3.0)
219215
railties (= 5.0.7.2)
220216
sprockets-rails (>= 2.0.0)
221-
rails-dom-testing (2.0.3)
222-
activesupport (>= 4.2.0)
217+
rails-dom-testing (2.2.0)
218+
activesupport (>= 5.0.0)
219+
minitest
223220
nokogiri (>= 1.6)
224-
rails-html-sanitizer (1.4.4)
225-
loofah (~> 2.19, >= 2.19.1)
226-
rails_12factor (0.0.3)
227-
rails_serve_static_assets
228-
rails_stdout_logging
229-
rails_serve_static_assets (0.0.5)
230-
rails_stdout_logging (0.0.5)
221+
rails-html-sanitizer (1.6.0)
222+
loofah (~> 2.21)
223+
nokogiri (~> 1.14)
231224
railties (5.0.7.2)
232225
actionpack (= 5.0.7.2)
233226
activesupport (= 5.0.7.2)
@@ -236,23 +229,23 @@ GEM
236229
thor (>= 0.18.1, < 2.0)
237230
rainbow (3.1.1)
238231
raindrops (0.20.1)
239-
rake (13.0.6)
232+
rake (13.1.0)
240233
rb-fsevent (0.11.2)
241234
rb-inotify (0.10.1)
242235
ffi (~> 1.0)
243236
rdoc (4.3.0)
244-
recaptcha (5.12.3)
245-
json
246-
regexp_parser (2.6.2)
237+
recaptcha (5.16.0)
238+
regexp_parser (2.8.3)
247239
request_store (1.5.1)
248240
rack (>= 1.4)
249-
rexml (3.2.5)
250-
rspec-core (3.12.0)
241+
rexml (3.2.6)
242+
rouge (4.2.0)
243+
rspec-core (3.12.2)
251244
rspec-support (~> 3.12.0)
252-
rspec-expectations (3.12.2)
245+
rspec-expectations (3.12.3)
253246
diff-lcs (>= 1.2.0, < 2.0)
254247
rspec-support (~> 3.12.0)
255-
rspec-mocks (3.12.3)
248+
rspec-mocks (3.12.6)
256249
diff-lcs (>= 1.2.0, < 2.0)
257250
rspec-support (~> 3.12.0)
258251
rspec-rails (4.1.2)
@@ -263,7 +256,7 @@ GEM
263256
rspec-expectations (~> 3.10)
264257
rspec-mocks (~> 3.10)
265258
rspec-support (~> 3.10)
266-
rspec-support (3.12.0)
259+
rspec-support (3.12.1)
267260
rubocop (1.31.0)
268261
parallel (~> 1.10)
269262
parser (>= 3.1.0.0)
@@ -273,10 +266,10 @@ GEM
273266
rubocop-ast (>= 1.18.0, < 2.0)
274267
ruby-progressbar (~> 1.7)
275268
unicode-display_width (>= 1.4.0, < 3.0)
276-
rubocop-ast (1.24.1)
277-
parser (>= 3.1.1.0)
278-
ruby-progressbar (1.11.0)
279-
ruby-vips (2.1.4)
269+
rubocop-ast (1.30.0)
270+
parser (>= 3.2.1.0)
271+
ruby-progressbar (1.13.0)
272+
ruby-vips (2.2.0)
280273
ffi (~> 1.12)
281274
ruby2_keywords (0.0.5)
282275
rubyzip (2.3.2)
@@ -296,7 +289,7 @@ GEM
296289
sdoc (0.4.2)
297290
json (~> 1.7, >= 1.7.7)
298291
rdoc (~> 4.0)
299-
selenium-webdriver (4.7.1)
292+
selenium-webdriver (4.15.0)
300293
rexml (~> 3.2, >= 3.2.5)
301294
rubyzip (>= 1.2.2, < 3.0)
302295
websocket (~> 1.0)
@@ -316,44 +309,42 @@ GEM
316309
spring-watcher-listen (2.0.1)
317310
listen (>= 2.7, < 4.0)
318311
spring (>= 1.2, < 3.0)
319-
sprockets (4.2.0)
312+
sprockets (4.2.1)
320313
concurrent-ruby (~> 1.0)
321314
rack (>= 2.2.4, < 4)
322315
sprockets-rails (3.2.2)
323316
actionpack (>= 4.0)
324317
activesupport (>= 4.0)
325318
sprockets (>= 3.0.0)
326-
ssrf_filter (1.1.1)
327-
thor (1.2.1)
319+
ssrf_filter (1.1.2)
320+
thor (1.3.0)
328321
thread_safe (0.3.6)
329-
tilt (2.0.11)
330-
timecop (0.9.6)
331-
timeout (0.3.1)
332-
tzinfo (1.2.10)
322+
tilt (2.3.0)
323+
timecop (0.9.8)
324+
timeout (0.4.1)
325+
tzinfo (1.2.11)
333326
thread_safe (~> 0.1)
334327
uglifier (4.2.0)
335328
execjs (>= 0.3.0, < 3)
336-
unicode-display_width (2.4.2)
329+
unicode-display_width (2.5.0)
337330
unicorn (6.1.0)
338331
kgio (~> 2.6)
339332
raindrops (~> 0.7)
340-
version_gem (1.1.1)
333+
version_gem (1.1.3)
341334
web-console (3.7.0)
342335
actionview (>= 5.0)
343336
activemodel (>= 5.0)
344337
bindex (>= 0.4.0)
345338
railties (>= 5.0)
346-
websocket (1.2.9)
339+
websocket (1.2.10)
347340
websocket-driver (0.6.5)
348341
websocket-extensions (>= 0.1.0)
349342
websocket-extensions (0.1.5)
350343
xpath (3.2.0)
351344
nokogiri (~> 1.8)
352345

353346
PLATFORMS
354-
ruby
355-
x86_64-darwin
356-
x86_64-linux
347+
arm64-darwin-22
357348

358349
DEPENDENCIES
359350
attr_encrypted
@@ -382,7 +373,6 @@ DEPENDENCIES
382373
pickadate-rails
383374
puma (~> 3.0)
384375
rails (~> 5.0.0)
385-
rails_12factor
386376
recaptcha
387377
rspec-rails
388378
rubocop
@@ -399,7 +389,7 @@ DEPENDENCIES
399389
web-console
400390

401391
RUBY VERSION
402-
ruby 2.7.7p221
392+
ruby 3.2.2p53
403393

404394
BUNDLED WITH
405-
2.4.22
395+
2.4.10

vendor/cache/addressable-2.8.5.gem

104 KB
Binary file not shown.
30.5 KB
Binary file not shown.
1.11 MB
Binary file not shown.

vendor/cache/base64-0.2.0.gem

8.5 KB
Binary file not shown.
31.5 KB
Binary file not shown.

vendor/cache/bugsnag-6.26.0.gem

59.5 KB
Binary file not shown.

vendor/cache/capybara-3.39.2.gem

373 KB
Binary file not shown.

0 commit comments

Comments
 (0)