diff options
Diffstat (limited to 'databases/ruby-dbi/files')
| -rw-r--r-- | databases/ruby-dbi/files/patch-lib+dbi.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ruby-dbi/files/patch-lib+dbi.rb b/databases/ruby-dbi/files/patch-lib+dbi.rb new file mode 100644 index 000000000000..66557dd00120 --- /dev/null +++ b/databases/ruby-dbi/files/patch-lib+dbi.rb @@ -0,0 +1,11 @@ +--- lib/dbi.rb.orig 2009-09-14 05:43:32.000000000 +0900 ++++ lib/dbi.rb 2011-01-17 02:53:43.819024000 +0900 +@@ -37,7 +37,7 @@ + + begin + require "rubygems" +- gem "deprecated" ++ gem "deprecated", "<3" + rescue LoadError + end + |
