mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
3.4-stable: Gemfile: use nokogiri 1.8 for Ruby >= 2.1 (#27505)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17112 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1acb72786a
commit
52244fb0f6
2
Gemfile
2
Gemfile
@ -20,7 +20,7 @@ gem "roadie", "~> 3.2.1"
|
||||
gem "mimemagic"
|
||||
gem "mail", "~> 2.6.6"
|
||||
|
||||
gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8")
|
||||
gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.1" : "~> 1.6.8")
|
||||
gem "i18n", "~> 0.7.0"
|
||||
gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user