chanko 2.2.1 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/master_and_pr.yml +64 -0
  3. data/CHANGELOG.md +7 -0
  4. data/README.md +2 -2
  5. data/bin/setup +8 -0
  6. data/bin/test +7 -0
  7. data/chanko.gemspec +4 -2
  8. data/gemfiles/Gemfile_rails_5.0.rb +6 -0
  9. data/gemfiles/Gemfile_rails_5.0.rb.lock +203 -0
  10. data/gemfiles/Gemfile_rails_5.1.rb +6 -0
  11. data/gemfiles/Gemfile_rails_5.1.rb.lock +203 -0
  12. data/gemfiles/Gemfile_rails_5.2.rb +6 -0
  13. data/gemfiles/Gemfile_rails_5.2.rb.lock +209 -0
  14. data/gemfiles/Gemfile_rails_6.0.rb +8 -0
  15. data/gemfiles/Gemfile_rails_6.0.rb.lock +238 -0
  16. data/gemfiles/Gemfile_rails_6.1.rb +8 -0
  17. data/gemfiles/Gemfile_rails_6.1.rb.lock +241 -0
  18. data/lib/chanko/config.rb +18 -4
  19. data/lib/chanko/loader.rb +124 -48
  20. data/lib/chanko/railtie.rb +16 -13
  21. data/lib/chanko/resolver/no_cache_file_system_resolver.rb +13 -0
  22. data/lib/chanko/test.rb +4 -0
  23. data/lib/chanko/version.rb +1 -1
  24. data/spec/chanko/function_spec.rb +30 -4
  25. data/spec/chanko/invoker_spec.rb +2 -10
  26. data/spec/chanko/loader_spec.rb +14 -12
  27. data/spec/chanko/test_spec.rb +15 -5
  28. data/spec/controllers/application_controller_spec.rb +1 -1
  29. data/spec/dummy/app/assets/config/manifest.js +3 -0
  30. data/spec/dummy/config/application.rb +13 -0
  31. data/spec/dummy/config/boot.rb +4 -5
  32. data/spec/dummy/config/environment.rb +1 -1
  33. data/spec/dummy/config/environments/test.rb +8 -1
  34. data/spec/dummy/config/initializers/chanko_initializer.rb +0 -0
  35. data/spec/dummy/config/storage.yml +1 -0
  36. data/spec/spec_helper.rb +19 -5
  37. metadata +58 -10
  38. data/.travis.yml +0 -8
  39. data/Gemfile +0 -11
