Commit 18fbfcaf66bd9c4d70280fb630aef03aba8180fb
1 parent
3d6dc6c4
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Upgrade nokogiri
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -11,7 +11,7 @@ gem 'will_paginate', '~> 3.0.3' |
11 | 11 | gem 'ruby-feedparser', '~> 0.7' |
12 | 12 | gem 'daemons', '~> 1.1.5' |
13 | 13 | gem 'thin', '~> 1.3.1' |
14 | -gem 'nokogiri', '~> 1.5.5' | |
14 | +gem 'nokogiri', '~> 1.6.0' | |
15 | 15 | gem 'rake', :require => false |
16 | 16 | gem 'rest-client', '~> 1.6.7' |
17 | 17 | gem 'exception_notification', '~> 4.0.1' | ... | ... |