Commit 6ed35a1de1bc5f25b49ac925324c688bbd6dc3fa
1 parent
1dc311f4
Exists in
colab
and in
4 other branches
Rails updated to 4.0.3
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.2) | |
| 5 | - actionpack (= 4.0.2) | |
| 4 | + actionmailer (4.0.3) | |
| 5 | + actionpack (= 4.0.3) | |
| 6 | 6 | mail (~> 2.5.4) |
| 7 | - actionpack (4.0.2) | |
| 8 | - activesupport (= 4.0.2) | |
| 7 | + actionpack (4.0.3) | |
| 8 | + activesupport (= 4.0.3) | |
| 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.2) | |
| 14 | - activesupport (= 4.0.2) | |
| 13 | + activemodel (4.0.3) | |
| 14 | + activesupport (= 4.0.3) | |
| 15 | 15 | builder (~> 3.1.0) |
| 16 | - activerecord (4.0.2) | |
| 17 | - activemodel (= 4.0.2) | |
| 16 | + activerecord (4.0.3) | |
| 17 | + activemodel (= 4.0.3) | |
| 18 | 18 | activerecord-deprecated_finders (~> 1.0.2) |
| 19 | - activesupport (= 4.0.2) | |
| 19 | + activesupport (= 4.0.3) | |
| 20 | 20 | arel (~> 4.0.0) |
| 21 | 21 | activerecord-deprecated_finders (1.0.3) |
| 22 | - activesupport (4.0.2) | |
| 22 | + activesupport (4.0.3) | |
| 23 | 23 | i18n (~> 0.6, >= 0.6.4) |
| 24 | 24 | minitest (~> 4.2) |
| 25 | 25 | multi_json (~> 1.3) |
| ... | ... | @@ -158,21 +158,21 @@ GEM |
| 158 | 158 | cliver (~> 0.3.1) |
| 159 | 159 | multi_json (~> 1.0) |
| 160 | 160 | websocket-driver (>= 0.2.0) |
| 161 | - polyglot (0.3.3) | |
| 161 | + polyglot (0.3.4) | |
| 162 | 162 | rack (1.5.2) |
| 163 | 163 | rack-test (0.6.2) |
| 164 | 164 | rack (>= 1.0) |
| 165 | - rails (4.0.2) | |
| 166 | - actionmailer (= 4.0.2) | |
| 167 | - actionpack (= 4.0.2) | |
| 168 | - activerecord (= 4.0.2) | |
| 169 | - activesupport (= 4.0.2) | |
| 165 | + rails (4.0.3) | |
| 166 | + actionmailer (= 4.0.3) | |
| 167 | + actionpack (= 4.0.3) | |
| 168 | + activerecord (= 4.0.3) | |
| 169 | + activesupport (= 4.0.3) | |
| 170 | 170 | bundler (>= 1.3.0, < 2.0) |
| 171 | - railties (= 4.0.2) | |
| 171 | + railties (= 4.0.3) | |
| 172 | 172 | sprockets-rails (~> 2.0.0) |
| 173 | - railties (4.0.2) | |
| 174 | - actionpack (= 4.0.2) | |
| 175 | - activesupport (= 4.0.2) | |
| 173 | + railties (4.0.3) | |
| 174 | + actionpack (= 4.0.3) | |
| 175 | + activesupport (= 4.0.3) | |
| 176 | 176 | rake (>= 0.8.7) |
| 177 | 177 | thor (>= 0.18.1, < 2.0) |
| 178 | 178 | rake (10.1.1) |
| ... | ... | @@ -293,7 +293,7 @@ DEPENDENCIES |
| 293 | 293 | modernizr-rails |
| 294 | 294 | pg (~> 0.17.0) |
| 295 | 295 | poltergeist (~> 1.5.0) |
| 296 | - rails (= 4.0.2) | |
| 296 | + rails (= 4.0.3) | |
| 297 | 297 | rspec-rails |
| 298 | 298 | sass-rails (~> 4.0.1) |
| 299 | 299 | sdoc | ... | ... |