phoenix-cli.gemspec in phoenix-cli-0.0.2 vs phoenix-cli.gemspec in phoenix-cli-0.0.3
- old
+ new
@@ -15,7 +15,8 @@
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
s.add_runtime_dependency 'thor', '~> 0.19'
+ s.add_runtime_dependency 'activesupport', '~> 4.2.1'
s.add_development_dependency 'rspec', '~> 3'
-end
+end
\ No newline at end of file