Index: anches/fc19-dev/server/common/patches/rubygems-rails-require-thread.patch
===================================================================
--- /branches/fc19-dev/server/common/patches/rubygems-rails-require-thread.patch	(revision 2422)
+++ 	(revision )
@@ -1,13 +1,0 @@
---- a/lib/rubygems.rb.orig	2011-11-04 14:20:28.000000000 -0400
-+++ b/lib/rubygems.rb	2011-11-04 14:22:00.000000000 -0400
-@@ -30,6 +30,10 @@
- require 'rbconfig'
- require "rubygems/deprecate"
- 
-+# HACK: this is here just for rails, see
-+# http://stackoverflow.com/questions/5176782/uninitialized-constant-activesupportdependenciesmutex-nameerror
-+require "thread"
-+
- ##
- # RubyGems is the Ruby standard for publishing and managing third party
- # libraries.
Index: /branches/fc19-dev/server/fedora/Makefile
===================================================================
--- /branches/fc19-dev/server/fedora/Makefile	(revision 2422)
+++ /branches/fc19-dev/server/fedora/Makefile	(revision 2423)
@@ -19,5 +19,5 @@
 # See /COPYRIGHT in this repository for more information.
 
-upstream_yum	= krb5 krb5.i686 httpd openssh rubygems
+upstream_yum	= krb5 krb5.i686 httpd openssh
 hackage		= cgi-3001.1.8.2 unix-handle-0.0.0
 upstream_hackage = ghc-cgi ghc-unix-handle
Index: anches/fc19-dev/server/fedora/specs/rubygems.spec.patch
===================================================================
--- /branches/fc19-dev/server/fedora/specs/rubygems.spec.patch	(revision 2422)
+++ 	(revision )
@@ -1,29 +1,0 @@
---- rubygems.spec.orig	2013-04-05 15:02:08.147935906 -0400
-+++ rubygems.spec	2013-04-05 15:04:14.512566960 -0400
-@@ -26,7 +26,7 @@
- Summary:	The Ruby standard for packaging ruby libraries
- Name:		rubygems
- Version:	1.8.25
--Release:	6%{?dist}
-+Release:	6%{?dist}.scripts.%{scriptsversion}
- Group:		Development/Libraries
- License:	Ruby or MIT
- 
-@@ -60,6 +60,8 @@
- # https://github.com/rubygems/rubygems/issues/210
- Patch109:	rubygems-1.8.11-binary-extensions.patch
- 
-+Provides: scripts-rubygems = %{version}-%{release}
-+Patch1000: rubygems-rails-require-thread.patch
- 
- Requires:	ruby(abi) = 1.9.1
- Requires:	rubygem(rdoc) >= 3.9.4
-@@ -105,6 +107,8 @@
- %patch105 -p1 -b .uninst
- %patch109 -p1 -b .bindir
- 
-+%patch1000 -p1 -b .thread
-+
- # Some of the library files start with #! which rpmlint doesn't like
- # and doesn't make much sense
- for f in `find lib -name \*.rb` ; do
