summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-05-04 06:02:46 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-05-04 08:49:57 +0900
commit7c3d103932fe2b4c35a32b823722c3418130e7f1 (patch)
tree5985e7d8bff89b19b5e7d5dc53864f84a18d612f /spec/support/builders.rb
parentaf277266db3fac8c0dd52c8bb0bd2ba63ae78131 (diff)
downloadbundler-7c3d103932fe2b4c35a32b823722c3418130e7f1.tar.gz
Unify the notation of RubyGems
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 28a271998e..4f19c47e90 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -256,7 +256,7 @@ module Spec
end
# Capistrano did this (at least until version 2.5.10)
- # Rubygems 2.2 doesn't allow the specifying of a dependency twice
+ # RubyGems 2.2 doesn't allow the specifying of a dependency twice
# See https://github.com/rubygems/rubygems/commit/03dbac93a3396a80db258d9bc63500333c25bd2f
build_gem "double_deps", "1.0", :skip_validation => true do |s|
s.add_dependency "net-ssh", ">= 1.0.0"