vanity 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ gem "integration", "<= 0.1.0"
10
10
  gem "rubystats", ">= 0.2.5"
11
11
  gem "garb", "< 0.9.2", require: false
12
12
  gem "mocha", "~> 1.0", require: false
13
- gem "rails", "~>5.2.0"
13
+ gem "rails", "~> 6.0.0"
14
14
  gem "fastthread", platforms: :mri_20, git: "https://github.com/zoltankiss/fastthread.git"
15
15
  gem "passenger"
16
16
 
@@ -18,14 +18,15 @@ group :development do
18
18
  gem "rake"
19
19
  gem "RedCloth"
20
20
  gem "yard"
21
- gem "rubocop"
21
+ gem "rubocop", "~> 1.25.1"
22
+ gem "rubocop-ast", "~> 1.15.2"
22
23
  gem "rubocop-performance"
23
24
  gem "rubocop-rspec"
24
25
  end
25
26
 
26
27
  platforms :ruby do
27
28
  gem "jekyll", "~> 2.5.3"
28
- gem "sqlite3", "~> 1.3.10"
29
+ gem "sqlite3", "~> 1.4.0"
29
30
  end
30
31
 
31
32
  platforms :jruby do
@@ -7,100 +7,128 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (4.0.2)
10
+ vanity (4.0.3)
11
11
  i18n
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- RedCloth (4.2.9)
17
- RedCloth (4.2.9-java)
18
- actioncable (5.2.0)
19
- actionpack (= 5.2.0)
16
+ RedCloth (4.3.2)
17
+ actioncable (6.0.5.1)
18
+ actionpack (= 6.0.5.1)
20
19
  nio4r (~> 2.0)
21
20
  websocket-driver (>= 0.6.1)
22
- actionmailer (5.2.0)
23
- actionpack (= 5.2.0)
24
- actionview (= 5.2.0)
25
- activejob (= 5.2.0)
21
+ actionmailbox (6.0.5.1)
22
+ actionpack (= 6.0.5.1)
23
+ activejob (= 6.0.5.1)
24
+ activerecord (= 6.0.5.1)
25
+ activestorage (= 6.0.5.1)
26
+ activesupport (= 6.0.5.1)
27
+ mail (>= 2.7.1)
28
+ actionmailer (6.0.5.1)
29
+ actionpack (= 6.0.5.1)
30
+ actionview (= 6.0.5.1)
31
+ activejob (= 6.0.5.1)
26
32
  mail (~> 2.5, >= 2.5.4)
27
33
  rails-dom-testing (~> 2.0)
28
- actionpack (5.2.0)
29
- actionview (= 5.2.0)
30
- activesupport (= 5.2.0)
31
- rack (~> 2.0)
34
+ actionpack (6.0.5.1)
35
+ actionview (= 6.0.5.1)
36
+ activesupport (= 6.0.5.1)
37
+ rack (~> 2.0, >= 2.0.8)
32
38
  rack-test (>= 0.6.3)
33
39
  rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
35
- actionview (5.2.0)
36
- activesupport (= 5.2.0)
40
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
41
+ actiontext (6.0.5.1)
42
+ actionpack (= 6.0.5.1)
43
+ activerecord (= 6.0.5.1)
44
+ activestorage (= 6.0.5.1)
45
+ activesupport (= 6.0.5.1)
46
+ nokogiri (>= 1.8.5)
47
+ actionview (6.0.5.1)
48
+ activesupport (= 6.0.5.1)
37
49
  builder (~> 3.1)
38
50
  erubi (~> 1.4)
39
51
  rails-dom-testing (~> 2.0)
40
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
41
- activejob (5.2.0)
42
- activesupport (= 5.2.0)
52
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
53
+ activejob (6.0.5.1)
54
+ activesupport (= 6.0.5.1)
43
55
  globalid (>= 0.3.6)
