Skip to content

Commit 28f0f9a

Browse files
committedMar 24, 2022
(doc) Update dependencies list on README
1 parent 75f5303 commit 28f0f9a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎README.rdoc

+6-7
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,22 @@ The tool creates the following folders:
105105

106106
=== Runtime dependency
107107

108-
nokogiri >= 1.11.0.rc4
108+
nokogiri ~> 1.13
109109
slop ~> 4.6
110110
differ ~> 0.1
111-
rufus-scheduler ~> 3.5
111+
rufus-scheduler ~> 3.8
112112
logger-colors ~> 1.0
113-
liquid >= 4.0
113+
liquid ~> 5.2
114114

115115
=== Development dependency
116116

117-
hoe ~> 3.22
118117
hoe-bundler ~> 1.5
119118
hoe-git ~> 1.6
120119
minitest ~> 5.10
121120
mocha ~> 1.5
122-
rdoc < 7, >= 4.0
123-
rubocop ~> 0.81
124-
test-unit ~> 3.2
121+
rubocop ~> 0.93
122+
test-unit ~> 3.5
123+
rdoc ~> 6.4
125124

126125
== INSTALL:
127126

0 commit comments

Comments
 (0)
Please sign in to comment.