Gemfile.lock in test-queue-0.2.9 vs Gemfile.lock in test-queue-0.2.10
- old
+ new
@@ -14,11 +14,11 @@
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
diff-lcs (1.2.4)
gherkin (2.12.2)
multi_json (~> 1.3)
- minitest (4.7.3)
+ minitest (5.3.3)
multi_json (1.8.4)
multi_test (0.0.3)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
@@ -31,8 +31,8 @@
PLATFORMS
ruby
DEPENDENCIES
cucumber (~> 1.3.10)
- minitest (~> 4.7.3)
- rspec (~> 2.13)
+ minitest (= 5.3.3)
+ rspec (>= 2.13, < 4.0)
test-queue!