File tree Expand file tree Collapse file tree 2 files changed +25
-19
lines changed Expand file tree Collapse file tree 2 files changed +25
-19
lines changed Original file line number Diff line number Diff line change 4
4
auto_html (2.1.1 )
5
5
gemoji (~> 4.0.0.rc2 )
6
6
redcarpet (~> 3.5 )
7
- rexml (~> 3.2.5 )
7
+ rexml (~> 3.3.9 )
8
8
rinku (~> 2.0 )
9
9
10
10
GEM
11
11
remote: http://rubygems.org/
12
12
specs:
13
13
ast (2.4.2 )
14
14
diff-lcs (1.4.4 )
15
- gemoji (4.0.0.rc3 )
16
- parallel (1.21.0 )
17
- parser (3.0.3.1 )
15
+ gemoji (4.0.1 )
16
+ json (2.7.5 )
17
+ language_server-protocol (3.17.0.3 )
18
+ parallel (1.26.3 )
19
+ parser (3.3.5.1 )
18
20
ast (~> 2.4.1 )
19
- rainbow (3.0.0 )
21
+ racc
22
+ racc (1.8.1 )
23
+ rainbow (3.1.1 )
20
24
rake (13.0.6 )
21
- redcarpet (3.5.1 )
22
- regexp_parser (2.2.0 )
23
- rexml (3.2.5 )
25
+ redcarpet (3.6.0 )
26
+ regexp_parser (2.9.2 )
27
+ rexml (3.3.9 )
24
28
rinku (2.0.6 )
25
29
rspec (3.10.0 )
26
30
rspec-core (~> 3.10.0 )
37
41
rspec-support (3.10.3 )
38
42
rspec_junit_formatter (0.4.1 )
39
43
rspec-core (>= 2 , < 4 , != 2.12.0 )
40
- rubocop (1.23.0 )
44
+ rubocop (1.68.0 )
45
+ json (~> 2.3 )
46
+ language_server-protocol (>= 3.17.0 )
41
47
parallel (~> 1.10 )
42
- parser (>= 3.0 .0.0 )
48
+ parser (>= 3.3 .0.2 )
43
49
rainbow (>= 2.2.2 , < 4.0 )
44
- regexp_parser (>= 1.8 , < 3.0 )
45
- rexml
46
- rubocop-ast (>= 1.12.0 , < 2.0 )
50
+ regexp_parser (>= 2.4 , < 3.0 )
51
+ rubocop-ast (>= 1.32.2 , < 2.0 )
47
52
ruby-progressbar (~> 1.7 )
48
- unicode-display_width (>= 1 .4.0 , < 3.0 )
49
- rubocop-ast (1.14 .0 )
50
- parser (>= 3.0 .1.1 )
51
- ruby-progressbar (1.11 .0 )
52
- unicode-display_width (2.1 .0 )
53
+ unicode-display_width (>= 2 .4.0 , < 3.0 )
54
+ rubocop-ast (1.33 .0 )
55
+ parser (>= 3.3 .1.0 )
56
+ ruby-progressbar (1.13 .0 )
57
+ unicode-display_width (2.6 .0 )
53
58
54
59
PLATFORMS
60
+ ruby
55
61
x86_64-darwin-19
56
62
x86_64-linux
57
63
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
15
15
gem . add_dependency 'gemoji' , '~> 4.0.0.rc2'
16
16
gem . add_dependency 'redcarpet' , '~> 3.5'
17
- gem . add_dependency 'rexml' , '~> 3.2.5 '
17
+ gem . add_dependency 'rexml' , '~> 3.3.9 '
18
18
gem . add_dependency 'rinku' , '~> 2.0'
19
19
20
20
gem . required_ruby_version = '>= 2.5.0'
You can’t perform that action at this time.
0 commit comments