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
| 1 | source 'https://rubygems.org' | 1 | source 'https://rubygems.org' |
| 2 | 2 | ||
| 3 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 3 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
| 4 | -gem 'rails', '4.0.2' | 4 | +gem 'rails', '4.0.3' |
| 5 | 5 | ||
| 6 | # Use sqlite3 as the database for Active Record | 6 | # Use sqlite3 as the database for Active Record |
| 7 | gem 'sqlite3' | 7 | gem 'sqlite3' |
Gemfile.lock
| 1 | GEM | 1 | GEM |
| 2 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
| 3 | specs: | 3 | specs: |
| 4 | - actionmailer (4.0.2) | ||
| 5 | - actionpack (= 4.0.2) | 4 | + actionmailer (4.0.3) |
| 5 | + actionpack (= 4.0.3) | ||
| 6 | mail (~> 2.5.4) | 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 | builder (~> 3.1.0) | 9 | builder (~> 3.1.0) |
| 10 | erubis (~> 2.7.0) | 10 | erubis (~> 2.7.0) |
| 11 | rack (~> 1.5.2) | 11 | rack (~> 1.5.2) |
| 12 | rack-test (~> 0.6.2) | 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 | builder (~> 3.1.0) | 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 | activerecord-deprecated_finders (~> 1.0.2) | 18 | activerecord-deprecated_finders (~> 1.0.2) |
| 19 | - activesupport (= 4.0.2) | 19 | + activesupport (= 4.0.3) |
| 20 | arel (~> 4.0.0) | 20 | arel (~> 4.0.0) |
| 21 | activerecord-deprecated_finders (1.0.3) | 21 | activerecord-deprecated_finders (1.0.3) |
| 22 | - activesupport (4.0.2) | 22 | + activesupport (4.0.3) |
| 23 | i18n (~> 0.6, >= 0.6.4) | 23 | i18n (~> 0.6, >= 0.6.4) |
| 24 | minitest (~> 4.2) | 24 | minitest (~> 4.2) |
| 25 | multi_json (~> 1.3) | 25 | multi_json (~> 1.3) |
| @@ -158,21 +158,21 @@ GEM | @@ -158,21 +158,21 @@ GEM | ||
| 158 | cliver (~> 0.3.1) | 158 | cliver (~> 0.3.1) |
| 159 | multi_json (~> 1.0) | 159 | multi_json (~> 1.0) |
| 160 | websocket-driver (>= 0.2.0) | 160 | websocket-driver (>= 0.2.0) |
| 161 | - polyglot (0.3.3) | 161 | + polyglot (0.3.4) |
| 162 | rack (1.5.2) | 162 | rack (1.5.2) |
| 163 | rack-test (0.6.2) | 163 | rack-test (0.6.2) |
| 164 | rack (>= 1.0) | 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 | bundler (>= 1.3.0, < 2.0) | 170 | bundler (>= 1.3.0, < 2.0) |
| 171 | - railties (= 4.0.2) | 171 | + railties (= 4.0.3) |
| 172 | sprockets-rails (~> 2.0.0) | 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 | rake (>= 0.8.7) | 176 | rake (>= 0.8.7) |
| 177 | thor (>= 0.18.1, < 2.0) | 177 | thor (>= 0.18.1, < 2.0) |
| 178 | rake (10.1.1) | 178 | rake (10.1.1) |
| @@ -293,7 +293,7 @@ DEPENDENCIES | @@ -293,7 +293,7 @@ DEPENDENCIES | ||
| 293 | modernizr-rails | 293 | modernizr-rails |
| 294 | pg (~> 0.17.0) | 294 | pg (~> 0.17.0) |
| 295 | poltergeist (~> 1.5.0) | 295 | poltergeist (~> 1.5.0) |
| 296 | - rails (= 4.0.2) | 296 | + rails (= 4.0.3) |
| 297 | rspec-rails | 297 | rspec-rails |
| 298 | sass-rails (~> 4.0.1) | 298 | sass-rails (~> 4.0.1) |
| 299 | sdoc | 299 | sdoc |