adhearsion.gemspec in adhearsion-2.0.0.rc1 vs adhearsion.gemspec in adhearsion-2.0.0.rc2

- old
+ new

@@ -18,10 +18,10 @@ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # Runtime dependencies s.add_runtime_dependency 'bundler', [">= 1.0.10"] - s.add_runtime_dependency 'punchblock', [">= 0.9.1"] + s.add_runtime_dependency 'punchblock', [">= 0.10.0"] s.add_runtime_dependency 'logging', [">= 1.6.1"] s.add_runtime_dependency 'adhearsion-loquacious', [">= 1.9.0"] s.add_runtime_dependency 'activesupport', [">= 3.0.10"] # i18n is only strictly a dependency for ActiveSupport >= 3.0.0 # Since it doesn't conflict with <3.0.0 we'll require it to be