44
- activemodel (5.2.0)
45
- activesupport (= 5.2.0)
46
- activerecord (5.2.0)
47
- activemodel (= 5.2.0)
48
- activesupport (= 5.2.0)
49
- arel (>= 9.0)
50
- activerecord-jdbc-adapter (52.8-java)
51
- activerecord (~> 5.2.0)
52
- activestorage (5.2.0)
53
- actionpack (= 5.2.0)
54
- activerecord (= 5.2.0)
55
- marcel (~> 0.3.1)
56
- activesupport (5.2.0)
56
+ activemodel (6.0.5.1)
57
+ activesupport (= 6.0.5.1)
58
+ activerecord (6.0.5.1)
59
+ activemodel (= 6.0.5.1)
60
+ activesupport (= 6.0.5.1)
61
+ activestorage (6.0.5.1)
62
+ actionpack (= 6.0.5.1)
63
+ activejob (= 6.0.5.1)
64
+ activerecord (= 6.0.5.1)
65
+ marcel (~> 1.0)
66
+ activesupport (6.0.5.1)
57
67
  concurrent-ruby (~> 1.0, >= 1.0.2)
58
68
  i18n (>= 0.7, < 2)
59
69
  minitest (~> 5.1)
60
70
  tzinfo (~> 1.1)
61
- addressable (2.5.2)
62
- public_suffix (>= 2.0.2, < 4.0)
63
- appraisal (2.0.2)
71
+ zeitwerk (~> 2.2, >= 2.2.2)
72
+ addressable (2.8.0)
73
+ public_suffix (>= 2.0.2, < 5.0)
74
+ appraisal (2.4.1)
64
75
  bundler
65
76
  rake
66
77
  thor (>= 0.14.0)
67
- arel (9.0.0)
68
78
  ast (2.4.2)
69
79
  blankslate (2.1.2.4)
70
- bson (4.3.0)
71
- bson (4.3.0-java)
72
- builder (3.2.3)
73
- classifier-reborn (2.2.0)
80
+ bson (4.15.0)
81
+ builder (3.2.4)
82
+ classifier-reborn (2.3.0)
74
83
  fast-stemmer (~> 1.0)
75
- coderay (1.1.2)
84
+ matrix (~> 0.4)
85
+ coderay (1.1.3)
76
86
  coffee-script (2.4.1)
77
87
  coffee-script-source
78
88
  execjs
79
- coffee-script-source (1.11.1)
89
+ coffee-script-source (1.12.2)
80
90
  colorator (0.1)
81
- concurrent-ruby (1.0.5)
82
- concurrent-ruby (1.0.5-java)
83
- crack (0.4.3)
84
- safe_yaml (~> 1.0.0)
85
- crass (1.0.4)
86
- erubi (1.7.1)
87
- execjs (2.7.0)
88
- fakefs (0.18.0)
89
- faraday (0.15.2)
90
- multipart-post (>= 1.2, < 3)
91
+ concurrent-ruby (1.1.10)
92
+ crack (0.4.5)
93
+ rexml
94
+ crass (1.0.6)
95
+ erubi (1.10.0)
96
+ execjs (2.8.1)
97
+ fakefs (1.8.0)
98
+ faraday (1.10.0)
99
+ faraday-em_http (~> 1.0)
100
+ faraday-em_synchrony (~> 1.0)
101
+ faraday-excon (~> 1.1)
102
+ faraday-httpclient (~> 1.0)
103
+ faraday-multipart (~> 1.0)
104
+ faraday-net_http (~> 1.0)
105
+ faraday-net_http_persistent (~> 1.0)
106
+ faraday-patron (~> 1.0)
107
+ faraday-rack (~> 1.0)
108
+ faraday-retry (~> 1.0)
109
+ ruby2_keywords (>= 0.0.4)
110
+ faraday-em_http (1.0.0)
111
+ faraday-em_synchrony (1.0.0)
112
+ faraday-excon (1.1.0)
113
+ faraday-httpclient (1.0.1)
114
+ faraday-multipart (1.0.4)
115
+ multipart-post (~> 2)
116
+ faraday-net_http (1.0.1)
117
+ faraday-net_http_persistent (1.2.0)
118
+ faraday-patron (1.0.0)
119
+ faraday-rack (1.0.0)
120
+ faraday-retry (1.0.3)
91
121
  fast-stemmer (1.0.2)
92
122
  ffi (1.15.5)
93
- ffi (1.15.5-java)
94
123
  garb (0.9.1)
95
124
  activesupport (>= 2.2.0)
96
125
  crack (>= 0.1.6)
97
- globalid (0.4.1)
98
- activesupport (>= 4.2.0)
99
- hashdiff (0.3.7)
100
- i18n (1.0.1)
126
+ globalid (1.0.0)
127
+ activesupport (>= 5.0)
128
+ hashdiff (1.0.1)
129
+ i18n (1.11.0)
101
130
  concurrent-ruby (~> 1.0)
