File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 23
23
24
24
group :test do
25
25
# testing framework
26
- gem 'rspec'
26
+ gem 'rspec' , '>= 2.12'
27
27
# code coverage for tests
28
28
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.
29
29
gem 'simplecov' , '0.5.4' , :require => false
Original file line number Diff line number Diff line change 12
12
GEM
13
13
remote: http://rubygems.org/
14
14
specs:
15
- activemodel (3.2.8 )
16
- activesupport (= 3.2.8 )
15
+ activemodel (3.2.9 )
16
+ activesupport (= 3.2.9 )
17
17
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 )
21
21
arel (~> 3.0.2 )
22
22
tzinfo (~> 0.3.29 )
23
- activesupport (3.2.8 )
23
+ activesupport (3.2.9 )
24
24
i18n (~> 0.6 )
25
25
multi_json (~> 1.0 )
26
26
arel (3.0.2 )
27
- builder (3.0.3 )
27
+ builder (3.0.4 )
28
28
coderay (1.0.8 )
29
29
diff-lcs (1.1.3 )
30
30
i18n (0.6.1 )
31
31
method_source (0.8.1 )
32
- multi_json (1.3.6 )
32
+ multi_json (1.0.4 )
33
33
pg (0.14.1 )
34
34
pry (0.9.10 )
35
35
coderay (~> 1.0.5 )
36
36
method_source (~> 0.8 )
37
37
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 )
46
46
diff-lcs (~> 1.1.3 )
47
- rspec-mocks (2.11.3 )
47
+ rspec-mocks (2.12.0 )
48
48
simplecov (0.5.4 )
49
49
multi_json (~> 1.0.3 )
50
50
simplecov-html (~> 0.5.3 )
51
51
simplecov-html (0.5.3 )
52
52
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 )
55
55
56
56
PLATFORMS
57
57
ruby
@@ -63,6 +63,6 @@ DEPENDENCIES
63
63
pg (>= 0.11 )
64
64
rake
65
65
redcarpet
66
- rspec
66
+ rspec ( >= 2.12 )
67
67
simplecov (= 0.5.4 )
68
68
yard
You can’t perform that action at this time.
0 commit comments