You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/redmine/files/redmine-3.4.5_gemfile_versi...

42 lines
1.3 KiB

diff -Nuar redmine-3.4.5.orig/Gemfile redmine-3.4.5/Gemfile
--- redmine-3.4.5.orig/Gemfile 2018-05-23 02:01:54.591358114 +0300
+++ redmine-3.4.5/Gemfile 2018-05-23 02:05:19.531348171 +0300
@@ -4,7 +4,7 @@
abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
end
-gem "rails", "4.2.8"
+gem "rails", "~> 4.2.10"
gem "addressable", "2.4.0" if RUBY_VERSION < "2.0"
if RUBY_VERSION < "2.1"
gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5")
@@ -15,10 +15,10 @@
gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
gem "protected_attributes"
gem "actionpack-xml_parser"
-gem "roadie-rails", "~> 1.1.1"
-gem "roadie", "~> 3.2.1"
+gem "roadie-rails", "~> 1.2.1"
+gem "roadie", "~> 3.3"
gem "mimemagic"
-gem "mail", "~> 2.6.4"
+gem "mail", "~> 2.7"
gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.1" : "~> 1.6.8")
gem "i18n", "~> 0.7.0"
@@ -33,12 +33,12 @@
# Optional gem for LDAP authentication
group :ldap do
- gem "net-ldap", "~> 0.12.0"
+ gem "net-ldap", "~> 0.16.0"
end
# Optional gem for OpenID authentication
group :openid do
- gem "ruby-openid", "~> 2.3.0", :require => "openid"
+ gem "ruby-openid", "~> 2.7", :require => "openid"
gem "rack-openid"
end