102
131
  integration (0.1.0)
103
- jdbc-sqlite3 (3.28.0)
104
132
  jekyll (2.5.3)
105
133
  classifier-reborn (~> 2.0)
106
134
  colorator (~> 0.1)
@@ -116,9 +144,9 @@ GEM
116
144
  redcarpet (~> 3.1)
117
145
  safe_yaml (~> 1.0)
118
146
  toml (~> 0.1.0)
119
- jekyll-coffeescript (1.1.1)
147
+ jekyll-coffeescript (1.2.2)
120
148
  coffee-script (~> 2.2)
121
- coffee-script-source (~> 1.11.1)
149
+ coffee-script-source (~> 1.12)
122
150
  jekyll-gist (1.5.0)
123
151
  octokit (~> 4.2)
124
152
  jekyll-paginate (1.1.0)
@@ -128,97 +156,88 @@ GEM
128
156
  listen (~> 3.0)
129
157
  kramdown (1.17.0)
130
158
  liquid (2.6.3)
131
- listen (3.1.5)
132
- rb-fsevent (~> 0.9, >= 0.9.4)
133
- rb-inotify (~> 0.9, >= 0.9.7)
134
- ruby_dep (~> 1.2)
135
- loofah (2.2.2)
159
+ listen (3.7.1)
160
+ rb-fsevent (~> 0.10, >= 0.10.3)
161
+ rb-inotify (~> 0.9, >= 0.9.10)
162
+ loofah (2.18.0)
136
163
  crass (~> 1.0.2)
137
164
  nokogiri (>= 1.5.9)
138
- mail (2.7.0)
165
+ mail (2.7.1)
139
166
  mini_mime (>= 0.1.1)
140
- marcel (0.3.3)
141
- mimemagic (~> 0.3.2)
167
+ marcel (1.0.2)
168
+ matrix (0.4.2)
142
169
  mercenary (0.3.6)
143
- method_source (0.9.0)
144
- mimemagic (0.3.10)
145
- nokogiri (~> 1)
146
- rake
147
- mini_mime (1.0.0)
170
+ method_source (1.0.0)
171
+ mini_mime (1.1.2)
148
172
  mini_portile2 (2.6.1)
149
- minitest (5.11.3)
150
- mocha (1.13.0)
151
- mongo (2.6.1)
152
- bson (>= 4.3.0, < 5.0.0)
153
- multipart-post (2.0.0)
154
- nio4r (2.3.1)
155
- nio4r (2.3.1-java)
173
+ minitest (5.15.0)
174
+ mocha (1.14.0)
175
+ mongo (2.17.1)
176
+ bson (>= 4.8.2, < 5.0.0)
177
+ multipart-post (2.2.3)
178
+ nio4r (2.5.8)
156
179
  nokogiri (1.12.5)
157
180
  mini_portile2 (~> 2.6.1)
158
181
  racc (~> 1.4)
159
- nokogiri (1.12.5-java)
160
- racc (~> 1.4)
161
- octokit (4.9.0)
162
- sawyer (~> 0.8.0, >= 0.5.3)
163
- parallel (1.21.0)
164
- parser (3.1.1.0)
182
+ octokit (4.25.1)
183
+ faraday (>= 1, < 3)
184
+ sawyer (~> 0.9)
185
+ parallel (1.22.1)
186
+ parser (3.1.2.0)
165
187
  ast (~> 2.4.1)
166
188
  parslet (1.5.0)
167
189
  blankslate (~> 2.0)
168
- passenger (6.0.12)
190
+ passenger (6.0.14)
169
191
  rack
170
192
  rake (>= 0.8.1)
171
- posix-spawn (0.3.13)
172
- pry (0.11.3)
173
- coderay (~> 1.1.0)
174
- method_source (~> 0.9.0)
175
- pry (0.11.3-java)
176
- coderay (~> 1.1.0)
177
- method_source (~> 0.9.0)
178
- spoon (~> 0.0)
179
- public_suffix (3.0.2)
193
+ posix-spawn (0.3.15)
194
+ pry (0.14.1)
195
+ coderay (~> 1.1)
196
+ method_source (~> 1.0)
197
+ public_suffix (4.0.7)
180
198
  pygments.rb (0.6.3)
181
199
  posix-spawn (~> 0.3.6)
182
200
  yajl-ruby (~> 1.2.0)
