Skip to content

Commit 61e6647

Browse files
committed
upgraded to ruby version 3.2.2
1 parent 8ca5f80 commit 61e6647

File tree

133 files changed

+78
-81
lines changed

Some content is hidden

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

133 files changed

+78
-81
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", force_ruby_platform: true
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 & 79 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
launchy (2.5.2)
133134
addressable (~> 2.8)
134135
listen (3.0.8)
@@ -138,10 +139,10 @@ GEM
138139
logstasher (0.6.5)
139140
logstash-event (~> 1.2.0)
140141
request_store
141-
loofah (2.19.1)
142+
loofah (2.22.0)
142143
crass (~> 1.0.2)
143-
nokogiri (>= 1.5.9)
144-
mail (2.8.0.1)
144+
nokogiri (>= 1.12.0)
145+
mail (2.8.1)
145146
mini_mime (>= 0.1.1)
146147
net-imap
147148
net-pop
@@ -150,22 +151,22 @@ GEM
150151
matrix (0.4.2)
151152
method_source (1.0.0)
152153
mini_magick (4.12.0)
153-
mini_mime (1.1.2)
154-
mini_portile2 (2.8.1)
155-
minitest (5.17.0)
154+
mini_mime (1.1.5)
155+
mini_portile2 (2.8.5)
156+
minitest (5.20.0)
156157
multi_xml (0.6.0)
157-
net-imap (0.3.4)
158+
net-imap (0.4.7)
158159
date
159160
net-protocol
160161
net-pop (0.1.2)
161162
net-protocol
162-
net-protocol (0.2.1)
163+
net-protocol (0.2.2)
163164
timeout
164-
net-smtp (0.3.3)
165+
net-smtp (0.4.0)
165166
net-protocol
166-
nio4r (2.5.8)
167-
nokogiri (1.14.0)
168-
mini_portile2 (~> 2.8.0)
167+
nio4r (2.7.0)
168+
nokogiri (1.15.5)
169+
mini_portile2 (~> 2.8.2)
169170
racc (~> 1.4)
170171
oauth2 (2.0.9)
171172
faraday (>= 0.17.3, < 3.0)
@@ -174,8 +175,8 @@ GEM
174175
rack (>= 1.2, < 4)
175176
snaky_hash (~> 2.0)
176177
version_gem (~> 1.1)
177-
okcomputer (1.18.4)
178-
omniauth (2.1.0)
178+
okcomputer (1.18.5)
179+
omniauth (2.1.1)
179180
hashie (>= 3.4.6)
180181
rack (>= 2.2.3)
181182
rack-protection
@@ -187,18 +188,19 @@ GEM
187188
omniauth-oauth2 (1.8.0)
188189
oauth2 (>= 1.4, < 3)
189190
omniauth (~> 2.0)
190-
parallel (1.22.1)
191-
parser (3.2.0.0)
191+
parallel (1.23.0)
192+
parser (3.2.2.4)
192193
ast (~> 2.4.1)
193-
pg (1.4.5)
194+
racc
195+
pg (1.5.4)
194196
pickadate-rails (3.5.6.0)
195197
railties (>= 3.1.0)
196-
public_suffix (5.0.1)
198+
public_suffix (5.0.4)
197199
puma (3.12.6)
198-
racc (1.6.2)
199-
rack (2.2.6.2)
200-
rack-protection (3.0.5)
201-
rack
200+
racc (1.7.3)
201+
rack (2.2.8)
202+
rack-protection (3.1.0)
203+
rack (~> 2.2, >= 2.2.4)
202204
rack-test (0.6.3)
203205
rack (>= 1.0)
204206
rails (5.0.7.2)
@@ -213,40 +215,37 @@ GEM
213215
bundler (>= 1.3.0)
214216
railties (= 5.0.7.2)
215217
sprockets-rails (>= 2.0.0)
216-
rails-dom-testing (2.0.3)
217-
activesupport (>= 4.2.0)
218+
rails-dom-testing (2.2.0)
219+
activesupport (>= 5.0.0)
220+
minitest
218221
nokogiri (>= 1.6)
219-
rails-html-sanitizer (1.4.4)
220-
loofah (~> 2.19, >= 2.19.1)
221-
rails_12factor (0.0.3)
222-
rails_serve_static_assets
223-
rails_stdout_logging
224-
rails_serve_static_assets (0.0.5)
225-
rails_stdout_logging (0.0.5)
222+
rails-html-sanitizer (1.6.0)
223+
loofah (~> 2.21)
224+
nokogiri (~> 1.14)
226225
railties (5.0.7.2)
227226
actionpack (= 5.0.7.2)
228227
activesupport (= 5.0.7.2)
229228
method_source
230229
rake (>= 0.8.7)
231230
thor (>= 0.18.1, < 2.0)
232231
rainbow (3.1.1)
233-
rake (13.0.6)
232+
rake (13.1.0)
234233
rb-fsevent (0.11.2)
235234
rb-inotify (0.10.1)
236235
ffi (~> 1.0)
237236
rdoc (4.3.0)
238-
recaptcha (5.12.3)
239-
json
240-
regexp_parser (2.6.2)
237+
recaptcha (5.16.0)
238+
regexp_parser (2.8.3)
241239
request_store (1.5.1)
242240
rack (>= 1.4)
243-
rexml (3.2.5)
244-
rspec-core (3.12.0)
241+
rexml (3.2.6)
242+
rouge (4.2.0)
243+
rspec-core (3.12.2)
245244
rspec-support (~> 3.12.0)
246-
rspec-expectations (3.12.2)
245+
rspec-expectations (3.12.3)
247246
diff-lcs (>= 1.2.0, < 2.0)
248247
rspec-support (~> 3.12.0)
249-
rspec-mocks (3.12.3)
248+
rspec-mocks (3.12.6)
250249
diff-lcs (>= 1.2.0, < 2.0)
251250
rspec-support (~> 3.12.0)
252251
rspec-rails (4.1.2)
@@ -257,7 +256,7 @@ GEM
257256
rspec-expectations (~> 3.10)
258257
rspec-mocks (~> 3.10)
259258
rspec-support (~> 3.10)
260-
rspec-support (3.12.0)
259+
rspec-support (3.12.1)
261260
rubocop (1.31.0)
262261
parallel (~> 1.10)
263262
parser (>= 3.1.0.0)
@@ -267,10 +266,10 @@ GEM
267266
rubocop-ast (>= 1.18.0, < 2.0)
268267
ruby-progressbar (~> 1.7)
269268
unicode-display_width (>= 1.4.0, < 3.0)
270-
rubocop-ast (1.24.1)
271-
parser (>= 3.1.1.0)
272-
ruby-progressbar (1.11.0)
273-
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)
274273
ffi (~> 1.12)
275274
ruby2_keywords (0.0.5)
276275
rubyzip (2.3.2)
@@ -290,7 +289,7 @@ GEM
290289
sdoc (0.4.2)
291290
json (~> 1.7, >= 1.7.7)
292291
rdoc (~> 4.0)
293-
selenium-webdriver (4.7.1)
292+
selenium-webdriver (4.15.0)
294293
rexml (~> 3.2, >= 3.2.5)
295294
rubyzip (>= 1.2.2, < 3.0)
296295
websocket (~> 1.0)
@@ -310,31 +309,31 @@ GEM
310309
spring-watcher-listen (2.0.1)
311310
listen (>= 2.7, < 4.0)
312311
spring (>= 1.2, < 3.0)
313-
sprockets (4.2.0)
312+
sprockets (4.2.1)
314313
concurrent-ruby (~> 1.0)
315314
rack (>= 2.2.4, < 4)
316315
sprockets-rails (3.2.2)
317316
actionpack (>= 4.0)
318317
activesupport (>= 4.0)
319318
sprockets (>= 3.0.0)
320-
ssrf_filter (1.1.1)
321-
thor (1.2.1)
319+
ssrf_filter (1.1.2)
320+
thor (1.3.0)
322321
thread_safe (0.3.6)
323-
tilt (2.0.11)
324-
timecop (0.9.6)
325-
timeout (0.3.1)
326-
tzinfo (1.2.10)
322+
tilt (2.3.0)
323+
timecop (0.9.8)
324+
timeout (0.4.1)
325+
tzinfo (1.2.11)
327326
thread_safe (~> 0.1)
328327
uglifier (4.2.0)
329328
execjs (>= 0.3.0, < 3)
330-
unicode-display_width (2.4.2)
331-
version_gem (1.1.1)
329+
unicode-display_width (2.5.0)
330+
version_gem (1.1.3)
332331
web-console (3.7.0)
333332
actionview (>= 5.0)
334333
activemodel (>= 5.0)
335334
bindex (>= 0.4.0)
336335
railties (>= 5.0)
337-
websocket (1.2.9)
336+
websocket (1.2.10)
338337
websocket-driver (0.6.5)
339338
websocket-extensions (>= 0.1.0)
340339
websocket-extensions (0.1.5)
@@ -373,7 +372,6 @@ DEPENDENCIES
373372
pickadate-rails
374373
puma (~> 3.0)
375374
rails (~> 5.0.0)
376-
rails_12factor
377375
recaptcha
378376
rspec-rails
379377
rubocop
@@ -389,7 +387,7 @@ DEPENDENCIES
389387
web-console
390388

391389
RUBY VERSION
392-
ruby 2.7.7p221
390+
ruby 3.2.2p53
393391

394392
BUNDLED WITH
395393
2.4.4

vendor/cache/addressable-2.8.1.gem

-104 KB
Binary file not shown.

vendor/cache/addressable-2.8.5.gem

104 KB
Binary file not shown.
-35 KB
Binary file not shown.
30.5 KB
Binary file not shown.
1.11 MB
Binary file not shown.
-1.26 MB
Binary file not shown.

vendor/cache/base64-0.2.0.gem

8.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)