summaryrefslogtreecommitdiff
path: root/devel/rubygem-activesupport4/files/patch-gemspec
blob: 6c9c382f2e0a6ce077ab563a88e0affa4d4d129b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- activesupport.gemspec.orig	2018-02-14 14:06:12 UTC
+++ activesupport.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
     s.specification_version = 4
 
     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-      s.add_runtime_dependency(%q<i18n>.freeze, ["~> 0.7"])
+      s.add_runtime_dependency(%q<i18n>.freeze, [">= 0.7"])
       s.add_runtime_dependency(%q<tzinfo>.freeze, ["~> 1.1"])
       s.add_runtime_dependency(%q<minitest>.freeze, ["~> 5.1"])
       s.add_runtime_dependency(%q<thread_safe>.freeze, ["~> 0.3", ">= 0.3.4"])