File tree 2 files changed +0
-28
lines changed 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 4
4
vestal_versions (1.2.2 )
5
5
activerecord (>= 3.0.0 )
6
6
activesupport (>= 3.0.0 )
7
- railties (>= 3.0.0 )
8
7
9
8
GEM
10
9
remote: http://rubygems.org/
11
10
specs:
12
- abstract (1.0.0 )
13
- actionpack (3.0.3 )
14
- activemodel (= 3.0.3 )
15
- activesupport (= 3.0.3 )
16
- builder (~> 2.1.2 )
17
- erubis (~> 2.6.6 )
18
- i18n (~> 0.4 )
19
- rack (~> 1.2.1 )
20
- rack-mount (~> 0.6.13 )
21
- rack-test (~> 0.5.6 )
22
- tzinfo (~> 0.3.23 )
23
11
activemodel (3.0.3 )
24
12
activesupport (= 3.0.3 )
25
13
builder (~> 2.1.2 )
33
21
arel (2.0.4 )
34
22
builder (2.1.2 )
35
23
diff-lcs (1.1.2 )
36
- erubis (2.6.6 )
37
- abstract (>= 1.0.0 )
38
24
i18n (0.4.2 )
39
- rack (1.2.1 )
40
- rack-mount (0.6.13 )
41
- rack (>= 1.0.0 )
42
- rack-test (0.5.6 )
43
- rack (>= 1.0 )
44
- railties (3.0.3 )
45
- actionpack (= 3.0.3 )
46
- activesupport (= 3.0.3 )
47
- rake (>= 0.8.7 )
48
- thor (~> 0.14.4 )
49
- rake (0.8.7 )
50
25
rcov (0.9.9 )
51
26
rspec (2.1.0 )
52
27
rspec-core (~> 2.1.0 )
60
35
simplecov-html (>= 0.3.7 )
61
36
simplecov-html (0.3.9 )
62
37
sqlite3-ruby (1.3.2 )
63
- thor (0.14.6 )
64
38
tzinfo (0.3.23 )
65
39
66
40
PLATFORMS
@@ -69,7 +43,6 @@ PLATFORMS
69
43
DEPENDENCIES
70
44
activerecord (>= 3.0.0 )
71
45
activesupport (>= 3.0.0 )
72
- railties (>= 3.0.0 )
73
46
rcov
74
47
rspec
75
48
simplecov
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ Gem::Specification.new do |s|
18
18
19
19
s . add_dependency 'activerecord' , '>= 3.0.0'
20
20
s . add_dependency 'activesupport' , '>= 3.0.0'
21
- s . add_dependency 'railties' , '>= 3.0.0'
22
21
23
22
s . add_development_dependency 'rspec'
24
23
s . add_development_dependency 'sqlite3-ruby'
You can’t perform that action at this time.
0 commit comments