Commit a71491ff189eb58fb0238a2dd10f60a200e9d6e5
1 parent
8243971d
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
virtuoso: roadie needs nokogiri ~> 1.6.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -13,7 +13,7 @@ gem 'ruby-feedparser', '~> 0.7' |
13 | 13 | gem 'daemons', '~> 1.1.5' |
14 | 14 | gem 'thin', '~> 1.3.1' |
15 | 15 | gem 'hpricot', '~> 0.8.6' |
16 | -gem 'nokogiri', '~> 1.5.5' | |
16 | +gem 'nokogiri', '~> 1.6.0' | |
17 | 17 | gem 'rake', :require => false |
18 | 18 | gem 'rest-client', '~> 1.6.7' |
19 | 19 | gem 'exception_notification', '~> 4.0.1' | ... | ... |