Commit 4efe049bf5c6187f8d5eef201c9f25787f989870

Authored by Rafael Manzo
Committed by Diego Camarinha
1 parent 81e60f0c

rails updated

Showing 2 changed files with 31 additions and 31 deletions   Show diff stats
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.2.1' 4 +gem 'rails', '4.2.2'
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'
@@ -11,36 +11,36 @@ GIT @@ -11,36 +11,36 @@ GIT
11 GEM 11 GEM
12 remote: https://rubygems.org/ 12 remote: https://rubygems.org/
13 specs: 13 specs:
14 - actionmailer (4.2.1)  
15 - actionpack (= 4.2.1)  
16 - actionview (= 4.2.1)  
17 - activejob (= 4.2.1) 14 + actionmailer (4.2.2)
  15 + actionpack (= 4.2.2)
  16 + actionview (= 4.2.2)
  17 + activejob (= 4.2.2)
18 mail (~> 2.5, >= 2.5.4) 18 mail (~> 2.5, >= 2.5.4)
19 rails-dom-testing (~> 1.0, >= 1.0.5) 19 rails-dom-testing (~> 1.0, >= 1.0.5)
20 - actionpack (4.2.1)  
21 - actionview (= 4.2.1)  
22 - activesupport (= 4.2.1) 20 + actionpack (4.2.2)
  21 + actionview (= 4.2.2)
  22 + activesupport (= 4.2.2)
23 rack (~> 1.6) 23 rack (~> 1.6)
24 rack-test (~> 0.6.2) 24 rack-test (~> 0.6.2)
25 rails-dom-testing (~> 1.0, >= 1.0.5) 25 rails-dom-testing (~> 1.0, >= 1.0.5)
26 rails-html-sanitizer (~> 1.0, >= 1.0.1) 26 rails-html-sanitizer (~> 1.0, >= 1.0.1)
27 - actionview (4.2.1)  
28 - activesupport (= 4.2.1) 27 + actionview (4.2.2)
  28 + activesupport (= 4.2.2)
29 builder (~> 3.1) 29 builder (~> 3.1)
30 erubis (~> 2.7.0) 30 erubis (~> 2.7.0)
31 rails-dom-testing (~> 1.0, >= 1.0.5) 31 rails-dom-testing (~> 1.0, >= 1.0.5)
32 rails-html-sanitizer (~> 1.0, >= 1.0.1) 32 rails-html-sanitizer (~> 1.0, >= 1.0.1)
33 - activejob (4.2.1)  
34 - activesupport (= 4.2.1) 33 + activejob (4.2.2)
  34 + activesupport (= 4.2.2)
35 globalid (>= 0.3.0) 35 globalid (>= 0.3.0)
36 - activemodel (4.2.1)  
37 - activesupport (= 4.2.1) 36 + activemodel (4.2.2)
  37 + activesupport (= 4.2.2)
38 builder (~> 3.1) 38 builder (~> 3.1)
39 - activerecord (4.2.1)  
40 - activemodel (= 4.2.1)  
41 - activesupport (= 4.2.1) 39 + activerecord (4.2.2)
  40 + activemodel (= 4.2.2)
  41 + activesupport (= 4.2.2)
42 arel (~> 6.0) 42 arel (~> 6.0)
43 - activesupport (4.2.1) 43 + activesupport (4.2.2)
44 i18n (~> 0.7) 44 i18n (~> 0.7)
45 json (~> 1.7, >= 1.7.7) 45 json (~> 1.7, >= 1.7.7)
46 minitest (~> 5.1) 46 minitest (~> 5.1)
@@ -213,16 +213,16 @@ GEM @@ -213,16 +213,16 @@ GEM
213 rack (1.6.4) 213 rack (1.6.4)
214 rack-test (0.6.3) 214 rack-test (0.6.3)
215 rack (>= 1.0) 215 rack (>= 1.0)
216 - rails (4.2.1)  
217 - actionmailer (= 4.2.1)  
218 - actionpack (= 4.2.1)  
219 - actionview (= 4.2.1)  
220 - activejob (= 4.2.1)  
221 - activemodel (= 4.2.1)  
222 - activerecord (= 4.2.1)  
223 - activesupport (= 4.2.1) 216 + rails (4.2.2)
  217 + actionmailer (= 4.2.2)
  218 + actionpack (= 4.2.2)
  219 + actionview (= 4.2.2)
  220 + activejob (= 4.2.2)
  221 + activemodel (= 4.2.2)
  222 + activerecord (= 4.2.2)
  223 + activesupport (= 4.2.2)
224 bundler (>= 1.3.0, < 2.0) 224 bundler (>= 1.3.0, < 2.0)
225 - railties (= 4.2.1) 225 + railties (= 4.2.2)
226 sprockets-rails 226 sprockets-rails
227 rails-deprecated_sanitizer (1.0.3) 227 rails-deprecated_sanitizer (1.0.3)
228 activesupport (>= 4.2.0.alpha) 228 activesupport (>= 4.2.0.alpha)
@@ -232,9 +232,9 @@ GEM @@ -232,9 +232,9 @@ GEM
232 rails-deprecated_sanitizer (>= 1.0.1) 232 rails-deprecated_sanitizer (>= 1.0.1)
233 rails-html-sanitizer (1.0.2) 233 rails-html-sanitizer (1.0.2)
234 loofah (~> 2.0) 234 loofah (~> 2.0)
235 - railties (4.2.1)  
236 - actionpack (= 4.2.1)  
237 - activesupport (= 4.2.1) 235 + railties (4.2.2)
  236 + actionpack (= 4.2.2)
  237 + activesupport (= 4.2.2)
238 rake (>= 0.8.7) 238 rake (>= 0.8.7)
239 thor (>= 0.18.1, < 2.0) 239 thor (>= 0.18.1, < 2.0)
240 rake (10.4.2) 240 rake (10.4.2)
@@ -352,7 +352,7 @@ DEPENDENCIES @@ -352,7 +352,7 @@ DEPENDENCIES
352 mocha 352 mocha
353 pg (~> 0.18.1) 353 pg (~> 0.18.1)
354 poltergeist (~> 1.6.0) 354 poltergeist (~> 1.6.0)
355 - rails (= 4.2.1) 355 + rails (= 4.2.2)
356 rails-html-sanitizer (~> 1.0) 356 rails-html-sanitizer (~> 1.0)
357 rspec-rails (~> 3.3.2) 357 rspec-rails (~> 3.3.2)
358 sass-rails (~> 5.0.0) 358 sass-rails (~> 5.0.0)