From f694393fab19b1bd87c6b56d903191992448f239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 8 Apr 2016 12:30:31 +0200 Subject: [PATCH] Remove useless patch. --- activesupport-add-bigdecimal-dependency.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 activesupport-add-bigdecimal-dependency.patch diff --git a/activesupport-add-bigdecimal-dependency.patch b/activesupport-add-bigdecimal-dependency.patch deleted file mode 100644 index 2151b95..0000000 --- a/activesupport-add-bigdecimal-dependency.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/specifications/activesupport-3.2.13.gemspec.orig 2012-07-18 14:52:50.000000000 +0200 -+++ b/specifications/activesupport-3.2.13.gemspec 2012-07-18 14:56:49.367668024 +0200 -@@ -20,13 +20,16 @@ - s.specification_version = 4 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -+ s.add_runtime_dependency(%q, [">= 0"]) - s.add_runtime_dependency(%q, ["= 0.6.1"]) - s.add_runtime_dependency(%q, ["~> 1.0"]) - else -+ s.add_dependency(%q, [">= 0"]) - s.add_dependency(%q, ["= 0.6.1"]) - s.add_dependency(%q, ["~> 1.0"]) - end - else -+ s.add_dependency(%q, [">= 0"]) - s.add_dependency(%q, ["= 0.6.1"]) - s.add_dependency(%q, ["~> 1.0"]) - end