File tree 5 files changed +23
-6
lines changed
5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 11
11
build_and_test :
12
12
working_directory : ~/cfp_app
13
13
docker :
14
- - image : cimg/ruby:3.0.4 -browsers
14
+ - image : cimg/ruby:3.1.2 -browsers
15
15
environment :
16
16
PGHOST : localhost
17
17
PGUSER : cfp_app
Original file line number Diff line number Diff line change 1
- 3.0.4
1
+ 3.1.2
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ gem 'rails', '~> 6.1.4'
10
10
gem 'mimemagic' , github : 'mimemagicrb/mimemagic' , ref : '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
11
11
gem 'mime-types-data'
12
12
gem 'mime-types'
13
+ gem 'rexml'
14
+ gem 'matrix'
15
+
16
+ # Required until Rails 7 - https://github.com/mikel/mail/pull/1472#issuecomment-1165161541
17
+ gem 'net-smtp' , require : false
18
+ # gem 'net-imap', require: false
19
+ # gem 'net-pop', require: false
13
20
14
21
gem 'pg'
15
22
@@ -20,7 +27,6 @@ gem 'jquery-datatables-rails'
20
27
gem 'jquery-rails'
21
28
gem 'jquery-ui-rails'
22
29
gem 'rails-assets-momentjs' , source : 'https://rails-assets.org'
23
- gem 'rexml'
24
30
gem 'sassc-rails'
25
31
gem 'selectize-rails'
26
32
gem 'uglifier' , '>= 1.3.0'
Original file line number Diff line number Diff line change 156
156
responders
157
157
warden (~> 1.2.3 )
158
158
diff-lcs (1.4.4 )
159
+ digest (3.1.0 )
159
160
dotenv (2.7.6 )
160
161
dotenv-rails (2.7.6 )
161
162
dotenv (= 2.7.6 )
278
279
mail (2.7.1 )
279
280
mini_mime (>= 0.1.1 )
280
281
marcel (1.0.2 )
282
+ matrix (0.4.2 )
281
283
method_source (1.0.0 )
282
284
mime-types (3.3.1 )
283
285
mime-types-data (~> 3.2015 )
291
293
multi_xml (0.6.0 )
292
294
multipart-post (2.1.1 )
293
295
nenv (0.3.0 )
296
+ net-protocol (0.1.3 )
297
+ timeout
298
+ net-smtp (0.3.1 )
299
+ digest
300
+ net-protocol
301
+ timeout
294
302
nio4r (2.5.8 )
295
303
nokogiri (1.13.6 )
296
304
mini_portile2 (~> 2.8.0 )
474
482
thor (1.2.1 )
475
483
tilt (2.0.10 )
476
484
timecop (0.9.4 )
485
+ timeout (0.3.0 )
477
486
tinymce-rails (5.10.3 )
478
487
railties (>= 3.1.1 )
479
488
tzinfo (2.0.4 )
@@ -543,9 +552,11 @@ DEPENDENCIES
543
552
jquery-rails
544
553
jquery-ui-rails
545
554
launchy
555
+ matrix
546
556
mime-types
547
557
mime-types-data
548
558
mimemagic !
559
+ net-smtp
549
560
nokogiri
550
561
omniauth-github
551
562
omniauth-rails_csrf_protection (~> 1.0 )
@@ -584,7 +595,7 @@ DEPENDENCIES
584
595
webpacker
585
596
586
597
RUBY VERSION
587
- ruby 3.0.4p208
598
+ ruby 3.1.2p20
588
599
589
600
BUNDLED WITH
590
- 2.3.11
601
+ 2.3.17
Original file line number Diff line number Diff line change 1
1
{
2
- "stack" : " heroku-20 " ,
2
+ "stack" : " heroku-22 " ,
3
3
"name" : " CFP-App" ,
4
4
"description" : " Conference call for proposal management application by Ruby Central" ,
5
5
"keywords" : [
You can’t perform that action at this time.
0 commit comments