gemfiles/Gemfile.rails-3.2.x in sanitize_email-1.1.7 vs gemfiles/Gemfile.rails-3.2.x in sanitize_email-1.2.0
- old
+ new
@@ -2,5 +2,8 @@
gemspec :path => '..'
gem "actionmailer", "~> 3.2.0"
gem "railties", "~> 3.2.0"
+
+# reek >= 4.0 requires Ruby 2.1 minimum
+gem "reek", "3.11"