Commit 6d9d89263b073652f76f674a7d7a50c6cfd5721d
1 parent
b5a2e1cf
Exists in
colab
and in
4 other branches
Updated Rails to 4.0.1
Showing
2 changed files
with
22 additions
and
22 deletions
Show diff stats
Gemfile
Gemfile.lock
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | - actionmailer (4.0.0) | |
5 | - actionpack (= 4.0.0) | |
6 | - mail (~> 2.5.3) | |
7 | - actionpack (4.0.0) | |
8 | - activesupport (= 4.0.0) | |
4 | + actionmailer (4.0.1) | |
5 | + actionpack (= 4.0.1) | |
6 | + mail (~> 2.5.4) | |
7 | + actionpack (4.0.1) | |
8 | + activesupport (= 4.0.1) | |
9 | 9 | builder (~> 3.1.0) |
10 | 10 | erubis (~> 2.7.0) |
11 | 11 | rack (~> 1.5.2) |
12 | 12 | rack-test (~> 0.6.2) |
13 | - activemodel (4.0.0) | |
14 | - activesupport (= 4.0.0) | |
13 | + activemodel (4.0.1) | |
14 | + activesupport (= 4.0.1) | |
15 | 15 | builder (~> 3.1.0) |
16 | - activerecord (4.0.0) | |
17 | - activemodel (= 4.0.0) | |
16 | + activerecord (4.0.1) | |
17 | + activemodel (= 4.0.1) | |
18 | 18 | activerecord-deprecated_finders (~> 1.0.2) |
19 | - activesupport (= 4.0.0) | |
19 | + activesupport (= 4.0.1) | |
20 | 20 | arel (~> 4.0.0) |
21 | 21 | activerecord-deprecated_finders (1.0.3) |
22 | - activesupport (4.0.0) | |
22 | + activesupport (4.0.1) | |
23 | 23 | i18n (~> 0.6, >= 0.6.4) |
24 | 24 | minitest (~> 4.2) |
25 | 25 | multi_json (~> 1.3) |
... | ... | @@ -143,17 +143,17 @@ GEM |
143 | 143 | rack (1.5.2) |
144 | 144 | rack-test (0.6.2) |
145 | 145 | rack (>= 1.0) |
146 | - rails (4.0.0) | |
147 | - actionmailer (= 4.0.0) | |
148 | - actionpack (= 4.0.0) | |
149 | - activerecord (= 4.0.0) | |
150 | - activesupport (= 4.0.0) | |
146 | + rails (4.0.1) | |
147 | + actionmailer (= 4.0.1) | |
148 | + actionpack (= 4.0.1) | |
149 | + activerecord (= 4.0.1) | |
150 | + activesupport (= 4.0.1) | |
151 | 151 | bundler (>= 1.3.0, < 2.0) |
152 | - railties (= 4.0.0) | |
152 | + railties (= 4.0.1) | |
153 | 153 | sprockets-rails (~> 2.0.0) |
154 | - railties (4.0.0) | |
155 | - actionpack (= 4.0.0) | |
156 | - activesupport (= 4.0.0) | |
154 | + railties (4.0.1) | |
155 | + actionpack (= 4.0.1) | |
156 | + activesupport (= 4.0.1) | |
157 | 157 | rake (>= 0.8.7) |
158 | 158 | thor (>= 0.18.1, < 2.0) |
159 | 159 | rake (10.1.0) |
... | ... | @@ -261,7 +261,7 @@ DEPENDENCIES |
261 | 261 | modernizr-rails |
262 | 262 | pg (~> 0.17.0) |
263 | 263 | poltergeist (~> 1.4.0) |
264 | - rails (= 4.0.0) | |
264 | + rails (= 4.0.1) | |
265 | 265 | rspec-rails |
266 | 266 | rvm-capistrano |
267 | 267 | sass-rails (~> 4.0.0.rc2) | ... | ... |