@@ -0,0 +1,209 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ chanko (2.3.0)
5
+ rails (>= 5.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.2.8.1)
11
+ actionpack (= 5.2.8.1)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailer (5.2.8.1)
15
+ actionpack (= 5.2.8.1)
16
+ actionview (= 5.2.8.1)
17
+ activejob (= 5.2.8.1)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.2.8.1)
21
+ actionview (= 5.2.8.1)
22
+ activesupport (= 5.2.8.1)
23
+ rack (~> 2.0, >= 2.0.8)
24
+ rack-test (>= 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.2.8.1)
28
+ activesupport (= 5.2.8.1)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.2.8.1)
34
+ activesupport (= 5.2.8.1)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.2.8.1)
37
+ activesupport (= 5.2.8.1)
38
+ activerecord (5.2.8.1)
39
+ activemodel (= 5.2.8.1)
40
+ activesupport (= 5.2.8.1)
41
+ arel (>= 9.0)
42
+ activestorage (5.2.8.1)
43
+ actionpack (= 5.2.8.1)
44
+ activerecord (= 5.2.8.1)
45
+ marcel (~> 1.0.0)
46
+ activesupport (5.2.8.1)
47
+ concurrent-ruby (~> 1.0, >= 1.0.2)
48
+ i18n (>= 0.7, < 2)
49
+ minitest (~> 5.1)
50
+ tzinfo (~> 1.1)
51
+ arel (9.0.0)
52
+ builder (3.2.4)
53
+ byebug (11.1.3)
54
+ coderay (1.1.3)
55
+ coffee-rails (5.0.0)
56
+ coffee-script (>= 2.2.0)
57
+ railties (>= 5.2.0)
58
+ coffee-script (2.4.1)
59
+ coffee-script-source
60
+ execjs
61
+ coffee-script-source (1.12.2)
62
+ concurrent-ruby (1.1.10)
63
+ crass (1.0.6)
64
+ daemons (1.4.1)
65
+ diff-lcs (1.5.0)
66
+ docile (1.4.0)
67
+ erubi (1.11.0)
68
+ eventmachine (1.2.7)
69
+ execjs (2.8.1)
70
+ ffi (1.15.5)
71
+ globalid (1.0.0)
72
+ activesupport (>= 5.0)
73
+ i18n (1.12.0)
74
+ concurrent-ruby (~> 1.0)
75
+ jquery-rails (4.5.1)
76
+ rails-dom-testing (>= 1, < 3)
77
+ railties (>= 4.2.0)
78
+ thor (>= 0.14, < 2.0)
79
+ loofah (2.19.0)
80
+ crass (~> 1.0.2)
81
+ nokogiri (>= 1.5.9)
82
+ mail (2.7.1)
83
+ mini_mime (>= 0.1.1)
84
+ marcel (1.0.2)
85
+ method_source (1.0.0)
86
+ mini_mime (1.1.2)
87
+ mini_portile2 (2.8.0)
88
+ minitest (5.16.3)
89
+ nio4r (2.5.8)
90
+ nokogiri (1.13.9)
91
+ mini_portile2 (~> 2.8.0)
92
+ racc (~> 1.4)
93
+ pry (0.14.1)
94
+ coderay (~> 1.1)
95
+ method_source (~> 1.0)
96
+ pry-rails (0.3.9)
97
+ pry (>= 0.10.4)
98
+ racc (1.6.0)
99
+ rack (2.2.4)
100
+ rack-test (2.0.2)
101
+ rack (>= 1.3)
102
+ rails (5.2.8.1)
103
+ actioncable (= 5.2.8.1)
104
+ actionmailer (= 5.2.8.1)
105
+ actionpack (= 5.2.8.1)
106
+ actionview (= 5.2.8.1)
107
+ activejob (= 5.2.8.1)
108
+ activemodel (= 5.2.8.1)
109
+ activerecord (= 5.2.8.1)
110
+ activestorage (= 5.2.8.1)
111
+ activesupport (= 5.2.8.1)
112
+ bundler (>= 1.3.0)
113
+ railties (= 5.2.8.1)
114
+ sprockets-rails (>= 2.0.0)
115
+ rails-dom-testing (2.0.3)
116
+ activesupport (>= 4.2.0)
117
+ nokogiri (>= 1.6)
118
+ rails-html-sanitizer (1.4.3)
119
+ loofah (~> 2.3)
120
+ railties (5.2.8.1)
121
+ actionpack (= 5.2.8.1)
122
+ activesupport (= 5.2.8.1)
123
+ method_source
124
+ rake (>= 0.8.7)
125
+ thor (>= 0.19.0, < 2.0)
126
+ rake (13.0.6)
127
+ rspec-core (3.12.0)
128
+ rspec-support (~> 3.12.0)
129
+ rspec-expectations (3.12.0)
130
+ diff-lcs (>= 1.2.0, < 2.0)
131
+ rspec-support (~> 3.12.0)
132
+ rspec-mocks (3.12.0)
133
+ diff-lcs (>= 1.2.0, < 2.0)
134
+ rspec-support (~> 3.12.0)
135
+ rspec-rails (5.1.2)
136
+ actionpack (>= 5.2)
137
+ activesupport (>= 5.2)
138
+ railties (>= 5.2)
139
+ rspec-core (~> 3.10)
140
+ rspec-expectations (~> 3.10)
141
+ rspec-mocks (~> 3.10)
142
+ rspec-support (~> 3.10)
143
+ rspec-support (3.12.0)
144
+ sass-rails (6.0.0)
145
+ sassc-rails (~> 2.1, >= 2.1.1)
146
+ sassc (2.4.0)
147
+ ffi (~> 1.9)
148
+ sassc-rails (2.1.2)
149
+ railties (>= 4.0.0)
150
+ sassc (>= 2.0)
151
+ sprockets (> 3.0)
152
+ sprockets-rails
153
+ tilt
154
+ simplecov (0.21.2)
155
+ docile (~> 1.1)
156
+ simplecov-html (~> 0.11)
157
+ simplecov_json_formatter (~> 0.1)
158
+ simplecov-html (0.12.3)
159
+ simplecov-lcov (0.8.0)
160
+ simplecov_json_formatter (0.1.4)
161
+ slim (4.1.0)
162
+ temple (>= 0.7.6, < 0.9)
163
+ tilt (>= 2.0.6, < 2.1)
164
+ sprockets (4.1.1)
165
+ concurrent-ruby (~> 1.0)
166
+ rack (> 1, < 3)
167
+ sprockets-rails (3.4.2)
168
+ actionpack (>= 5.2)
169
+ activesupport (>= 5.2)
170
+ sprockets (>= 3.0.0)
171
+ sqlite3 (1.3.13)
172
+ temple (0.8.2)
173
+ thin (1.8.1)
174
+ daemons (~> 1.0, >= 1.0.9)
175
+ eventmachine (~> 1.0, >= 1.0.4)
176
+ rack (>= 1, < 3)
177
+ thor (1.2.1)
178
+ thread_safe (0.3.6)
179
+ tilt (2.0.11)
180
+ tzinfo (1.2.10)
181
+ thread_safe (~> 0.1)
182
+ uglifier (4.2.0)
183
+ execjs (>= 0.3.0, < 3)
184
+ websocket-driver (0.7.5)
185
+ websocket-extensions (>= 0.1.0)
186
+ websocket-extensions (0.1.5)
187
+
188
+ PLATFORMS
189
+ ruby
190
+
191
+ DEPENDENCIES
192
+ byebug
193
+ chanko!
194
+ coffee-rails (>= 3.0.10)
195
+ jquery-rails
196
+ pry
197
+ pry-rails
198
+ rails (~> 5.2.0)
199
+ rspec-rails (>= 3.0.0)
200
+ sass-rails (>= 3.0.10)
201
+ simplecov
202
+ simplecov-lcov
203
+ slim
204
+ sqlite3 (~> 1.3.6)
205
+ thin
206
+ uglifier
207
+
208
+ BUNDLED WITH
209
+ 2.3.26
@@ -0,0 +1,8 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec path: '..'
4
+
5
+ gem 'rails', '~> 6.0.0'
6
+ gem 'net-smtp'
7
+ gem 'net-pop'
8
+ gem 'net-imap'
@@ -0,0 +1,238 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ chanko (2.3.0)
5
+ rails (>= 5.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.0.6)
11
+ actionpack (= 6.0.6)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.0.6)
15
+ actionpack (= 6.0.6)
16
+ activejob (= 6.0.6)
17
+ activerecord (= 6.0.6)
18
+ activestorage (= 6.0.6)
19
+ activesupport (= 6.0.6)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.6)
22
+ actionpack (= 6.0.6)
23
+ actionview (= 6.0.6)
24
+ activejob (= 6.0.6)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (6.0.6)
28
+ actionview (= 6.0.6)
29
+ activesupport (= 6.0.6)
30
+ rack (~> 2.0, >= 2.0.8)
31
+ rack-test (>= 0.6.3)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
+ actiontext (6.0.6)
35
+ actionpack (= 6.0.6)
36
+ activerecord (= 6.0.6)
37
+ activestorage (= 6.0.6)
38
+ activesupport (= 6.0.6)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.6)
41
+ activesupport (= 6.0.6)
42
+ builder (~> 3.1)
43
+ erubi (~> 1.4)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
+ activejob (6.0.6)
47
+ activesupport (= 6.0.6)
48
+ globalid (>= 0.3.6)
49
+ activemodel (6.0.6)
50
+ activesupport (= 6.0.6)
51
+ activerecord (6.0.6)
52
+ activemodel (= 6.0.6)
53
+ activesupport (= 6.0.6)
54
+ activestorage (6.0.6)
55
+ actionpack (= 6.0.6)
56
+ activejob (= 6.0.6)
57
+ activerecord (= 6.0.6)
58
+ marcel (~> 1.0)
59
+ activesupport (6.0.6)
60
+ concurrent-ruby (~> 1.0, >= 1.0.2)
61
+ i18n (>= 0.7, < 2)
62
+ minitest (~> 5.1)
63
+ tzinfo (~> 1.1)
64
+ zeitwerk (~> 2.2, >= 2.2.2)
65
+ builder (3.2.4)
66
+ byebug (11.1.3)
67
+ coderay (1.1.3)
68
+ coffee-rails (5.0.0)
69
+ coffee-script (>= 2.2.0)
70
+ railties (>= 5.2.0)
71
+ coffee-script (2.4.1)
72
+ coffee-script-source
73
+ execjs
74
+ coffee-script-source (1.12.2)
75
+ concurrent-ruby (1.1.10)
76
+ crass (1.0.6)
77
+ daemons (1.4.1)
78
+ diff-lcs (1.5.0)
79
+ docile (1.4.0)
80
+ erubi (1.11.0)
81
+ eventmachine (1.2.7)
82
+ execjs (2.8.1)
83
+ ffi (1.15.5)
84
+ globalid (1.0.0)
85
+ activesupport (>= 5.0)
86
+ i18n (1.12.0)
87
+ concurrent-ruby (~> 1.0)
88
+ jquery-rails (4.5.1)
89
+ rails-dom-testing (>= 1, < 3)
90
+ railties (>= 4.2.0)
91
+ thor (>= 0.14, < 2.0)
92
+ loofah (2.19.0)
93
+ crass (~> 1.0.2)
94
+ nokogiri (>= 1.5.9)
95
+ mail (2.7.1)
96
+ mini_mime (>= 0.1.1)
97
+ marcel (1.0.2)
98
+ method_source (1.0.0)
99
+ mini_mime (1.1.2)
100
+ mini_portile2 (2.8.0)
101
+ minitest (5.16.3)
102
+ net-imap (0.3.1)
103
+ net-protocol
104
+ net-pop (0.1.2)
105
+ net-protocol
106
+ net-protocol (0.1.3)
107
+ timeout
108
+ net-smtp (0.3.3)
109
+ net-protocol
110
+ nio4r (2.5.8)
111
+ nokogiri (1.13.9)
112
+ mini_portile2 (~> 2.8.0)
113
+ racc (~> 1.4)
114
+ pry (0.14.1)
115
+ coderay (~> 1.1)
116
+ method_source (~> 1.0)
117
+ pry-rails (0.3.9)
118
+ pry (>= 0.10.4)
119
+ racc (1.6.0)
120
+ rack (2.2.4)
121
+ rack-test (2.0.2)
122
+ rack (>= 1.3)
123
+ rails (6.0.6)
124
+ actioncable (= 6.0.6)
125
+ actionmailbox (= 6.0.6)
126
+ actionmailer (= 6.0.6)
127
+ actionpack (= 6.0.6)
128
+ actiontext (= 6.0.6)
129
+ actionview (= 6.0.6)
130
+ activejob (= 6.0.6)
131
+ activemodel (= 6.0.6)
132
+ activerecord (= 6.0.6)
133
+ activestorage (= 6.0.6)
134
+ activesupport (= 6.0.6)
135
+ bundler (>= 1.3.0)
136
+ railties (= 6.0.6)
137
+ sprockets-rails (>= 2.0.0)
138
+ rails-dom-testing (2.0.3)
139
+ activesupport (>= 4.2.0)
140
+ nokogiri (>= 1.6)
141
+ rails-html-sanitizer (1.4.3)
142
+ loofah (~> 2.3)
143
+ railties (6.0.6)
144
+ actionpack (= 6.0.6)
145
+ activesupport (= 6.0.6)
146
+ method_source
147
+ rake (>= 0.8.7)
148
+ thor (>= 0.20.3, < 2.0)
149
+ rake (13.0.6)
150
+ rspec-core (3.12.0)
151
+ rspec-support (~> 3.12.0)
152
+ rspec-expectations (3.12.0)
153
+ diff-lcs (>= 1.2.0, < 2.0)
154
+ rspec-support (~> 3.12.0)
155
+ rspec-mocks (3.12.0)
156
+ diff-lcs (>= 1.2.0, < 2.0)
157
+ rspec-support (~> 3.12.0)
158
+ rspec-rails (5.1.2)
159
+ actionpack (>= 5.2)
160
+ activesupport (>= 5.2)
161
+ railties (>= 5.2)
162
+ rspec-core (~> 3.10)
163
+ rspec-expectations (~> 3.10)
164
+ rspec-mocks (~> 3.10)
165
+ rspec-support (~> 3.10)
166
+ rspec-support (3.12.0)
167
+ sass-rails (6.0.0)
168
+ sassc-rails (~> 2.1, >= 2.1.1)
169
+ sassc (2.4.0)
170
+ ffi (~> 1.9)
171
+ sassc-rails (2.1.2)
172
+ railties (>= 4.0.0)
173
+ sassc (>= 2.0)
174
+ sprockets (> 3.0)
175
+ sprockets-rails
176
+ tilt
177
+ simplecov (0.21.2)
178
+ docile (~> 1.1)
179
+ simplecov-html (~> 0.11)
180
+ simplecov_json_formatter (~> 0.1)
181
+ simplecov-html (0.12.3)
182
+ simplecov-lcov (0.8.0)
183
+ simplecov_json_formatter (0.1.4)
184
+ slim (4.1.0)
185
+ temple (>= 0.7.6, < 0.9)
186
+ tilt (>= 2.0.6, < 2.1)
187
+ sprockets (4.1.1)
188
+ concurrent-ruby (~> 1.0)
189
+ rack (> 1, < 3)
190
+ sprockets-rails (3.4.2)
191
+ actionpack (>= 5.2)
192
+ activesupport (>= 5.2)
193
+ sprockets (>= 3.0.0)
194
+ sqlite3 (1.5.4)
195
+ mini_portile2 (~> 2.8.0)
196
+ temple (0.8.2)
197
+ thin (1.8.1)
198
+ daemons (~> 1.0, >= 1.0.9)
199
+ eventmachine (~> 1.0, >= 1.0.4)
200
+ rack (>= 1, < 3)
201
+ thor (1.2.1)
202
+ thread_safe (0.3.6)
203
+ tilt (2.0.11)
204
+ timeout (0.3.0)
205
+ tzinfo (1.2.10)
206
+ thread_safe (~> 0.1)
207
+ uglifier (4.2.0)
208
+ execjs (>= 0.3.0, < 3)
209
+ websocket-driver (0.7.5)
210
+ websocket-extensions (>= 0.1.0)
211
+ websocket-extensions (0.1.5)
212
+ zeitwerk (2.6.6)
213
+
214
+ PLATFORMS
215
+ ruby
216
+
217
+ DEPENDENCIES
218
+ byebug
219
+ chanko!
220
+ coffee-rails (>= 3.0.10)
221
+ jquery-rails
222
+ net-imap
223
+ net-pop
224
+ net-smtp
225
+ pry
226
+ pry-rails
227
+ rails (~> 6.0.0)
228
+ rspec-rails (>= 3.0.0)
229
+ sass-rails (>= 3.0.10)
230
+ simplecov
231
+ simplecov-lcov
232
+ slim
233
+ sqlite3
234
+ thin
235
+ uglifier
236
+
237
+ BUNDLED WITH
238
+ 2.3.26
@@ -0,0 +1,8 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec path: '..'
4
+
5
+ gem 'rails', '~> 6.1.0'
6
+ gem 'net-smtp'
7
+ gem 'net-pop'
8
+ gem 'net-imap'
@@ -0,0 +1,241 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ chanko (2.3.0)
5
+ rails (>= 5.0.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.1.7)
11
+ actionpack (= 6.1.7)
12
+ activesupport (= 6.1.7)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.1.7)
16
+ actionpack (= 6.1.7)
17
+ activejob (= 6.1.7)
18
+ activerecord (= 6.1.7)
19
+ activestorage (= 6.1.7)
20
+ activesupport (= 6.1.7)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.1.7)
23
+ actionpack (= 6.1.7)
24
+ actionview (= 6.1.7)
25
+ activejob (= 6.1.7)
26
+ activesupport (= 6.1.7)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.1.7)
30
+ actionview (= 6.1.7)
31
+ activesupport (= 6.1.7)
32
+ rack (~> 2.0, >= 2.0.9)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.1.7)
37
+ actionpack (= 6.1.7)
38
+ activerecord (= 6.1.7)
39
+ activestorage (= 6.1.7)
40
+ activesupport (= 6.1.7)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.1.7)
43
+ activesupport (= 6.1.7)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.1.7)
49
+ activesupport (= 6.1.7)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.1.7)
52
+ activesupport (= 6.1.7)
53
+ activerecord (6.1.7)
54
+ activemodel (= 6.1.7)
55
+ activesupport (= 6.1.7)
56
+ activestorage (6.1.7)
57
+ actionpack (= 6.1.7)
58
+ activejob (= 6.1.7)
59
+ activerecord (= 6.1.7)
60
+ activesupport (= 6.1.7)
61
+ marcel (~> 1.0)
62
+ mini_mime (>= 1.1.0)
63
+ activesupport (6.1.7)
64
+ concurrent-ruby (~> 1.0, >= 1.0.2)
65
+ i18n (>= 1.6, < 2)
66
+ minitest (>= 5.1)
67
+ tzinfo (~> 2.0)
68
+ zeitwerk (~> 2.3)
69
+ builder (3.2.4)
70
+ byebug (11.1.3)
71
+ coderay (1.1.3)
72
+ coffee-rails (5.0.0)
73
+ coffee-script (>= 2.2.0)
74
+ railties (>= 5.2.0)
75
+ coffee-script (2.4.1)
76
+ coffee-script-source
77
+ execjs
78
+ coffee-script-source (1.12.2)
79
+ concurrent-ruby (1.1.10)
80
+ crass (1.0.6)
81
+ daemons (1.4.1)
82
+ diff-lcs (1.5.0)
83
+ docile (1.4.0)
84
+ erubi (1.11.0)
85
+ eventmachine (1.2.7)
86
+ execjs (2.8.1)
87
+ ffi (1.15.5)
88
+ globalid (1.0.0)
89
+ activesupport (>= 5.0)
90
+ i18n (1.12.0)
91
+ concurrent-ruby (~> 1.0)
92
+ jquery-rails (4.5.1)
93
+ rails-dom-testing (>= 1, < 3)
94
+ railties (>= 4.2.0)
95
+ thor (>= 0.14, < 2.0)
96
+ loofah (2.19.0)
97
+ crass (~> 1.0.2)
98
+ nokogiri (>= 1.5.9)
99
+ mail (2.7.1)
100
+ mini_mime (>= 0.1.1)
101
+ marcel (1.0.2)
102
+ method_source (1.0.0)
103
+ mini_mime (1.1.2)
104
+ mini_portile2 (2.8.0)
105
+ minitest (5.16.3)
106
+ net-imap (0.3.1)
107
+ net-protocol
108
+ net-pop (0.1.2)
109
+ net-protocol
110
+ net-protocol (0.1.3)
111
+ timeout
112
+ net-smtp (0.3.3)
113
+ net-protocol
114
+ nio4r (2.5.8)
115
+ nokogiri (1.13.9)
116
+ mini_portile2 (~> 2.8.0)
117
+ racc (~> 1.4)
118
+ pry (0.14.1)
119
+ coderay (~> 1.1)
120
+ method_source (~> 1.0)
121
+ pry-rails (0.3.9)
122
+ pry (>= 0.10.4)
123
+ racc (1.6.0)
124
+ rack (2.2.4)
125
+ rack-test (2.0.2)
126
+ rack (>= 1.3)
127
+ rails (6.1.7)
128
+ actioncable (= 6.1.7)
129
+ actionmailbox (= 6.1.7)
130
+ actionmailer (= 6.1.7)
131
+ actionpack (= 6.1.7)
132
+ actiontext (= 6.1.7)
133
+ actionview (= 6.1.7)
134
+ activejob (= 6.1.7)
135
+ activemodel (= 6.1.7)
136
+ activerecord (= 6.1.7)
137
+ activestorage (= 6.1.7)
138
+ activesupport (= 6.1.7)
139
+ bundler (>= 1.15.0)
140
+ railties (= 6.1.7)
141
+ sprockets-rails (>= 2.0.0)
142
+ rails-dom-testing (2.0.3)
143
+ activesupport (>= 4.2.0)
144
+ nokogiri (>= 1.6)
145
+ rails-html-sanitizer (1.4.3)
146
+ loofah (~> 2.3)
147
+ railties (6.1.7)
148
+ actionpack (= 6.1.7)
149
+ activesupport (= 6.1.7)
150
+ method_source
151
+ rake (>= 12.2)
152
+ thor (~> 1.0)
153
+ rake (13.0.6)
154
+ rspec-core (3.12.0)
155
+ rspec-support (~> 3.12.0)
156
+ rspec-expectations (3.12.0)
157
+ diff-lcs (>= 1.2.0, < 2.0)
158
+ rspec-support (~> 3.12.0)
159
+ rspec-mocks (3.12.0)
160
+ diff-lcs (>= 1.2.0, < 2.0)
161
+ rspec-support (~> 3.12.0)
162
+ rspec-rails (6.0.1)
163
+ actionpack (>= 6.1)
164
+ activesupport (>= 6.1)
165
+ railties (>= 6.1)
166
+ rspec-core (~> 3.11)
167
+ rspec-expectations (~> 3.11)
168
+ rspec-mocks (~> 3.11)
169
+ rspec-support (~> 3.11)
170
+ rspec-support (3.12.0)
171
+ sass-rails (6.0.0)
172
+ sassc-rails (~> 2.1, >= 2.1.1)
173
+ sassc (2.4.0)
174
+ ffi (~> 1.9)
175
+ sassc-rails (2.1.2)
176
+ railties (>= 4.0.0)
177
+ sassc (>= 2.0)
178
+ sprockets (> 3.0)
179
+ sprockets-rails
180
+ tilt
181
+ simplecov (0.21.2)
182
+ docile (~> 1.1)
183
+ simplecov-html (~> 0.11)
184
+ simplecov_json_formatter (~> 0.1)
185
+ simplecov-html (0.12.3)
186
+ simplecov-lcov (0.8.0)
187
+ simplecov_json_formatter (0.1.4)
188
+ slim (4.1.0)
189
+ temple (>= 0.7.6, < 0.9)
190
+ tilt (>= 2.0.6, < 2.1)
191
+ sprockets (4.1.1)
192
+ concurrent-ruby (~> 1.0)
193
+ rack (> 1, < 3)
194
+ sprockets-rails (3.4.2)
195
+ actionpack (>= 5.2)
196
+ activesupport (>= 5.2)
197
+ sprockets (>= 3.0.0)
198
+ sqlite3 (1.5.4)
199
+ mini_portile2 (~> 2.8.0)
200
+ temple (0.8.2)
201
+ thin (1.8.1)
202
+ daemons (~> 1.0, >= 1.0.9)
203
+ eventmachine (~> 1.0, >= 1.0.4)
204
+ rack (>= 1, < 3)
205
+ thor (1.2.1)
206
+ tilt (2.0.11)
207
+ timeout (0.3.0)
208
+ tzinfo (2.0.5)
209
+ concurrent-ruby (~> 1.0)
210
+ uglifier (4.2.0)
211
+ execjs (>= 0.3.0, < 3)
212
+ websocket-driver (0.7.5)
213
+ websocket-extensions (>= 0.1.0)
214
+ websocket-extensions (0.1.5)
215
+ zeitwerk (2.6.6)
216
+
217
+ PLATFORMS
218
+ ruby
219
+
220
+ DEPENDENCIES
221
+ byebug
222
+ chanko!
223
+ coffee-rails (>= 3.0.10)
224
+ jquery-rails
225
+ net-imap
226
+ net-pop
227
+ net-smtp
228
+ pry
229
+ pry-rails
230
+ rails (~> 6.1.0)
231
+ rspec-rails (>= 3.0.0)
232
+ sass-rails (>= 3.0.10)
233
+ simplecov
234
+ simplecov-lcov
235
+ slim
236
+ sqlite3
237
+ thin
238
+ uglifier
239
+
240
+ BUNDLED WITH
241
+ 2.3.26