183
201
  racc (1.6.0)
184
- racc (1.6.0-java)
185
- rack (2.2.3)
186
- rack-test (1.1.0)
187
- rack (>= 1.0, < 3)
188
- rails (5.2.0)
189
- actioncable (= 5.2.0)
190
- actionmailer (= 5.2.0)
191
- actionpack (= 5.2.0)
192
- actionview (= 5.2.0)
193
- activejob (= 5.2.0)
194
- activemodel (= 5.2.0)
195
- activerecord (= 5.2.0)
196
- activestorage (= 5.2.0)
197
- activesupport (= 5.2.0)
202
+ rack (2.2.4)
203
+ rack-test (2.0.2)
204
+ rack (>= 1.3)
205
+ rails (6.0.5.1)
206
+ actioncable (= 6.0.5.1)
207
+ actionmailbox (= 6.0.5.1)
208
+ actionmailer (= 6.0.5.1)
209
+ actionpack (= 6.0.5.1)
210
+ actiontext (= 6.0.5.1)
211
+ actionview (= 6.0.5.1)
212
+ activejob (= 6.0.5.1)
213
+ activemodel (= 6.0.5.1)
214
+ activerecord (= 6.0.5.1)
215
+ activestorage (= 6.0.5.1)
216
+ activesupport (= 6.0.5.1)
198
217
  bundler (>= 1.3.0)
199
- railties (= 5.2.0)
218
+ railties (= 6.0.5.1)
200
219
  sprockets-rails (>= 2.0.0)
201
220
  rails-dom-testing (2.0.3)
202
221
  activesupport (>= 4.2.0)
203
222
  nokogiri (>= 1.6)
204
- rails-html-sanitizer (1.0.4)
205
- loofah (~> 2.2, >= 2.2.2)
206
- railties (5.2.0)
207
- actionpack (= 5.2.0)
208
- activesupport (= 5.2.0)
223
+ rails-html-sanitizer (1.4.3)
224
+ loofah (~> 2.3)
225
+ railties (6.0.5.1)
226
+ actionpack (= 6.0.5.1)
227
+ activesupport (= 6.0.5.1)
209
228
  method_source
210
229
  rake (>= 0.8.7)
211
- thor (>= 0.18.1, < 2.0)
230
+ thor (>= 0.20.3, < 2.0)
212
231
  rainbow (3.1.1)
213
232
  rake (13.0.6)
214
- rb-fsevent (0.10.3)
215
- rb-inotify (0.9.10)
216
- ffi (>= 0.5.0, < 2)
217
- redcarpet (3.4.0)
218
- redis (4.6.0)
233
+ rb-fsevent (0.11.1)
234
+ rb-inotify (0.10.1)
235
+ ffi (~> 1.0)
236
+ redcarpet (3.5.1)
237
+ redis (4.7.1)
219
238
  redis-namespace (1.8.2)
220
239
  redis (>= 3.0.4)
221
- regexp_parser (2.2.1)
240
+ regexp_parser (2.5.0)
222
241
  rexml (3.2.5)
223
242
  rubocop (1.25.1)
224
243
  parallel (~> 1.10)
@@ -231,56 +250,53 @@ GEM
231
250
  unicode-display_width (>= 1.4.0, < 3.0)
232
251
  rubocop-ast (1.15.2)
233
252
  parser (>= 3.0.1.1)
234
- rubocop-performance (1.13.2)
253
+ rubocop-performance (1.13.3)
235
254
  rubocop (>= 1.7.0, < 2.0)
236
255
  rubocop-ast (>= 0.4.0)
237
- rubocop-rspec (2.8.0)
256
+ rubocop-rspec (2.10.0)
238
257
  rubocop (~> 1.19)
239
258
  ruby-progressbar (1.11.0)
240
- ruby_dep (1.5.0)
259
+ ruby2_keywords (0.0.5)
241
260
  rubystats (0.3.0)
242
- safe_yaml (1.0.4)
243
- sass (3.5.7)
261
+ safe_yaml (1.0.5)
262
+ sass (3.7.4)
244
263
  sass-listen (~> 4.0.0)
245
264
  sass-listen (4.0.0)
246
265
  rb-fsevent (~> 0.9, >= 0.9.4)
247
266
  rb-inotify (~> 0.9, >= 0.9.7)
