Skip to content

Commit ab0191c

Browse files
committed
Release v3.1.0 for capistrano v3.7.x
1 parent 8df38c2 commit ab0191c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capistrano-multiconfig.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "capistrano-multiconfig"
6-
s.version = "3.0.10"
6+
s.version = "3.1.0"
77
s.authors = ["Andriy Yanko"]
88
s.email = ["[email protected]"]
99
s.homepage = "https://github.com/railsware/capistrano-multiconfig"
@@ -21,5 +21,5 @@ Each configuration loads recursively configuration from namespace files and own
2121
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2222
s.require_paths = ["lib"]
2323

24-
s.add_runtime_dependency "capistrano", ">=3.0.0"
24+
s.add_runtime_dependency "capistrano", ">=3.7.0"
2525
end

0 commit comments

Comments
 (0)