Merge pull request #5466 from opf/bump/nokogiri

Bump nokogiri
pull/5468/head
ulferts 8 years ago committed by GitHub
commit e0c9ba3d43
  1. 2
      Gemfile
  2. 2
      Gemfile.lock

@ -146,7 +146,7 @@ gem 'cocaine', '~> 0.5.8'
# also, better than thin since we can control worker concurrency. # also, better than thin since we can control worker concurrency.
gem 'unicorn' gem 'unicorn'
gem 'nokogiri', '~> 1.7.1' gem 'nokogiri', '~> 1.7.2'
# carrierwave 0.11.3 should allow to use fog-aws without the rest of the # carrierwave 0.11.3 should allow to use fog-aws without the rest of the
# fog dependency chain. We only need aws here, so we can avoid it # fog dependency chain. We only need aws here, so we can avoid it

@ -357,7 +357,7 @@ GEM
netrc (0.11.0) netrc (0.11.0)
newrelic_rpm (4.1.0.333) newrelic_rpm (4.1.0.333)
nio4r (2.0.0) nio4r (2.0.0)
nokogiri (1.7.1) nokogiri (1.7.2)
mini_portile2 (~> 2.1.0) mini_portile2 (~> 2.1.0)
oj (3.0.5) oj (3.0.5)
openproject-token (1.0.0) openproject-token (1.0.0)

Loading…
Cancel
Save