summaryrefslogtreecommitdiff
path: root/www/redmine/files/patch-Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine/files/patch-Gemfile')
-rw-r--r--www/redmine/files/patch-Gemfile45
1 files changed, 45 insertions, 0 deletions
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
new file mode 100644
index 000000000000..fa42962932d3
--- /dev/null
+++ b/www/redmine/files/patch-Gemfile
@@ -0,0 +1,45 @@
+--- Gemfile.orig 2013-06-01 13:45:53.232402408 +0000
++++ Gemfile 2013-06-01 13:45:56.413919051 +0000
+@@ -1,11 +1,11 @@
+ source 'https://rubygems.org'
+
+ gem "rails", "3.2.13"
+-gem "jquery-rails", "~> 2.0.2"
++gem "jquery-rails", "~> 2.0"
+ gem "i18n", "~> 0.6.0"
+ gem "coderay", "~> 1.0.6"
+ gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
+-gem "builder", "3.0.0"
++gem "builder", "~> 3.0.0"
+
+ # Optional gem for LDAP authentication
+ group :ldap do
+@@ -14,7 +14,7 @@
+
+ # Optional gem for OpenID authentication
+ group :openid do
+- gem "ruby-openid", "~> 2.1.4", :require => "openid"
++ gem "ruby-openid", "~> 2.1", :require => "openid"
+ gem "rack-openid"
+ end
+
+@@ -49,7 +49,7 @@
+ gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
+ gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
+ when 'mysql'
+- gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw]
++ gem "mysql", "~> 2.8", :platforms => [:mri, :mingw]
+ gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
+ when /postgresql/
+ gem "pg", ">= 0.11.0", :platforms => [:mri, :mingw]
+@@ -77,8 +77,8 @@
+ end
+
+ group :test do
+- gem "shoulda", "~> 3.3.2"
+- gem "mocha", "~> 0.13.3"
++ gem "shoulda", "~> 2.11"
++ gem "mocha", "~> 0.9"
+ gem 'capybara', '~> 2.0.0'
+ end
+