Project

General

Profile

Defect #26183 ยป use-nokogiri-1_7_2.diff

Go MAEDA, 2017-06-17 11:34

View differences:

Gemfile (working copy)
16 16
gem "roadie", "~> 3.2.1"
17 17
gem "mimemagic"
18 18

  
19
gem "nokogiri", (RUBY_VERSION >= "2.1" ? ">= 1.7.0" : "~> 1.6.8")
19
gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8")
20 20
gem "i18n", "~> 0.7.0"
21 21
gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"
22 22

  
    (1-1/1)