Dependency updates.
authorMahlon E. Smith <mahlon@martini.nu>
Tue, 07 Apr 2020 16:42:31 -0700
changeset 16 420037982f78
parent 15 1332deddb45d
child 17 5db18679edcf
Dependency updates.
.ruby-version
Rakefile
--- a/.ruby-version	Mon Sep 02 08:47:18 2019 -0700
+++ b/.ruby-version	Tue Apr 07 16:42:31 2020 -0700
@@ -1,1 +1,1 @@
-2.5
+2.6
--- a/Rakefile	Mon Sep 02 08:47:18 2019 -0700
+++ b/Rakefile	Tue Apr 07 16:42:31 2020 -0700
@@ -31,7 +31,7 @@
 	s.platform     = Gem::Platform::RUBY
 	s.summary      = "Base classes for using Symphony with ssh."
 	s.name         = 'symphony-ssh'
-	s.version      = '0.2.0'
+	s.version      = '0.2.1'
 	s.license      = 'BSD-3-Clause'
 	s.has_rdoc     = true
 	s.require_path = 'lib'
@@ -45,12 +45,11 @@
 batch/remoting stuff you can think of without the need of separate
 client agents.
 	EOF
-	s.required_rubygems_version = '>= 2.0.3'
-	s.required_ruby_version = '>= 2.0.0'
+	s.required_ruby_version = '>= 2.6.0'
 
-	s.add_dependency 'configurability', '~> 3.2'
-	s.add_dependency 'symphony', '~> 0.11'
-	s.add_dependency 'inversion', '~> 1.1'
+	s.add_dependency 'configurability', [ '>= 3.2', '<= 4.99' ]
+	s.add_dependency 'symphony', '~> 0.13'
+	s.add_dependency 'inversion', '~> 1.2'
 	s.add_dependency 'net-ssh', '~> 5.0'
 	s.add_dependency 'net-sftp', '~> 2.1'