simple_calendar 3.0.2 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +3 -2
- data/.github/workflows/publish_gem.yml +22 -0
- data/.standard.yml +1 -0
- data/Appraisals +4 -0
- data/Gemfile.lock +142 -112
- data/README.md +1 -1
- data/bin/rails +1 -1
- data/gemfiles/rails_6_1.gemfile.lock +101 -103
- data/gemfiles/rails_7_0.gemfile.lock +100 -101
- data/gemfiles/rails_7_1.gemfile +12 -0
- data/gemfiles/rails_7_1.gemfile.lock +264 -0
- data/gemfiles/rails_main.gemfile.lock +122 -122
- data/lib/simple_calendar/version.rb +1 -1
- data/test/dummy/app/calendars/business_week_calendar.rb +2 -2
- data/test/integrations/custom_calendar_test.rb +2 -0
- data/test/test_helper.rb +7 -4
- metadata +10 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/thoughtbot/appraisal.git
|
3
|
-
revision:
|
3
|
+
revision: f5e31c48a1dda036a2c13663fad1b657a0953f5d
|
4
4
|
specs:
|
5
5
|
appraisal (2.5.0)
|
6
6
|
bundler
|
@@ -10,87 +10,86 @@ GIT
|
|
10
10
|
PATH
|
11
11
|
remote: ..
|
12
12
|
specs:
|
13
|
-
simple_calendar (3.0.
|
13
|
+
simple_calendar (3.0.3)
|
14
14
|
rails (>= 6.1)
|
15
15
|
|
16
16
|
GEM
|
17
17
|
remote: http://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (6.1.7.
|
20
|
-
actionpack (= 6.1.7.
|
21
|
-
activesupport (= 6.1.7.
|
19
|
+
actioncable (6.1.7.7)
|
20
|
+
actionpack (= 6.1.7.7)
|
21
|
+
activesupport (= 6.1.7.7)
|
22
22
|
nio4r (~> 2.0)
|
23
23
|
websocket-driver (>= 0.6.1)
|
24
|
-
actionmailbox (6.1.7.
|
25
|
-
actionpack (= 6.1.7.
|
26
|
-
activejob (= 6.1.7.
|
27
|
-
activerecord (= 6.1.7.
|
28
|
-
activestorage (= 6.1.7.
|
29
|
-
activesupport (= 6.1.7.
|
24
|
+
actionmailbox (6.1.7.7)
|
25
|
+
actionpack (= 6.1.7.7)
|
26
|
+
activejob (= 6.1.7.7)
|
27
|
+
activerecord (= 6.1.7.7)
|
28
|
+
activestorage (= 6.1.7.7)
|
29
|
+
activesupport (= 6.1.7.7)
|
30
30
|
mail (>= 2.7.1)
|
31
|
-
actionmailer (6.1.7.
|
32
|
-
actionpack (= 6.1.7.
|
33
|
-
actionview (= 6.1.7.
|
34
|
-
activejob (= 6.1.7.
|
35
|
-
activesupport (= 6.1.7.
|
31
|
+
actionmailer (6.1.7.7)
|
32
|
+
actionpack (= 6.1.7.7)
|
33
|
+
actionview (= 6.1.7.7)
|
34
|
+
activejob (= 6.1.7.7)
|
35
|
+
activesupport (= 6.1.7.7)
|
36
36
|
mail (~> 2.5, >= 2.5.4)
|
37
37
|
rails-dom-testing (~> 2.0)
|
38
|
-
actionpack (6.1.7.
|
39
|
-
actionview (= 6.1.7.
|
40
|
-
activesupport (= 6.1.7.
|
38
|
+
actionpack (6.1.7.7)
|
39
|
+
actionview (= 6.1.7.7)
|
40
|
+
activesupport (= 6.1.7.7)
|
41
41
|
rack (~> 2.0, >= 2.0.9)
|
42
42
|
rack-test (>= 0.6.3)
|
43
43
|
rails-dom-testing (~> 2.0)
|
44
44
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
45
|
-
actiontext (6.1.7.
|
46
|
-
actionpack (= 6.1.7.
|
47
|
-
activerecord (= 6.1.7.
|
48
|
-
activestorage (= 6.1.7.
|
49
|
-
activesupport (= 6.1.7.
|
45
|
+
actiontext (6.1.7.7)
|
46
|
+
actionpack (= 6.1.7.7)
|
47
|
+
activerecord (= 6.1.7.7)
|
48
|
+
activestorage (= 6.1.7.7)
|
49
|
+
activesupport (= 6.1.7.7)
|
50
50
|
nokogiri (>= 1.8.5)
|
51
|
-
actionview (6.1.7.
|
52
|
-
activesupport (= 6.1.7.
|
51
|
+
actionview (6.1.7.7)
|
52
|
+
activesupport (= 6.1.7.7)
|
53
53
|
builder (~> 3.1)
|
54
54
|
erubi (~> 1.4)
|
55
55
|
rails-dom-testing (~> 2.0)
|
56
56
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
57
|
-
activejob (6.1.7.
|
58
|
-
activesupport (= 6.1.7.
|
57
|
+
activejob (6.1.7.7)
|
58
|
+
activesupport (= 6.1.7.7)
|
59
59
|
globalid (>= 0.3.6)
|
60
|
-
activemodel (6.1.7.
|
61
|
-
activesupport (= 6.1.7.
|
62
|
-
activerecord (6.1.7.
|
63
|
-
activemodel (= 6.1.7.
|
64
|
-
activesupport (= 6.1.7.
|
65
|
-
activestorage (6.1.7.
|
66
|
-
actionpack (= 6.1.7.
|
67
|
-
activejob (= 6.1.7.
|
68
|
-
activerecord (= 6.1.7.
|
69
|
-
activesupport (= 6.1.7.
|
60
|
+
activemodel (6.1.7.7)
|
61
|
+
activesupport (= 6.1.7.7)
|
62
|
+
activerecord (6.1.7.7)
|
63
|
+
activemodel (= 6.1.7.7)
|
64
|
+
activesupport (= 6.1.7.7)
|
65
|
+
activestorage (6.1.7.7)
|
66
|
+
actionpack (= 6.1.7.7)
|
67
|
+
activejob (= 6.1.7.7)
|
68
|
+
activerecord (= 6.1.7.7)
|
69
|
+
activesupport (= 6.1.7.7)
|
70
70
|
marcel (~> 1.0)
|
71
71
|
mini_mime (>= 1.1.0)
|
72
|
-
activesupport (6.1.7.
|
72
|
+
activesupport (6.1.7.7)
|
73
73
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
74
74
|
i18n (>= 1.6, < 2)
|
75
75
|
minitest (>= 5.1)
|
76
76
|
tzinfo (~> 2.0)
|
77
77
|
zeitwerk (~> 2.3)
|
78
78
|
ast (2.4.2)
|
79
|
-
base64 (0.1.1)
|
80
79
|
bindex (0.8.1)
|
81
80
|
builder (3.2.4)
|
82
|
-
concurrent-ruby (1.2.
|
81
|
+
concurrent-ruby (1.2.3)
|
83
82
|
crass (1.0.6)
|
84
|
-
date (3.3.
|
83
|
+
date (3.3.4)
|
85
84
|
erubi (1.12.0)
|
86
|
-
globalid (1.1
|
87
|
-
activesupport (>=
|
88
|
-
i18n (1.14.
|
85
|
+
globalid (1.2.1)
|
86
|
+
activesupport (>= 6.1)
|
87
|
+
i18n (1.14.4)
|
89
88
|
concurrent-ruby (~> 1.0)
|
90
|
-
json (2.
|
89
|
+
json (2.7.1)
|
91
90
|
language_server-protocol (3.17.0.3)
|
92
91
|
lint_roller (1.1.0)
|
93
|
-
loofah (2.
|
92
|
+
loofah (2.22.0)
|
94
93
|
crass (~> 1.0.2)
|
95
94
|
nokogiri (>= 1.12.0)
|
96
95
|
mail (2.8.1)
|
@@ -98,52 +97,52 @@ GEM
|
|
98
97
|
net-imap
|
99
98
|
net-pop
|
100
99
|
net-smtp
|
101
|
-
marcel (1.0.
|
100
|
+
marcel (1.0.4)
|
102
101
|
method_source (1.0.0)
|
103
102
|
mini_mime (1.1.5)
|
104
|
-
mini_portile2 (2.8.
|
105
|
-
minitest (5.
|
106
|
-
net-imap (0.
|
103
|
+
mini_portile2 (2.8.5)
|
104
|
+
minitest (5.22.3)
|
105
|
+
net-imap (0.4.10)
|
107
106
|
date
|
108
107
|
net-protocol
|
109
108
|
net-pop (0.1.2)
|
110
109
|
net-protocol
|
111
|
-
net-protocol (0.2.
|
110
|
+
net-protocol (0.2.2)
|
112
111
|
timeout
|
113
|
-
net-smtp (0.
|
112
|
+
net-smtp (0.5.0)
|
114
113
|
net-protocol
|
115
|
-
nio4r (2.
|
116
|
-
nokogiri (1.
|
114
|
+
nio4r (2.7.1)
|
115
|
+
nokogiri (1.16.3)
|
117
116
|
mini_portile2 (~> 2.8.2)
|
118
117
|
racc (~> 1.4)
|
119
|
-
nokogiri (1.
|
118
|
+
nokogiri (1.16.3-x86_64-darwin)
|
120
119
|
racc (~> 1.4)
|
121
|
-
nokogiri (1.
|
120
|
+
nokogiri (1.16.3-x86_64-linux)
|
122
121
|
racc (~> 1.4)
|
123
|
-
parallel (1.
|
124
|
-
parser (3.
|
122
|
+
parallel (1.24.0)
|
123
|
+
parser (3.3.0.5)
|
125
124
|
ast (~> 2.4.1)
|
126
125
|
racc
|
127
|
-
puma (6.
|
126
|
+
puma (6.4.2)
|
128
127
|
nio4r (~> 2.0)
|
129
|
-
racc (1.7.
|
130
|
-
rack (2.2.
|
128
|
+
racc (1.7.3)
|
129
|
+
rack (2.2.9)
|
131
130
|
rack-test (2.1.0)
|
132
131
|
rack (>= 1.3)
|
133
|
-
rails (6.1.7.
|
134
|
-
actioncable (= 6.1.7.
|
135
|
-
actionmailbox (= 6.1.7.
|
136
|
-
actionmailer (= 6.1.7.
|
137
|
-
actionpack (= 6.1.7.
|
138
|
-
actiontext (= 6.1.7.
|
139
|
-
actionview (= 6.1.7.
|
140
|
-
activejob (= 6.1.7.
|
141
|
-
activemodel (= 6.1.7.
|
142
|
-
activerecord (= 6.1.7.
|
143
|
-
activestorage (= 6.1.7.
|
144
|
-
activesupport (= 6.1.7.
|
132
|
+
rails (6.1.7.7)
|
133
|
+
actioncable (= 6.1.7.7)
|
134
|
+
actionmailbox (= 6.1.7.7)
|
135
|
+
actionmailer (= 6.1.7.7)
|
136
|
+
actionpack (= 6.1.7.7)
|
137
|
+
actiontext (= 6.1.7.7)
|
138
|
+
actionview (= 6.1.7.7)
|
139
|
+
activejob (= 6.1.7.7)
|
140
|
+
activemodel (= 6.1.7.7)
|
141
|
+
activerecord (= 6.1.7.7)
|
142
|
+
activestorage (= 6.1.7.7)
|
143
|
+
activesupport (= 6.1.7.7)
|
145
144
|
bundler (>= 1.15.0)
|
146
|
-
railties (= 6.1.7.
|
145
|
+
railties (= 6.1.7.7)
|
147
146
|
sprockets-rails (>= 2.0.0)
|
148
147
|
rails-dom-testing (2.2.0)
|
149
148
|
activesupport (>= 5.0.0)
|
@@ -152,63 +151,62 @@ GEM
|
|
152
151
|
rails-html-sanitizer (1.6.0)
|
153
152
|
loofah (~> 2.21)
|
154
153
|
nokogiri (~> 1.14)
|
155
|
-
railties (6.1.7.
|
156
|
-
actionpack (= 6.1.7.
|
157
|
-
activesupport (= 6.1.7.
|
154
|
+
railties (6.1.7.7)
|
155
|
+
actionpack (= 6.1.7.7)
|
156
|
+
activesupport (= 6.1.7.7)
|
158
157
|
method_source
|
159
158
|
rake (>= 12.2)
|
160
159
|
thor (~> 1.0)
|
161
160
|
rainbow (3.1.1)
|
162
|
-
rake (13.0
|
163
|
-
regexp_parser (2.
|
161
|
+
rake (13.1.0)
|
162
|
+
regexp_parser (2.9.0)
|
164
163
|
rexml (3.2.6)
|
165
|
-
rubocop (1.
|
166
|
-
base64 (~> 0.1.1)
|
164
|
+
rubocop (1.62.1)
|
167
165
|
json (~> 2.3)
|
168
166
|
language_server-protocol (>= 3.17.0)
|
169
167
|
parallel (~> 1.10)
|
170
|
-
parser (>= 3.
|
168
|
+
parser (>= 3.3.0.2)
|
171
169
|
rainbow (>= 2.2.2, < 4.0)
|
172
170
|
regexp_parser (>= 1.8, < 3.0)
|
173
171
|
rexml (>= 3.2.5, < 4.0)
|
174
|
-
rubocop-ast (>= 1.
|
172
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
175
173
|
ruby-progressbar (~> 1.7)
|
176
174
|
unicode-display_width (>= 2.4.0, < 3.0)
|
177
|
-
rubocop-ast (1.
|
178
|
-
parser (>= 3.
|
179
|
-
rubocop-performance (1.
|
180
|
-
rubocop (>= 1.
|
181
|
-
rubocop-ast (>=
|
175
|
+
rubocop-ast (1.31.2)
|
176
|
+
parser (>= 3.3.0.4)
|
177
|
+
rubocop-performance (1.20.2)
|
178
|
+
rubocop (>= 1.48.1, < 2.0)
|
179
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
182
180
|
ruby-progressbar (1.13.0)
|
183
|
-
sprockets (4.2.
|
181
|
+
sprockets (4.2.1)
|
184
182
|
concurrent-ruby (~> 1.0)
|
185
183
|
rack (>= 2.2.4, < 4)
|
186
184
|
sprockets-rails (3.4.2)
|
187
185
|
actionpack (>= 5.2)
|
188
186
|
activesupport (>= 5.2)
|
189
187
|
sprockets (>= 3.0.0)
|
190
|
-
sqlite3 (1.
|
188
|
+
sqlite3 (1.7.3)
|
191
189
|
mini_portile2 (~> 2.8.0)
|
192
|
-
sqlite3 (1.
|
193
|
-
sqlite3 (1.
|
194
|
-
standard (1.
|
190
|
+
sqlite3 (1.7.3-x86_64-darwin)
|
191
|
+
sqlite3 (1.7.3-x86_64-linux)
|
192
|
+
standard (1.35.1)
|
195
193
|
language_server-protocol (~> 3.17.0.2)
|
196
194
|
lint_roller (~> 1.0)
|
197
|
-
rubocop (~> 1.
|
195
|
+
rubocop (~> 1.62.0)
|
198
196
|
standard-custom (~> 1.0.0)
|
199
|
-
standard-performance (~> 1.
|
197
|
+
standard-performance (~> 1.3)
|
200
198
|
standard-custom (1.0.2)
|
201
199
|
lint_roller (~> 1.0)
|
202
200
|
rubocop (~> 1.50)
|
203
|
-
standard-performance (1.
|
201
|
+
standard-performance (1.3.1)
|
204
202
|
lint_roller (~> 1.1)
|
205
|
-
rubocop-performance (~> 1.
|
206
|
-
thor (1.
|
207
|
-
timeout (0.4.
|
203
|
+
rubocop-performance (~> 1.20.2)
|
204
|
+
thor (1.3.1)
|
205
|
+
timeout (0.4.1)
|
208
206
|
tzinfo (2.0.6)
|
209
207
|
concurrent-ruby (~> 1.0)
|
210
|
-
unicode-display_width (2.
|
211
|
-
web-console (4.2.
|
208
|
+
unicode-display_width (2.5.0)
|
209
|
+
web-console (4.2.1)
|
212
210
|
actionview (>= 6.0.0)
|
213
211
|
activemodel (>= 6.0.0)
|
214
212
|
bindex (>= 0.4.0)
|
@@ -216,7 +214,7 @@ GEM
|
|
216
214
|
websocket-driver (0.7.6)
|
217
215
|
websocket-extensions (>= 0.1.0)
|
218
216
|
websocket-extensions (0.1.5)
|
219
|
-
zeitwerk (2.6.
|
217
|
+
zeitwerk (2.6.13)
|
220
218
|
|
221
219
|
PLATFORMS
|
222
220
|
ruby
|
@@ -1,6 +1,6 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/thoughtbot/appraisal.git
|
3
|
-
revision:
|
3
|
+
revision: f5e31c48a1dda036a2c13663fad1b657a0953f5d
|
4
4
|
specs:
|
5
5
|
appraisal (2.5.0)
|
6
6
|
bundler
|
@@ -10,93 +10,92 @@ GIT
|
|
10
10
|
PATH
|
11
11
|
remote: ..
|
12
12
|
specs:
|
13
|
-
simple_calendar (3.0.
|
13
|
+
simple_calendar (3.0.3)
|
14
14
|
rails (>= 6.1)
|
15
15
|
|
16
16
|
GEM
|
17
17
|
remote: http://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (7.0.
|
20
|
-
actionpack (= 7.0.
|
21
|
-
activesupport (= 7.0.
|
19
|
+
actioncable (7.0.8.1)
|
20
|
+
actionpack (= 7.0.8.1)
|
21
|
+
activesupport (= 7.0.8.1)
|
22
22
|
nio4r (~> 2.0)
|
23
23
|
websocket-driver (>= 0.6.1)
|
24
|
-
actionmailbox (7.0.
|
25
|
-
actionpack (= 7.0.
|
26
|
-
activejob (= 7.0.
|
27
|
-
activerecord (= 7.0.
|
28
|
-
activestorage (= 7.0.
|
29
|
-
activesupport (= 7.0.
|
24
|
+
actionmailbox (7.0.8.1)
|
25
|
+
actionpack (= 7.0.8.1)
|
26
|
+
activejob (= 7.0.8.1)
|
27
|
+
activerecord (= 7.0.8.1)
|
28
|
+
activestorage (= 7.0.8.1)
|
29
|
+
activesupport (= 7.0.8.1)
|
30
30
|
mail (>= 2.7.1)
|
31
31
|
net-imap
|
32
32
|
net-pop
|
33
33
|
net-smtp
|
34
|
-
actionmailer (7.0.
|
35
|
-
actionpack (= 7.0.
|
36
|
-
actionview (= 7.0.
|
37
|
-
activejob (= 7.0.
|
38
|
-
activesupport (= 7.0.
|
34
|
+
actionmailer (7.0.8.1)
|
35
|
+
actionpack (= 7.0.8.1)
|
36
|
+
actionview (= 7.0.8.1)
|
37
|
+
activejob (= 7.0.8.1)
|
38
|
+
activesupport (= 7.0.8.1)
|
39
39
|
mail (~> 2.5, >= 2.5.4)
|
40
40
|
net-imap
|
41
41
|
net-pop
|
42
42
|
net-smtp
|
43
43
|
rails-dom-testing (~> 2.0)
|
44
|
-
actionpack (7.0.
|
45
|
-
actionview (= 7.0.
|
46
|
-
activesupport (= 7.0.
|
44
|
+
actionpack (7.0.8.1)
|
45
|
+
actionview (= 7.0.8.1)
|
46
|
+
activesupport (= 7.0.8.1)
|
47
47
|
rack (~> 2.0, >= 2.2.4)
|
48
48
|
rack-test (>= 0.6.3)
|
49
49
|
rails-dom-testing (~> 2.0)
|
50
50
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
51
|
-
actiontext (7.0.
|
52
|
-
actionpack (= 7.0.
|
53
|
-
activerecord (= 7.0.
|
54
|
-
activestorage (= 7.0.
|
55
|
-
activesupport (= 7.0.
|
51
|
+
actiontext (7.0.8.1)
|
52
|
+
actionpack (= 7.0.8.1)
|
53
|
+
activerecord (= 7.0.8.1)
|
54
|
+
activestorage (= 7.0.8.1)
|
55
|
+
activesupport (= 7.0.8.1)
|
56
56
|
globalid (>= 0.6.0)
|
57
57
|
nokogiri (>= 1.8.5)
|
58
|
-
actionview (7.0.
|
59
|
-
activesupport (= 7.0.
|
58
|
+
actionview (7.0.8.1)
|
59
|
+
activesupport (= 7.0.8.1)
|
60
60
|
builder (~> 3.1)
|
61
61
|
erubi (~> 1.4)
|
62
62
|
rails-dom-testing (~> 2.0)
|
63
63
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
64
|
-
activejob (7.0.
|
65
|
-
activesupport (= 7.0.
|
64
|
+
activejob (7.0.8.1)
|
65
|
+
activesupport (= 7.0.8.1)
|
66
66
|
globalid (>= 0.3.6)
|
67
|
-
activemodel (7.0.
|
68
|
-
activesupport (= 7.0.
|
69
|
-
activerecord (7.0.
|
70
|
-
activemodel (= 7.0.
|
71
|
-
activesupport (= 7.0.
|
72
|
-
activestorage (7.0.
|
73
|
-
actionpack (= 7.0.
|
74
|
-
activejob (= 7.0.
|
75
|
-
activerecord (= 7.0.
|
76
|
-
activesupport (= 7.0.
|
67
|
+
activemodel (7.0.8.1)
|
68
|
+
activesupport (= 7.0.8.1)
|
69
|
+
activerecord (7.0.8.1)
|
70
|
+
activemodel (= 7.0.8.1)
|
71
|
+
activesupport (= 7.0.8.1)
|
72
|
+
activestorage (7.0.8.1)
|
73
|
+
actionpack (= 7.0.8.1)
|
74
|
+
activejob (= 7.0.8.1)
|
75
|
+
activerecord (= 7.0.8.1)
|
76
|
+
activesupport (= 7.0.8.1)
|
77
77
|
marcel (~> 1.0)
|
78
78
|
mini_mime (>= 1.1.0)
|
79
|
-
activesupport (7.0.
|
79
|
+
activesupport (7.0.8.1)
|
80
80
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
81
81
|
i18n (>= 1.6, < 2)
|
82
82
|
minitest (>= 5.1)
|
83
83
|
tzinfo (~> 2.0)
|
84
84
|
ast (2.4.2)
|
85
|
-
base64 (0.1.1)
|
86
85
|
bindex (0.8.1)
|
87
86
|
builder (3.2.4)
|
88
|
-
concurrent-ruby (1.2.
|
87
|
+
concurrent-ruby (1.2.3)
|
89
88
|
crass (1.0.6)
|
90
|
-
date (3.3.
|
89
|
+
date (3.3.4)
|
91
90
|
erubi (1.12.0)
|
92
|
-
globalid (1.1
|
93
|
-
activesupport (>=
|
94
|
-
i18n (1.14.
|
91
|
+
globalid (1.2.1)
|
92
|
+
activesupport (>= 6.1)
|
93
|
+
i18n (1.14.4)
|
95
94
|
concurrent-ruby (~> 1.0)
|
96
|
-
json (2.
|
95
|
+
json (2.7.1)
|
97
96
|
language_server-protocol (3.17.0.3)
|
98
97
|
lint_roller (1.1.0)
|
99
|
-
loofah (2.
|
98
|
+
loofah (2.22.0)
|
100
99
|
crass (~> 1.0.2)
|
101
100
|
nokogiri (>= 1.12.0)
|
102
101
|
mail (2.8.1)
|
@@ -104,50 +103,50 @@ GEM
|
|
104
103
|
net-imap
|
105
104
|
net-pop
|
106
105
|
net-smtp
|
107
|
-
marcel (1.0.
|
106
|
+
marcel (1.0.4)
|
108
107
|
method_source (1.0.0)
|
109
108
|
mini_mime (1.1.5)
|
110
|
-
minitest (5.
|
111
|
-
net-imap (0.
|
109
|
+
minitest (5.22.3)
|
110
|
+
net-imap (0.4.10)
|
112
111
|
date
|
113
112
|
net-protocol
|
114
113
|
net-pop (0.1.2)
|
115
114
|
net-protocol
|
116
|
-
net-protocol (0.2.
|
115
|
+
net-protocol (0.2.2)
|
117
116
|
timeout
|
118
|
-
net-smtp (0.
|
117
|
+
net-smtp (0.5.0)
|
119
118
|
net-protocol
|
120
|
-
nio4r (2.
|
121
|
-
nokogiri (1.
|
119
|
+
nio4r (2.7.1)
|
120
|
+
nokogiri (1.16.3-arm64-darwin)
|
122
121
|
racc (~> 1.4)
|
123
|
-
nokogiri (1.
|
122
|
+
nokogiri (1.16.3-x86_64-darwin)
|
124
123
|
racc (~> 1.4)
|
125
|
-
nokogiri (1.
|
124
|
+
nokogiri (1.16.3-x86_64-linux)
|
126
125
|
racc (~> 1.4)
|
127
|
-
parallel (1.
|
128
|
-
parser (3.
|
126
|
+
parallel (1.24.0)
|
127
|
+
parser (3.3.0.5)
|
129
128
|
ast (~> 2.4.1)
|
130
129
|
racc
|
131
|
-
puma (6.
|
130
|
+
puma (6.4.2)
|
132
131
|
nio4r (~> 2.0)
|
133
|
-
racc (1.7.
|
134
|
-
rack (2.2.
|
132
|
+
racc (1.7.3)
|
133
|
+
rack (2.2.9)
|
135
134
|
rack-test (2.1.0)
|
136
135
|
rack (>= 1.3)
|
137
|
-
rails (7.0.
|
138
|
-
actioncable (= 7.0.
|
139
|
-
actionmailbox (= 7.0.
|
140
|
-
actionmailer (= 7.0.
|
141
|
-
actionpack (= 7.0.
|
142
|
-
actiontext (= 7.0.
|
143
|
-
actionview (= 7.0.
|
144
|
-
activejob (= 7.0.
|
145
|
-
activemodel (= 7.0.
|
146
|
-
activerecord (= 7.0.
|
147
|
-
activestorage (= 7.0.
|
148
|
-
activesupport (= 7.0.
|
136
|
+
rails (7.0.8.1)
|
137
|
+
actioncable (= 7.0.8.1)
|
138
|
+
actionmailbox (= 7.0.8.1)
|
139
|
+
actionmailer (= 7.0.8.1)
|
140
|
+
actionpack (= 7.0.8.1)
|
141
|
+
actiontext (= 7.0.8.1)
|
142
|
+
actionview (= 7.0.8.1)
|
143
|
+
activejob (= 7.0.8.1)
|
144
|
+
activemodel (= 7.0.8.1)
|
145
|
+
activerecord (= 7.0.8.1)
|
146
|
+
activestorage (= 7.0.8.1)
|
147
|
+
activesupport (= 7.0.8.1)
|
149
148
|
bundler (>= 1.15.0)
|
150
|
-
railties (= 7.0.
|
149
|
+
railties (= 7.0.8.1)
|
151
150
|
rails-dom-testing (2.2.0)
|
152
151
|
activesupport (>= 5.0.0)
|
153
152
|
minitest
|
@@ -155,56 +154,55 @@ GEM
|
|
155
154
|
rails-html-sanitizer (1.6.0)
|
156
155
|
loofah (~> 2.21)
|
157
156
|
nokogiri (~> 1.14)
|
158
|
-
railties (7.0.
|
159
|
-
actionpack (= 7.0.
|
160
|
-
activesupport (= 7.0.
|
157
|
+
railties (7.0.8.1)
|
158
|
+
actionpack (= 7.0.8.1)
|
159
|
+
activesupport (= 7.0.8.1)
|
161
160
|
method_source
|
162
161
|
rake (>= 12.2)
|
163
162
|
thor (~> 1.0)
|
164
163
|
zeitwerk (~> 2.5)
|
165
164
|
rainbow (3.1.1)
|
166
|
-
rake (13.0
|
167
|
-
regexp_parser (2.
|
165
|
+
rake (13.1.0)
|
166
|
+
regexp_parser (2.9.0)
|
168
167
|
rexml (3.2.6)
|
169
|
-
rubocop (1.
|
170
|
-
base64 (~> 0.1.1)
|
168
|
+
rubocop (1.62.1)
|
171
169
|
json (~> 2.3)
|
172
170
|
language_server-protocol (>= 3.17.0)
|
173
171
|
parallel (~> 1.10)
|
174
|
-
parser (>= 3.
|
172
|
+
parser (>= 3.3.0.2)
|
175
173
|
rainbow (>= 2.2.2, < 4.0)
|
176
174
|
regexp_parser (>= 1.8, < 3.0)
|
177
175
|
rexml (>= 3.2.5, < 4.0)
|
178
|
-
rubocop-ast (>= 1.
|
176
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
179
177
|
ruby-progressbar (~> 1.7)
|
180
178
|
unicode-display_width (>= 2.4.0, < 3.0)
|
181
|
-
rubocop-ast (1.
|
182
|
-
parser (>= 3.
|
183
|
-
rubocop-performance (1.
|
184
|
-
rubocop (>= 1.
|
185
|
-
rubocop-ast (>=
|
179
|
+
rubocop-ast (1.31.2)
|
180
|
+
parser (>= 3.3.0.4)
|
181
|
+
rubocop-performance (1.20.2)
|
182
|
+
rubocop (>= 1.48.1, < 2.0)
|
183
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
186
184
|
ruby-progressbar (1.13.0)
|
187
|
-
sqlite3 (1.
|
188
|
-
sqlite3 (1.
|
189
|
-
sqlite3 (1.
|
190
|
-
standard (1.
|
185
|
+
sqlite3 (1.7.3-arm64-darwin)
|
186
|
+
sqlite3 (1.7.3-x86_64-darwin)
|
187
|
+
sqlite3 (1.7.3-x86_64-linux)
|
188
|
+
standard (1.35.1)
|
191
189
|
language_server-protocol (~> 3.17.0.2)
|
192
190
|
lint_roller (~> 1.0)
|
193
|
-
rubocop (~> 1.
|
191
|
+
rubocop (~> 1.62.0)
|
194
192
|
standard-custom (~> 1.0.0)
|
195
|
-
standard-performance (~> 1.
|
193
|
+
standard-performance (~> 1.3)
|
196
194
|
standard-custom (1.0.2)
|
197
195
|
lint_roller (~> 1.0)
|
198
196
|
rubocop (~> 1.50)
|
199
|
-
standard-performance (1.
|
197
|
+
standard-performance (1.3.1)
|
200
198
|
lint_roller (~> 1.1)
|
201
|
-
rubocop-performance (~> 1.
|
202
|
-
thor (1.
|
203
|
-
timeout (0.4.
|
199
|
+
rubocop-performance (~> 1.20.2)
|
200
|
+
thor (1.3.1)
|
201
|
+
timeout (0.4.1)
|
204
202
|
tzinfo (2.0.6)
|
205
203
|
concurrent-ruby (~> 1.0)
|
206
|
-
unicode-display_width (2.
|
207
|
-
web-console (4.2.
|
204
|
+
unicode-display_width (2.5.0)
|
205
|
+
web-console (4.2.1)
|
208
206
|
actionview (>= 6.0.0)
|
209
207
|
activemodel (>= 6.0.0)
|
210
208
|
bindex (>= 0.4.0)
|
@@ -212,11 +210,12 @@ GEM
|
|
212
210
|
websocket-driver (0.7.6)
|
213
211
|
websocket-extensions (>= 0.1.0)
|
214
212
|
websocket-extensions (0.1.5)
|
215
|
-
zeitwerk (2.6.
|
213
|
+
zeitwerk (2.6.13)
|
216
214
|
|
217
215
|
PLATFORMS
|
218
216
|
arm64-darwin-22
|
219
217
|
x86_64-darwin-22
|
218
|
+
x86_64-darwin-23
|
220
219
|
x86_64-linux
|
221
220
|
|
222
221
|
DEPENDENCIES
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "http://rubygems.org"
|
4
|
+
|
5
|
+
gem "appraisal", github: "thoughtbot/appraisal"
|
6
|
+
gem "standard"
|
7
|
+
gem "puma"
|
8
|
+
gem "sqlite3"
|
9
|
+
gem "web-console", "~> 4.2", group: :development
|
10
|
+
gem "rails", "~> 7.1.0.beta1"
|
11
|
+
|
12
|
+
gemspec path: "../"
|