vx-instrumentation.gemspec in vx-instrumentation-0.1.3 vs vx-instrumentation.gemspec in vx-instrumentation-0.1.4

- old
+ new

@@ -17,10 +17,9 @@ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency 'activesupport', '~> 4.0' - spec.add_runtime_dependency 'airbrake' spec.add_development_dependency "bundler", "~> 1.5" spec.add_development_dependency "rake" end