Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end

group :docs do
gem 'typhoeus'
gem 'nokogiri', '~> 1.6.0'
gem 'nokogiri', '~> 1.6.8'
gem 'html-pipeline'
gem 'progress_bar'
gem 'unix_utils'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ GEM
i18n (0.6.5)
method_source (0.8.2)
mime-types (1.25)
mini_portile (0.5.1)
mini_portile2 (2.1.0)
minitest (4.7.5)
multi_json (1.8.1)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
options (2.3.0)
fattr
progress_bar (1.0.0)
Expand Down Expand Up @@ -113,7 +113,7 @@ DEPENDENCIES
erubis
html-pipeline
minitest
nokogiri (~> 1.6.0)
nokogiri (~> 1.6.8)
progress_bar
pry (~> 0.9.12)
rack
Expand Down