We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe4dc commit c685265Copy full SHA for c685265
Gemfile
@@ -3,7 +3,7 @@ gem 'hoe', '3.17.0'
3
gem 'minitest', '5.10.1'
4
gem 'mocha', '1.5.0'
5
gem 'nokogiri', '1.8.2'
6
-gem 'rdoc' '6.0.4'
+gem 'rdoc', '6.0.4'
7
gem 'rubocop', '~>0.56.0', require: false
8
gem 'slop', '4.6.2'
9
gem 'test-unit', '3.2.3'
Gemfile.lock
@@ -38,9 +38,9 @@ PLATFORMS
38
DEPENDENCIES
39
hoe (= 3.17.0)
40
minitest (= 5.10.1)
41
- mocha
+ mocha (= 1.5.0)
42
nokogiri (= 1.8.2)
43
- rdoc
+ rdoc (= 6.0.4)
44
rubocop (~> 0.56.0)
45
slop (= 4.6.2)
46
test-unit (= 3.2.3)
0 commit comments