aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorCorin Langosch <info@netskin.com>2011-04-06 10:47:09 +0200
committerAndre Arko <andre@arko.net>2011-04-06 11:13:56 -0700
commit3a51c2c8add3a937f8bf8590ba3682f89d3e4f2c (patch)
tree769850a0ca02dd679a7eb25020240a0815e701e2 /spec
parent807c859b39793f7cb770536a29ca7635b9be3433 (diff)
downloadbundler-3a51c2c8add3a937f8bf8590ba3682f89d3e4f2c.tar.gz
Correct orders dependencies according to version spec
Diffstat (limited to 'spec')
-rw-r--r--spec/lock/lockfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb
index c8a30bf1..95914fd1 100644
--- a/spec/lock/lockfile_spec.rb
+++ b/spec/lock/lockfile_spec.rb
@@ -340,8 +340,8 @@ describe "the lockfile format" do
remote: file:#{gem_repo1}/
specs:
double_deps (1.0)
- net-ssh (>= 1.0.0)
net-ssh
+ net-ssh (>= 1.0.0)
net-ssh (1.0)
PLATFORMS