Gemfile in washout_builder-1.6.2 vs Gemfile in washout_builder-1.6.3

- old
+ new

@@ -2,10 +2,8 @@ gemspec gem 'wash_out', github: 'inossidabile/wash_out' -if RUBY_VERSION >= "2.2.0" - gem 'activesupport', '>= 4.0', '>= 4.0' -else +if RUBY_VERSION < "2.2.0" gem 'activesupport', '>= 4.0', '< 5.0' end