gem.deps.rb
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 09 Jul 2020 15:05:21 -0700
changeset 17 5db18679edcf
parent 11 .gems@ffa70066522c
permissions -rw-r--r--
Multiple changes. - Migrate to gem.deps.rb from .gems - Bump dependency versions - Clear environment before connecting to remote server - Allow option for environment modifications - Place commands in args, rather than via the IO pipe. (won't spawn remote shell)

# vim: set nosta noet ts=4 sw=4:
source "https://rubygems.org/"

gem 'configurability', '~> 4.0'
gem 'symphony',        '~> 0.13'
gem 'inversion',       '~> 1.3'
gem 'net-ssh',         '~> 6.1'
gem 'net-sftp',        '~> 3.0'

group( :development ) do
	gem 'rake',      '~> 13.0'
	gem 'rspec',     '~> 3.9'
	gem 'simplecov', '~> 0.18'
	gem 'pry',       '~> 0.13'
end