Skip to content

Commit f924d21

Browse files
committed
Fix nokogiri via bundle update
1 parent fa2f8c1 commit f924d21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ GEM
158158
rb-fsevent (>= 0.9.3)
159159
rb-inotify (>= 0.9.7)
160160
mercenary (0.3.6)
161-
mini_portile2 (2.2.0)
161+
mini_portile2 (2.3.0)
162162
minima (2.1.1)
163163
jekyll (~> 3.3)
164164
minitest (5.10.1)
165165
multipart-post (2.0.0)
166166
net-dns (0.8.0)
167-
nokogiri (1.8.0)
168-
mini_portile2 (~> 2.2.0)
167+
nokogiri (1.8.1)
168+
mini_portile2 (~> 2.3.0)
169169
octokit (4.7.0)
170170
sawyer (~> 0.8.0, >= 0.5.3)
171171
pathutil (0.14.0)
@@ -201,4 +201,4 @@ DEPENDENCIES
201201
test-unit
202202

203203
BUNDLED WITH
204-
1.14.6
204+
1.15.4

0 commit comments

Comments
 (0)