summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
authorJames Wen <jrw2175@columbia.edu>2016-04-21 01:38:57 -0400
committerJames Wen <jrw2175@columbia.edu>2016-04-21 09:29:57 -0400
commitb1ddf72874d8d8992f60eb88301c9067e8064481 (patch)
tree3ca26bf82bad7566bb7ce81fa09cd3d335ba3f58 /spec/support/builders.rb
parent64a4ab7b25b83eddbfc95d48bc624f6f51b31857 (diff)
downloadbundler-b1ddf72874d8d8992f60eb88301c9067e8064481.tar.gz
Fix `bundle outdated` with `--patch` and/or `--minor` for
non-semantically versioned gems - Examples of non-semantic versions: "7.0", "8"
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 54f6889be7..6b7edbf85a 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -122,6 +122,10 @@ module Spec
build_gem "weakling", "0.0.3"
+ build_gem "terranova", "8"
+
+ build_gem "duradura", "7.0"
+
build_gem "multiple_versioned_deps" do |s|
s.add_dependency "weakling", ">= 0.0.1", "< 0.1"
end