Commit 91e3a6a4efe1ea07bf5a4ee52dcc991835effd93

Authored by Rafael Manzo
1 parent 9caf9a2e

Updated to Rails 4.1.1

Showing 2 changed files with 27 additions and 27 deletions   Show diff stats
Gemfile
1 1 source 'https://rubygems.org'
2 2  
3 3 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4   -gem 'rails', '4.1.0'
  4 +gem 'rails', '4.1.1'
5 5  
6 6 # Use sqlite3 as the database for Active Record
7 7 gem 'sqlite3'
... ...
Gemfile.lock
... ... @@ -11,27 +11,27 @@ GIT
11 11 GEM
12 12 remote: https://rubygems.org/
13 13 specs:
14   - actionmailer (4.1.0)
15   - actionpack (= 4.1.0)
16   - actionview (= 4.1.0)
  14 + actionmailer (4.1.1)
  15 + actionpack (= 4.1.1)
  16 + actionview (= 4.1.1)
17 17 mail (~> 2.5.4)
18   - actionpack (4.1.0)
19   - actionview (= 4.1.0)
20   - activesupport (= 4.1.0)
  18 + actionpack (4.1.1)
  19 + actionview (= 4.1.1)
  20 + activesupport (= 4.1.1)
21 21 rack (~> 1.5.2)
22 22 rack-test (~> 0.6.2)
23   - actionview (4.1.0)
24   - activesupport (= 4.1.0)
  23 + actionview (4.1.1)
  24 + activesupport (= 4.1.1)
25 25 builder (~> 3.1)
26 26 erubis (~> 2.7.0)
27   - activemodel (4.1.0)
28   - activesupport (= 4.1.0)
  27 + activemodel (4.1.1)
  28 + activesupport (= 4.1.1)
29 29 builder (~> 3.1)
30   - activerecord (4.1.0)
31   - activemodel (= 4.1.0)
32   - activesupport (= 4.1.0)
  30 + activerecord (4.1.1)
  31 + activemodel (= 4.1.1)
  32 + activesupport (= 4.1.1)
33 33 arel (~> 5.0.0)
34   - activesupport (4.1.0)
  34 + activesupport (4.1.1)
35 35 i18n (~> 0.6, >= 0.6.9)
36 36 json (~> 1.7, >= 1.7.7)
37 37 minitest (~> 5.1)
... ... @@ -168,19 +168,19 @@ GEM
168 168 rack (1.5.2)
169 169 rack-test (0.6.2)
170 170 rack (>= 1.0)
171   - rails (4.1.0)
172   - actionmailer (= 4.1.0)
173   - actionpack (= 4.1.0)
174   - actionview (= 4.1.0)
175   - activemodel (= 4.1.0)
176   - activerecord (= 4.1.0)
177   - activesupport (= 4.1.0)
  171 + rails (4.1.1)
  172 + actionmailer (= 4.1.1)
  173 + actionpack (= 4.1.1)
  174 + actionview (= 4.1.1)
  175 + activemodel (= 4.1.1)
  176 + activerecord (= 4.1.1)
  177 + activesupport (= 4.1.1)
178 178 bundler (>= 1.3.0, < 2.0)
179   - railties (= 4.1.0)
  179 + railties (= 4.1.1)
180 180 sprockets-rails (~> 2.0)
181   - railties (4.1.0)
182   - actionpack (= 4.1.0)
183   - activesupport (= 4.1.0)
  181 + railties (4.1.1)
  182 + actionpack (= 4.1.1)
  183 + activesupport (= 4.1.1)
184 184 rake (>= 0.8.7)
185 185 thor (>= 0.18.1, < 2.0)
186 186 rake (10.3.2)
... ... @@ -285,7 +285,7 @@ DEPENDENCIES
285 285 modernizr-rails
286 286 pg (~> 0.17.0)
287 287 poltergeist (~> 1.5.0)
288   - rails (= 4.1.0)
  288 + rails (= 4.1.1)
289 289 rspec-rails
290 290 sass-rails (~> 4.0.1)
291 291 sdoc
... ...