Skip to content

Commit 3d000ee

Browse files
committed
Merge branch 'rspec-2.12' of git://github.com/jlee-r7/metasploit-framework into jlee-r7-rspec-2.12
2 parents 79918d1 + 73f5986 commit 3d000ee

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323

2424
group :test do
2525
# testing framework
26-
gem 'rspec'
26+
gem 'rspec', '>= 2.12'
2727
# code coverage for tests
2828
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.
2929
gem 'simplecov', '0.5.4', :require => false

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,46 @@ GIT
1212
GEM
1313
remote: http://rubygems.org/
1414
specs:
15-
activemodel (3.2.8)
16-
activesupport (= 3.2.8)
15+
activemodel (3.2.9)
16+
activesupport (= 3.2.9)
1717
builder (~> 3.0.0)
18-
activerecord (3.2.8)
19-
activemodel (= 3.2.8)
20-
activesupport (= 3.2.8)
18+
activerecord (3.2.9)
19+
activemodel (= 3.2.9)
20+
activesupport (= 3.2.9)
2121
arel (~> 3.0.2)
2222
tzinfo (~> 0.3.29)
23-
activesupport (3.2.8)
23+
activesupport (3.2.9)
2424
i18n (~> 0.6)
2525
multi_json (~> 1.0)
2626
arel (3.0.2)
27-
builder (3.0.3)
27+
builder (3.0.4)
2828
coderay (1.0.8)
2929
diff-lcs (1.1.3)
3030
i18n (0.6.1)
3131
method_source (0.8.1)
32-
multi_json (1.3.6)
32+
multi_json (1.0.4)
3333
pg (0.14.1)
3434
pry (0.9.10)
3535
coderay (~> 1.0.5)
3636
method_source (~> 0.8)
3737
slop (~> 3.3.1)
38-
rake (0.9.2.2)
39-
redcarpet (2.1.1)
40-
rspec (2.11.0)
41-
rspec-core (~> 2.11.0)
42-
rspec-expectations (~> 2.11.0)
43-
rspec-mocks (~> 2.11.0)
44-
rspec-core (2.11.1)
45-
rspec-expectations (2.11.3)
38+
rake (10.0.2)
39+
redcarpet (2.2.2)
40+
rspec (2.12.0)
41+
rspec-core (~> 2.12.0)
42+
rspec-expectations (~> 2.12.0)
43+
rspec-mocks (~> 2.12.0)
44+
rspec-core (2.12.1)
45+
rspec-expectations (2.12.0)
4646
diff-lcs (~> 1.1.3)
47-
rspec-mocks (2.11.3)
47+
rspec-mocks (2.12.0)
4848
simplecov (0.5.4)
4949
multi_json (~> 1.0.3)
5050
simplecov-html (~> 0.5.3)
5151
simplecov-html (0.5.3)
5252
slop (3.3.3)
53-
tzinfo (0.3.33)
54-
yard (0.8.2.1)
53+
tzinfo (0.3.35)
54+
yard (0.8.3)
5555

5656
PLATFORMS
5757
ruby
@@ -63,6 +63,6 @@ DEPENDENCIES
6363
pg (>= 0.11)
6464
rake
6565
redcarpet
66-
rspec
66+
rspec (>= 2.12)
6767
simplecov (= 0.5.4)
6868
yard

0 commit comments

Comments
 (0)