Skip to content

Commit 74a820f

Browse files
committed
Update spidr to 0.6 and validate-website to 1.6
1 parent fb76dc8 commit 74a820f

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ gem 'rack-ssl'
1212
gem 'rack-protection'
1313

1414
group :development do
15-
gem 'spidr', '~> 0.4'
16-
gem 'validate-website', '~> 0.9'
15+
gem 'spidr', '~> 0.6'
16+
gem 'validate-website', '~> 1.6'
1717
end

Gemfile.lock

+12-10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
colorator (1.1.0)
5+
crass (1.0.2)
56
ffi (1.9.14)
67
forwardable-extended (2.6.0)
78
jekyll (3.2.1)
@@ -30,13 +31,11 @@ GEM
3031
mercenary (0.3.6)
3132
mini_portile2 (2.1.0)
3233
multipart_body (0.2.1)
33-
nokogiri (1.6.8)
34+
nokogiri (1.6.8.1)
3435
mini_portile2 (~> 2.1.0)
35-
pkg-config (~> 1.1.7)
36-
paint (0.9.0)
36+
paint (1.0.1)
3737
pathutil (0.14.0)
3838
forwardable-extended (~> 2.6)
39-
pkg-config (1.1.7)
4039
rack (2.0.1)
4140
rack-protection (1.5.3)
4241
rack
@@ -51,15 +50,18 @@ GEM
5150
rouge (1.11.1)
5251
safe_yaml (1.0.4)
5352
sass (3.4.22)
54-
spidr (0.5.0)
53+
slop (4.4.1)
54+
spidr (0.6.0)
5555
nokogiri (~> 1.3)
5656
unicorn (5.1.0)
5757
kgio (~> 2.6)
5858
raindrops (~> 0.7)
59-
validate-website (0.9.5)
59+
validate-website (1.6.0)
60+
crass (~> 1)
6061
multipart_body (~> 0.2)
61-
paint (~> 0.8)
62-
spidr (~> 0.4)
62+
paint (~> 1)
63+
slop (~> 4.2)
64+
spidr (~> 0.6)
6365

6466
PLATFORMS
6567
ruby
@@ -72,9 +74,9 @@ DEPENDENCIES
7274
rack-ssl
7375
rake
7476
rouge (~> 1.10)
75-
spidr (~> 0.4)
77+
spidr (~> 0.6)
7678
unicorn
77-
validate-website (~> 0.9)
79+
validate-website (~> 1.6)
7880

7981
RUBY VERSION
8082
ruby 2.3.1p112

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ namespace :check do
166166

167167
desc "Check for broken links on http://localhost:#{localport}/"
168168
task :links do
169-
gem 'spidr', '~> 0.4'
169+
gem 'spidr', '~> 0.6'
170170
require 'spidr'
171171

172172
url_map = Hash.new { |hash,key| hash[key] = [] }

0 commit comments

Comments
 (0)