Use rake 10.4 if ruby < 1.9.3.

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15233 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-03-13 08:29:59 +00:00
parent 04a926592f
commit 864220f095

View File

@@ -12,6 +12,11 @@ gem "rbpdf", "~> 1.18.7"
gem "i18n", "~> 0.6.11"
# rake 11 require ruby 1.9.3 or higher
if RUBY_VERSION < "1.9.3"
gem "rake", "~> 10.4.2"
end
# Optional gem for LDAP authentication
group :ldap do
gem "net-ldap", "~> 0.3.1"