autostrip.gemspec in autostrip-1.0.3 vs autostrip.gemspec in autostrip-1.0.4
- old
+ new
@@ -16,7 +16,8 @@
s.executables = `git ls-files -z -- bin/*`.split("\x0").map{ |f| File.basename(f) }
s.files = `git ls-files -z`.split("\x0")
s.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
s.require_paths = ['lib']
- s.add_runtime_dependency 'activemodel', '>= 3.0', '< 6.0'
+ s.add_dependency 'activesupport', '>= 3.0', '< 6.0'
+ s.add_dependency 'activemodel', '>= 3.0', '< 6.0'
end