kurento_rails.gemspec in kurento_rails-0.1.0 vs kurento_rails.gemspec in kurento_rails-0.1.1

- old
+ new

@@ -22,9 +22,9 @@ spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest" - spec.add_dependency 'jquery-rails' # the code depends on jquery - spec.add_dependency 'coffee-script' # and it's written in coffeescript - spec.add_dependency 'websocket-rails' # and it relies on websockets to do basically anything + spec.add_runtime_dependency 'jquery-rails' # the code depends on jquery + spec.add_runtime_dependency 'coffee-script' # and it's written in coffeescript + spec.add_runtime_dependency 'websocket-rails' # and it relies on websockets to do basically anything end