Commit 1a8d353789f876afda18780f1a9bdfa83e3f358f

Authored by Rafael Manzo
1 parent a70e5ca0

rails updated

Showing 2 changed files with 27 additions and 27 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.1.6' 4 +gem 'rails', '4.1.8'
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,27 +11,27 @@ GIT @@ -11,27 +11,27 @@ GIT
11 GEM 11 GEM
12 remote: https://rubygems.org/ 12 remote: https://rubygems.org/
13 specs: 13 specs:
14 - actionmailer (4.1.6)  
15 - actionpack (= 4.1.6)  
16 - actionview (= 4.1.6) 14 + actionmailer (4.1.8)
  15 + actionpack (= 4.1.8)
  16 + actionview (= 4.1.8)
17 mail (~> 2.5, >= 2.5.4) 17 mail (~> 2.5, >= 2.5.4)
18 - actionpack (4.1.6)  
19 - actionview (= 4.1.6)  
20 - activesupport (= 4.1.6) 18 + actionpack (4.1.8)
  19 + actionview (= 4.1.8)
  20 + activesupport (= 4.1.8)
21 rack (~> 1.5.2) 21 rack (~> 1.5.2)
22 rack-test (~> 0.6.2) 22 rack-test (~> 0.6.2)
23 - actionview (4.1.6)  
24 - activesupport (= 4.1.6) 23 + actionview (4.1.8)
  24 + activesupport (= 4.1.8)
25 builder (~> 3.1) 25 builder (~> 3.1)
26 erubis (~> 2.7.0) 26 erubis (~> 2.7.0)
27 - activemodel (4.1.6)  
28 - activesupport (= 4.1.6) 27 + activemodel (4.1.8)
  28 + activesupport (= 4.1.8)
29 builder (~> 3.1) 29 builder (~> 3.1)
30 - activerecord (4.1.6)  
31 - activemodel (= 4.1.6)  
32 - activesupport (= 4.1.6) 30 + activerecord (4.1.8)
  31 + activemodel (= 4.1.8)
  32 + activesupport (= 4.1.8)
33 arel (~> 5.0.0) 33 arel (~> 5.0.0)
34 - activesupport (4.1.6) 34 + activesupport (4.1.8)
35 i18n (~> 0.6, >= 0.6.9) 35 i18n (~> 0.6, >= 0.6.9)
36 json (~> 1.7, >= 1.7.7) 36 json (~> 1.7, >= 1.7.7)
37 minitest (~> 5.1) 37 minitest (~> 5.1)
@@ -175,19 +175,19 @@ GEM @@ -175,19 +175,19 @@ GEM
175 rack (1.5.2) 175 rack (1.5.2)
176 rack-test (0.6.2) 176 rack-test (0.6.2)
177 rack (>= 1.0) 177 rack (>= 1.0)
178 - rails (4.1.6)  
179 - actionmailer (= 4.1.6)  
180 - actionpack (= 4.1.6)  
181 - actionview (= 4.1.6)  
182 - activemodel (= 4.1.6)  
183 - activerecord (= 4.1.6)  
184 - activesupport (= 4.1.6) 178 + rails (4.1.8)
  179 + actionmailer (= 4.1.8)
  180 + actionpack (= 4.1.8)
  181 + actionview (= 4.1.8)
  182 + activemodel (= 4.1.8)
  183 + activerecord (= 4.1.8)
  184 + activesupport (= 4.1.8)
185 bundler (>= 1.3.0, < 2.0) 185 bundler (>= 1.3.0, < 2.0)
186 - railties (= 4.1.6) 186 + railties (= 4.1.8)
187 sprockets-rails (~> 2.0) 187 sprockets-rails (~> 2.0)
188 - railties (4.1.6)  
189 - actionpack (= 4.1.6)  
190 - activesupport (= 4.1.6) 188 + railties (4.1.8)
  189 + actionpack (= 4.1.8)
  190 + activesupport (= 4.1.8)
191 rake (>= 0.8.7) 191 rake (>= 0.8.7)
192 thor (>= 0.18.1, < 2.0) 192 thor (>= 0.18.1, < 2.0)
193 rake (10.4.2) 193 rake (10.4.2)
@@ -297,7 +297,7 @@ DEPENDENCIES @@ -297,7 +297,7 @@ DEPENDENCIES
297 mocha 297 mocha
298 pg (~> 0.17.0) 298 pg (~> 0.17.0)
299 poltergeist (~> 1.5.0) 299 poltergeist (~> 1.5.0)
300 - rails (= 4.1.6) 300 + rails (= 4.1.8)
301 rspec-rails (~> 3.1.0) 301 rspec-rails (~> 3.1.0)
302 sass-rails (~> 4.0.1) 302 sass-rails (~> 4.0.1)
303 sdoc 303 sdoc