bootstraps_bootstraps.gemspec in bootstraps_bootstraps-2.0.2 vs bootstraps_bootstraps.gemspec in bootstraps_bootstraps-2.0.3

- old
+ new

@@ -9,9 +9,11 @@ gem.homepage = "https://github.com/robacarp/bootstraps_bootstraps" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") + gem.add_dependency 'activesupport','>= 3.1.1' + gem.add_dependency 'rails', '>= 3.1.1' gem.name = "bootstraps_bootstraps" gem.require_paths = ["lib"] gem.version = BootstrapsBootstraps::VERSION end