Skip to content

Commit 815b23e

Browse files
author
Raven
committed
changed the bundle a bit
1 parent 31197e2 commit 815b23e

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem 'rails', '3.0.5'
3+
gem 'rails'
44
gem 'ZenTest'
55
gem 'autotest'
66
gem 'autotest-rails-pure'

Gemfile.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ GEM
33
specs:
44
ZenTest (4.5.0)
55
abstract (1.0.0)
6-
actionmailer (3.0.5)
7-
actionpack (= 3.0.5)
6+
actionmailer (3.0.7)
7+
actionpack (= 3.0.7)
88
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)
1212
builder (~> 2.1.2)
1313
erubis (~> 2.6.6)
14-
i18n (~> 0.4)
14+
i18n (~> 0.5.0)
1515
rack (~> 1.2.1)
16-
rack-mount (~> 0.6.13)
16+
rack-mount (~> 0.6.14)
1717
rack-test (~> 0.5.7)
1818
tzinfo (~> 0.3.23)
19-
activemodel (3.0.5)
20-
activesupport (= 3.0.5)
19+
activemodel (3.0.7)
20+
activesupport (= 3.0.7)
2121
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)
2626
arel (~> 2.0.2)
2727
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)
3232
arel (2.0.9)
3333
autotest (4.4.6)
3434
ZenTest (>= 4.4.1)
@@ -52,17 +52,17 @@ GEM
5252
rack (>= 1.0.0)
5353
rack-test (0.5.7)
5454
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)
6161
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)
6666
rake (>= 0.8.7)
6767
thor (~> 0.14.4)
6868
rake (0.8.7)
@@ -100,7 +100,7 @@ DEPENDENCIES
100100
autotest
101101
autotest-growl
102102
autotest-rails-pure
103-
rails (= 3.0.5)
103+
rails
104104
rspec
105105
rspec-rails
106106
spork

0 commit comments

Comments
 (0)