Gemfile in mini_mime-1.0.1 vs Gemfile in mini_mime-1.0.2
- old
+ new
@@ -2,5 +2,7 @@
# Specify your gem's dependencies in mini_mime.gemspec
gemspec
gem "mime-types", "~> 3" if RUBY_VERSION > '2'
+gem "memory_profiler"
+gem "benchmark-ips"
- old
+ new