faastruby.gemspec in faastruby-0.4.18 vs faastruby.gemspec in faastruby-0.5.0

- old
+ new

@@ -18,10 +18,14 @@ spec.add_runtime_dependency 'rubyzip', '~> 1.2' spec.add_runtime_dependency 'colorize', '~> 0.8' spec.add_runtime_dependency 'sinatra', '~> 2.0' spec.add_runtime_dependency 'sinatra-contrib', '~> 2.0' spec.add_runtime_dependency 'puma', '~> 3.12' - spec.add_runtime_dependency 'faastruby-rpc', '~> 0.2.1' + spec.add_runtime_dependency 'faastruby-rpc', '~> 0.2' + spec.add_runtime_dependency 'tmuxinator', '~> 0.15' + spec.add_runtime_dependency 'rouge', '~> 3.3' + spec.add_runtime_dependency 'listen', '~> 3.1' + # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. # if spec.respond_to?(:metadata) # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"