File tree Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
1
source 'http://rubygems.org'
2
2
3
- gem 'rails' , '3.0.5'
3
+ gem 'rails'
4
4
gem 'ZenTest'
5
5
gem 'autotest'
6
6
gem 'autotest-rails-pure'
Original file line number Diff line number Diff line change 3
3
specs:
4
4
ZenTest (4.5.0 )
5
5
abstract (1.0.0 )
6
- actionmailer (3.0.5 )
7
- actionpack (= 3.0.5 )
6
+ actionmailer (3.0.7 )
7
+ actionpack (= 3.0.7 )
8
8
mail (~> 2.2.15 )
9
- actionpack (3.0.5 )
10
- activemodel (= 3.0.5 )
11
- activesupport (= 3.0.5 )
9
+ actionpack (3.0.7 )
10
+ activemodel (= 3.0.7 )
11
+ activesupport (= 3.0.7 )
12
12
builder (~> 2.1.2 )
13
13
erubis (~> 2.6.6 )
14
- i18n (~> 0.4 )
14
+ i18n (~> 0.5.0 )
15
15
rack (~> 1.2.1 )
16
- rack-mount (~> 0.6.13 )
16
+ rack-mount (~> 0.6.14 )
17
17
rack-test (~> 0.5.7 )
18
18
tzinfo (~> 0.3.23 )
19
- activemodel (3.0.5 )
20
- activesupport (= 3.0.5 )
19
+ activemodel (3.0.7 )
20
+ activesupport (= 3.0.7 )
21
21
builder (~> 2.1.2 )
22
- i18n (~> 0.4 )
23
- activerecord (3.0.5 )
24
- activemodel (= 3.0.5 )
25
- activesupport (= 3.0.5 )
22
+ i18n (~> 0.5.0 )
23
+ activerecord (3.0.7 )
24
+ activemodel (= 3.0.7 )
25
+ activesupport (= 3.0.7 )
26
26
arel (~> 2.0.2 )
27
27
tzinfo (~> 0.3.23 )
28
- activeresource (3.0.5 )
29
- activemodel (= 3.0.5 )
30
- activesupport (= 3.0.5 )
31
- activesupport (3.0.5 )
28
+ activeresource (3.0.7 )
29
+ activemodel (= 3.0.7 )
30
+ activesupport (= 3.0.7 )
31
+ activesupport (3.0.7 )
32
32
arel (2.0.9 )
33
33
autotest (4.4.6 )
34
34
ZenTest (>= 4.4.1 )
52
52
rack (>= 1.0.0 )
53
53
rack-test (0.5.7 )
54
54
rack (>= 1.0 )
55
- rails (3.0.5 )
56
- actionmailer (= 3.0.5 )
57
- actionpack (= 3.0.5 )
58
- activerecord (= 3.0.5 )
59
- activeresource (= 3.0.5 )
60
- activesupport (= 3.0.5 )
55
+ rails (3.0.7 )
56
+ actionmailer (= 3.0.7 )
57
+ actionpack (= 3.0.7 )
58
+ activerecord (= 3.0.7 )
59
+ activeresource (= 3.0.7 )
60
+ activesupport (= 3.0.7 )
61
61
bundler (~> 1.0 )
62
- railties (= 3.0.5 )
63
- railties (3.0.5 )
64
- actionpack (= 3.0.5 )
65
- activesupport (= 3.0.5 )
62
+ railties (= 3.0.7 )
63
+ railties (3.0.7 )
64
+ actionpack (= 3.0.7 )
65
+ activesupport (= 3.0.7 )
66
66
rake (>= 0.8.7 )
67
67
thor (~> 0.14.4 )
68
68
rake (0.8.7 )
@@ -100,7 +100,7 @@ DEPENDENCIES
100
100
autotest
101
101
autotest-growl
102
102
autotest-rails-pure
103
- rails ( = 3.0.5 )
103
+ rails
104
104
rspec
105
105
rspec-rails
106
106
spork
You can’t perform that action at this time.
0 commit comments