File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
gem "sqlite3"
6
6
gem "debug" , ">= 1.0.0"
7
+
8
+ group :test do
9
+ gem "actionmailer" , ">= 6.0.0"
10
+ end
Original file line number Diff line number Diff line change 7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
+ actionmailer (6.1.4.1 )
11
+ actionpack (= 6.1.4.1 )
12
+ actionview (= 6.1.4.1 )
13
+ activejob (= 6.1.4.1 )
14
+ activesupport (= 6.1.4.1 )
15
+ mail (~> 2.5 , >= 2.5.4 )
16
+ rails-dom-testing (~> 2.0 )
10
17
actionpack (6.1.4.1 )
11
18
actionview (= 6.1.4.1 )
12
19
activesupport (= 6.1.4.1 )
20
27
erubi (~> 1.4 )
21
28
rails-dom-testing (~> 2.0 )
22
29
rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
30
+ activejob (6.1.4.1 )
31
+ activesupport (= 6.1.4.1 )
32
+ globalid (>= 0.3.6 )
23
33
activesupport (6.1.4.1 )
24
34
concurrent-ruby (~> 1.0 , >= 1.0.2 )
25
35
i18n (>= 1.6 , < 2 )
33
43
irb
34
44
reline (>= 0.2.7 )
35
45
erubi (1.10.0 )
46
+ globalid (1.0.0 )
47
+ activesupport (>= 5.0 )
36
48
i18n (1.8.11 )
37
49
concurrent-ruby (~> 1.0 )
38
50
io-console (0.5.9 )
41
53
loofah (2.12.0 )
42
54
crass (~> 1.0.2 )
43
55
nokogiri (>= 1.5.9 )
56
+ mail (2.7.1 )
57
+ mini_mime (>= 0.1.1 )
44
58
method_source (1.0.0 )
59
+ mini_mime (1.1.2 )
45
60
mini_portile2 (2.6.1 )
46
61
minitest (5.14.4 )
47
62
nokogiri (1.12.5 )
@@ -75,6 +90,7 @@ PLATFORMS
75
90
ruby
76
91
77
92
DEPENDENCIES
93
+ actionmailer (>= 6.0.0 )
78
94
debug (>= 1.0.0 )
79
95
sqlite3
80
96
tailwindcss-rails !
You can’t perform that action at this time.
0 commit comments