We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f5303 commit 28f0f9aCopy full SHA for 28f0f9a
README.rdoc
@@ -105,23 +105,22 @@ The tool creates the following folders:
105
106
=== Runtime dependency
107
108
- nokogiri >= 1.11.0.rc4
+ nokogiri ~> 1.13
109
slop ~> 4.6
110
differ ~> 0.1
111
- rufus-scheduler ~> 3.5
+ rufus-scheduler ~> 3.8
112
logger-colors ~> 1.0
113
- liquid >= 4.0
+ liquid ~> 5.2
114
115
=== Development dependency
116
117
- hoe ~> 3.22
118
hoe-bundler ~> 1.5
119
hoe-git ~> 1.6
120
minitest ~> 5.10
121
mocha ~> 1.5
122
- rdoc < 7, >= 4.0
123
- rubocop ~> 0.81
124
- test-unit ~> 3.2
+ rubocop ~> 0.93
+ test-unit ~> 3.5
+ rdoc ~> 6.4
125
126
== INSTALL:
127
0 commit comments