File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ group :development, :test do
15
15
gem 'listen' , '~> 3.1' , '>= 3.5.0'
16
16
gem 'minitest' , '~> 5.14' , '>= 5.14.2'
17
17
gem 'rack' , '~> 3.0'
18
- gem 'rdoc' , '~> 6.3' , '>= 5.1.0 '
18
+ gem 'rdoc' , '~> 6.6 '
19
19
gem 'rspec' , '~> 3.7' , '>= 3.7.0'
20
20
gem 'rubocop' , '~> 1.59' , '>= 0.52.1'
21
21
gem 'rubocop-minitest'
Original file line number Diff line number Diff line change 74
74
multi_xml (0.6.0 )
75
75
mutex_m (0.2.0 )
76
76
nenv (0.3.0 )
77
- nokogiri (1.16.2 -x86_64-darwin )
77
+ nokogiri (1.16.5 -x86_64-darwin )
78
78
racc (~> 1.4 )
79
- nokogiri (1.16.2 -x86_64-linux )
79
+ nokogiri (1.16.5 -x86_64-linux )
80
80
racc (~> 1.4 )
81
81
notiffany (0.1.3 )
82
82
nenv (~> 0.1 )
97
97
rb-fsevent (0.11.2 )
98
98
rb-inotify (0.10.1 )
99
99
ffi (~> 1.0 )
100
- rdoc (6.6.2 )
100
+ rdoc (6.6.3.1 )
101
101
psych (>= 4.0.0 )
102
102
regexp_parser (2.8.3 )
103
- rexml (3.2.6 )
103
+ rexml (3.2.8 )
104
+ strscan (>= 3.0.9 )
104
105
rspec (3.12.0 )
105
106
rspec-core (~> 3.12.0 )
106
107
rspec-expectations (~> 3.12.0 )
148
149
simplecov-html (0.12.3 )
149
150
simplecov_json_formatter (0.1.4 )
150
151
stringio (3.1.0 )
152
+ strscan (3.1.0 )
151
153
sync (0.5.0 )
152
154
term-ansicolor (1.7.1 )
153
155
tins (~> 1.0 )
@@ -179,7 +181,7 @@ DEPENDENCIES
179
181
listen (~> 3.1 , >= 3.5.0 )
180
182
minitest (~> 5.14 , >= 5.14.2 )
181
183
rack (~> 3.0 )
182
- rdoc (~> 6.3 , >= 5.1.0 )
184
+ rdoc (~> 6.6 )
183
185
rspec (~> 3.7 , >= 3.7.0 )
184
186
rubocop (~> 1.59 , >= 0.52.1 )
185
187
rubocop-minitest
You can’t perform that action at this time.
0 commit comments