File tree Expand file tree Collapse file tree 2 files changed +84
-2
lines changed Expand file tree Collapse file tree 2 files changed +84
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ test/tmp
12
12
test /version_tmp
13
13
tmp
14
14
15
- Gemfile.lock
16
-
17
15
# YARD artifacts
18
16
.yardoc
19
17
_yardoc
Original file line number Diff line number Diff line change
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rubocop-github (0.16.2 )
5
+ rubocop
6
+ rubocop-performance
7
+ rubocop-rails
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionview (5.2.6 )
13
+ activesupport (= 5.2.6 )
14
+ builder (~> 3.1 )
15
+ erubi (~> 1.4 )
16
+ rails-dom-testing (~> 2.0 )
17
+ rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
18
+ activesupport (5.2.6 )
19
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
20
+ i18n (>= 0.7 , < 2 )
21
+ minitest (~> 5.1 )
22
+ tzinfo (~> 1.1 )
23
+ ast (2.4.2 )
24
+ builder (3.2.4 )
25
+ concurrent-ruby (1.1.9 )
26
+ crass (1.0.6 )
27
+ erubi (1.10.0 )
28
+ i18n (1.8.11 )
29
+ concurrent-ruby (~> 1.0 )
30
+ loofah (2.13.0 )
31
+ crass (~> 1.0.2 )
32
+ nokogiri (>= 1.5.9 )
33
+ minitest (5.15.0 )
34
+ nokogiri (1.13.1-x86_64-darwin )
35
+ racc (~> 1.4 )
36
+ parallel (1.21.0 )
37
+ parser (3.1.0.0 )
38
+ ast (~> 2.4.1 )
39
+ racc (1.6.0 )
40
+ rack (2.2.3 )
41
+ rails-dom-testing (2.0.3 )
42
+ activesupport (>= 4.2.0 )
43
+ nokogiri (>= 1.6 )
44
+ rails-html-sanitizer (1.4.2 )
45
+ loofah (~> 2.3 )
46
+ rainbow (3.1.1 )
47
+ rake (12.3.3 )
48
+ regexp_parser (2.2.0 )
49
+ rexml (3.2.5 )
50
+ rubocop (1.24.1 )
51
+ parallel (~> 1.10 )
52
+ parser (>= 3.0.0.0 )
53
+ rainbow (>= 2.2.2 , < 4.0 )
54
+ regexp_parser (>= 1.8 , < 3.0 )
55
+ rexml
56
+ rubocop-ast (>= 1.15.1 , < 2.0 )
57
+ ruby-progressbar (~> 1.7 )
58
+ unicode-display_width (>= 1.4.0 , < 3.0 )
59
+ rubocop-ast (1.15.1 )
60
+ parser (>= 3.0.1.1 )
61
+ rubocop-performance (1.13.1 )
62
+ rubocop (>= 1.7.0 , < 2.0 )
63
+ rubocop-ast (>= 0.4.0 )
64
+ rubocop-rails (2.13.1 )
65
+ activesupport (>= 4.2.0 )
66
+ rack (>= 1.1 )
67
+ rubocop (>= 1.7.0 , < 2.0 )
68
+ ruby-progressbar (1.11.0 )
69
+ thread_safe (0.3.6 )
70
+ tzinfo (1.2.9 )
71
+ thread_safe (~> 0.1 )
72
+ unicode-display_width (2.1.0 )
73
+
74
+ PLATFORMS
75
+ x86_64-darwin-20
76
+
77
+ DEPENDENCIES
78
+ actionview (~> 5.0 )
79
+ minitest (~> 5.14 )
80
+ rake (~> 12.0 )
81
+ rubocop-github !
82
+
83
+ BUNDLED WITH
84
+ 2.2.33
You can’t perform that action at this time.
0 commit comments