248
- sawyer (0.8.1)
249
- addressable (>= 2.3.5, < 2.6)
250
- faraday (~> 0.8, < 1.0)
251
- spoon (0.0.6)
252
- ffi
253
- sprockets (3.7.2)
267
+ sawyer (0.9.2)
268
+ addressable (>= 2.3.5)
269
+ faraday (>= 0.17.3, < 3)
270
+ sprockets (4.1.1)
254
271
  concurrent-ruby (~> 1.0)
255
272
  rack (> 1, < 3)
256
- sprockets-rails (3.2.1)
257
- actionpack (>= 4.0)
258
- activesupport (>= 4.0)
273
+ sprockets-rails (3.4.2)
274
+ actionpack (>= 5.2)
275
+ activesupport (>= 5.2)
259
276
  sprockets (>= 3.0.0)
260
- sqlite3 (1.3.10)
261
- thor (0.20.0)
277
+ sqlite3 (1.4.4)
278
+ thor (1.2.1)
262
279
  thread_safe (0.3.6)
263
- thread_safe (0.3.6-java)
264
- timecop (0.9.1)
280
+ timecop (0.9.5)
265
281
  toml (0.1.2)
266
282
  parslet (~> 1.5.0)
267
- tzinfo (1.2.5)
283
+ tzinfo (1.2.9)
268
284
  thread_safe (~> 0.1)
269
- unicode-display_width (2.1.0)
270
- webmock (3.4.2)
271
- addressable (>= 2.3.6)
285
+ unicode-display_width (2.2.0)
286
+ webmock (3.14.0)
287
+ addressable (>= 2.8.0)
272
288
  crack (>= 0.3.2)
273
- hashdiff
274
- websocket-driver (0.7.0)
275
- websocket-extensions (>= 0.1.0)
276
- websocket-driver (0.7.0-java)
289
+ hashdiff (>= 0.4.0, < 2.0.0)
290
+ webrick (1.7.0)
291
+ websocket-driver (0.7.5)
277
292
  websocket-extensions (>= 0.1.0)
278
- websocket-extensions (0.1.3)
293
+ websocket-extensions (0.1.5)
279
294
  yajl-ruby (1.2.3)
280
- yard (0.9.15)
295
+ yard (0.9.28)
296
+ webrick (~> 1.7.0)
297
+ zeitwerk (2.6.0)
281
298
 
282
299
  PLATFORMS
283
- java
284
300
  ruby
285
301
 
286
302
  DEPENDENCIES
@@ -300,15 +316,16 @@ DEPENDENCIES
300
316
  passenger
301
317
  pry
302
318
  rack
303
- rails (~> 5.2.0)
319
+ rails (~> 6.0.0)
304
320
  rake
305
321
  redis (>= 3.2.1)
306
322
  redis-namespace (>= 1.1.0)
307
- rubocop
323
+ rubocop (~> 1.25.1)
324
+ rubocop-ast (~> 1.15.2)
308
325
  rubocop-performance
309
326
  rubocop-rspec
310
327
  rubystats (>= 0.2.5)
311
- sqlite3 (~> 1.3.10)
328
+ sqlite3 (~> 1.4.0)
312
329
  timecop
313
330
  vanity!
314
331
  webmock
@@ -10,7 +10,7 @@ gem "integration", "<= 0.1.0"
10
10
  gem "rubystats", ">= 0.2.5"
11
11
  gem "garb", "< 0.9.2", require: false
12
12
  gem "mocha", "~> 1.0", require: false
13
- gem "rails", "~>5.2.0"
13
+ gem "rails", "~> 6.1.0"
14
14
  gem "fastthread", platforms: :mri_20, git: "https://github.com/zoltankiss/fastthread.git"
15
15
  gem "passenger"
16
16
 
@@ -18,14 +18,15 @@ group :development do
18
18
  gem "rake"
19
19
  gem "RedCloth"
20
20
  gem "yard"
21
- gem "rubocop"
21
+ gem "rubocop", "~> 1.25.1"
22
+ gem "rubocop-ast", "~> 1.15.2"
22
23
  gem "rubocop-performance"
23
24
  gem "rubocop-rspec"
24
25
  end
25
26
 
26
27
  platforms :ruby do
27
28
  gem "jekyll", "~> 2.5.3"
28
- gem "sqlite3", "~> 1.3.10"
29
+ gem "sqlite3", "~> 1.4.0"
29
30
  end
30
31
 
31
32
  platforms :jruby do