Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Oct 18, 2015
1 parent f80e7d5 commit b182fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion capistrano-ghostinspector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'capistrano', "~> 2.15.5"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'capistrano', "~> 2.15.5"
spec.add_development_dependency 'capistrano-spec'
end
2 changes: 1 addition & 1 deletion lib/capistrano/ghostinspector/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Ghostinspector
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit b182fac

Please sign in to comment.