sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 8c97c9256c9ba19479234f7385612968297d51ee
parent a8cd0e78006e71b7a7d592bd6664c62e390b8e63
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Wed, 29 Apr 2015 10:33:27 +0200

mime-types: use > 2.0

Diffstat:
M sup.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -55,7 +55,7 @@ SUP: please note that our old mailing lists have been shut down,
   s.add_runtime_dependency "highline"
   s.add_runtime_dependency "trollop", ">= 1.12"
   s.add_runtime_dependency "lockfile"
-  s.add_runtime_dependency "mime-types", "~> 2.0"
+  s.add_runtime_dependency "mime-types", "> 2.0"
   s.add_runtime_dependency "locale", "~> 2.0"
   s.add_runtime_dependency "chronic", "~> 0.9.1"
   s.add_runtime_dependency "unicode", "~> 0.4.4"