aboutsummaryrefslogtreecommitdiff
path: root/www/redmine/files
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-24 03:22:12 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-24 03:22:12 +0000
commit19c49c261b2d5b7741ee0c18f626d282d2e63848 (patch)
treefc05e219b8219f47d3322a4fd2760031cc7dfa88 /www/redmine/files
parent5fe21d94e1b4f30e25bd88bf1338ef62facc0596 (diff)
Notes
Diffstat (limited to 'www/redmine/files')
-rw-r--r--www/redmine/files/patch-Gemfile16
1 files changed, 10 insertions, 6 deletions
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
index dceb40b5da88..7e8eda148a3e 100644
--- a/www/redmine/files/patch-Gemfile
+++ b/www/redmine/files/patch-Gemfile
@@ -1,5 +1,5 @@
---- Gemfile.orig 2013-07-14 16:51:09.000000000 +0000
-+++ Gemfile 2013-10-24 01:36:14.746224376 +0000
+--- Gemfile.orig 2013-09-14 10:48:49.000000000 +0400
++++ Gemfile 2013-10-03 15:49:30.683217929 +0400
@@ -1,11 +1,11 @@
source 'https://rubygems.org'
@@ -19,13 +19,17 @@
# Optional gem for OpenID authentication
group :openid do
-- gem "ruby-openid", "~> 2.1.4", :require => "openid"
-+ gem "ruby-openid", "~> 2.1", :require => "openid"
+- gem "ruby-openid", "~> 2.2.3", :require => "openid"
++ gem "ruby-openid", "~> 2.2", :require => "openid"
gem "rack-openid"
end
-@@ -49,7 +49,7 @@
- gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
+@@ -46,10 +46,10 @@
+ adapters.each do |adapter|
+ case adapter
+ when 'mysql2'
+- gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
++ gem "mysql2", "~> 0.3", :platforms => [:mri, :mingw]
gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
when 'mysql'
- gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]