File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 57
57
net-ldap (~> 0.13 )
58
58
nokogiri (>= 1.7.2 )
59
59
pry (~> 0.10 )
60
- rake (~> 10 )
60
+ rake (>= 10 , < 14 )
61
61
rspec (~> 3 )
62
62
rspec-legacy_formatters (~> 1 )
63
63
rubocop (= 0.30 )
120
120
mime-types-data (~> 3.2015 )
121
121
mime-types-data (3.2020.1104 )
122
122
mini_portile2 (2.4.0 )
123
- minitest (5.14.2 )
123
+ minitest (5.14.3 )
124
124
multi_json (1.15.0 )
125
125
multi_xml (0.6.0 )
126
126
nanoc (3.7.5 )
154
154
method_source (~> 1.0 )
155
155
rainbow (2.2.2 )
156
156
rake
157
- rake (10.5.0 )
157
+ rake (13.0.3 )
158
158
require_all (1.5.0 )
159
159
rest-client (2.1.0 )
160
160
http-accept (>= 1.7.0 , < 2.0 )
@@ -170,24 +170,24 @@ GEM
170
170
rspec-core (~> 3.10.0 )
171
171
rspec-expectations (~> 3.10.0 )
172
172
rspec-mocks (~> 3.10.0 )
173
- rspec-core (3.10.0 )
173
+ rspec-core (3.10.1 )
174
174
rspec-support (~> 3.10.0 )
175
- rspec-expectations (3.10.0 )
175
+ rspec-expectations (3.10.1 )
176
176
diff-lcs (>= 1.2.0 , < 2.0 )
177
177
rspec-support (~> 3.10.0 )
178
178
rspec-legacy_formatters (1.0.2 )
179
179
rspec (~> 3.0 )
180
- rspec-mocks (3.10.0 )
180
+ rspec-mocks (3.10.1 )
181
181
diff-lcs (>= 1.2.0 , < 2.0 )
182
182
rspec-support (~> 3.10.0 )
183
- rspec-support (3.10.0 )
183
+ rspec-support (3.10.1 )
184
184
rubocop (0.30.0 )
185
185
astrolabe (~> 1.3 )
186
186
parser (>= 2.2.0.1 , < 3.0 )
187
187
powerpack (~> 0.1 )
188
188
rainbow (>= 1.99.1 , < 3.0 )
189
189
ruby-progressbar (~> 1.4 )
190
- ruby-progressbar (1.10.1 )
190
+ ruby-progressbar (1.11.0 )
191
191
rubyzip (2.3.0 )
192
192
scrub_rb (1.0.1 )
193
193
sexpistol (0.0.7 )
210
210
unf (0.1.4 )
211
211
unf_ext
212
212
unf_ext (0.0.7.7 )
213
- yard (0.9.25 )
213
+ yard (0.9.26 )
214
214
215
215
PLATFORMS
216
216
ruby
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
spec . add_runtime_dependency "kramdown" , "~>1.5"
41
41
spec . add_runtime_dependency "rubocop" , "0.30"
42
42
spec . add_runtime_dependency "coderay" , "~>1.1"
43
- spec . add_runtime_dependency "rake" , "~>10 "
43
+ spec . add_runtime_dependency "rake" , ">=10" , "<14 "
44
44
spec . add_runtime_dependency "pry" , "~>0.10"
45
45
spec . add_runtime_dependency "yard" , "~>0.8"
46
46
spec . add_runtime_dependency "simplecov" , "~>0.17" # simplecov version 0.17 is the last release that supports older Ruby versions (< 2.4)
You can’t perform that action at this time.
0 commit comments