Skip to content

Commit ec79500

Browse files
committed
pin htmlproofer for bug fix
1 parent ba6bbd3 commit ec79500

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22
gem 'github-pages'
3-
gem 'html-proofer', github: 'gjtorikian/html-proofer', :tag => 'v2.4.2'
3+
gem 'html-proofer', github: 'gjtorikian/html-proofer', :ref => 'cfdaad62e2'
44
gem 'geojsonlint'
55
gem 'httparty'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: git://github.com/gjtorikian/html-proofer.git
3-
revision: f1f645f19a87fba195f32c99a9f84f0435e36dd9
4-
tag: v2.4.2
3+
revision: cfdaad62e2c75a8a610fe7de56c4e1694cf7523c
4+
ref: cfdaad62e2
55
specs:
6-
html-proofer (2.4.2)
6+
html-proofer (2.5.1)
77
addressable (~> 2.3)
88
colored (~> 1.2)
99
mercenary (~> 0.3.2)
@@ -38,7 +38,7 @@ GEM
3838
coffee-script-source (1.8.0)
3939
colorator (0.1)
4040
colored (1.2)
41-
ethon (0.7.4)
41+
ethon (0.8.0)
4242
ffi (>= 1.3.0)
4343
execjs (2.2.1)
4444
fast-stemmer (1.0.2)
@@ -138,8 +138,8 @@ GEM
138138
hitimes
139139
toml (0.1.1)
140140
parslet (~> 1.5.0)
141-
typhoeus (0.7.3)
142-
ethon (>= 0.7.4)
141+
typhoeus (0.8.0)
142+
ethon (>= 0.8.0)
143143
tzinfo (1.2.2)
144144
thread_safe (~> 0.1)
145145
yajl-ruby (1.1.0)

0 commit comments

Comments
 (0)