Commit 8a1ba3d44ffa80c90dd8d1a9ffbab8f933b8a814

Authored by Steve Kenworthy
1 parent 6a233224
Exists in master and in 1 other branch production

Updated rails to 4.1.12

Showing 1 changed file with 25 additions and 25 deletions   Show diff stats
Gemfile.lock
1 1 GEM
2 2 remote: https://rubygems.org/
3 3 specs:
4   - actionmailer (4.1.11)
5   - actionpack (= 4.1.11)
6   - actionview (= 4.1.11)
  4 + actionmailer (4.1.12)
  5 + actionpack (= 4.1.12)
  6 + actionview (= 4.1.12)
7 7 mail (~> 2.5, >= 2.5.4)
8 8 actionmailer_inline_css (1.5.3)
9 9 actionmailer (>= 3.0.0)
10 10 nokogiri (>= 1.4.4)
11 11 premailer (>= 1.7.1)
12   - actionpack (4.1.11)
13   - actionview (= 4.1.11)
14   - activesupport (= 4.1.11)
  12 + actionpack (4.1.12)
  13 + actionview (= 4.1.12)
  14 + activesupport (= 4.1.12)
15 15 rack (~> 1.5.2)
16 16 rack-test (~> 0.6.2)
17   - actionview (4.1.11)
18   - activesupport (= 4.1.11)
  17 + actionview (4.1.12)
  18 + activesupport (= 4.1.12)
19 19 builder (~> 3.1)
20 20 erubis (~> 2.7.0)
21   - activemodel (4.1.11)
22   - activesupport (= 4.1.11)
  21 + activemodel (4.1.12)
  22 + activesupport (= 4.1.12)
23 23 builder (~> 3.1)
24   - activerecord (4.1.11)
25   - activemodel (= 4.1.11)
26   - activesupport (= 4.1.11)
  24 + activerecord (4.1.12)
  25 + activemodel (= 4.1.12)
  26 + activesupport (= 4.1.12)
27 27 arel (~> 5.0.0)
28   - activesupport (4.1.11)
  28 + activesupport (4.1.12)
29 29 i18n (~> 0.6, >= 0.6.9)
30 30 json (~> 1.7, >= 1.7.7)
31 31 minitest (~> 5.1)
... ... @@ -259,15 +259,15 @@ GEM
259 259 rack-ssl-enforcer (0.2.8)
260 260 rack-test (0.6.3)
261 261 rack (>= 1.0)
262   - rails (4.1.11)
263   - actionmailer (= 4.1.11)
264   - actionpack (= 4.1.11)
265   - actionview (= 4.1.11)
266   - activemodel (= 4.1.11)
267   - activerecord (= 4.1.11)
268   - activesupport (= 4.1.11)
  262 + rails (4.1.12)
  263 + actionmailer (= 4.1.12)
  264 + actionpack (= 4.1.12)
  265 + actionview (= 4.1.12)
  266 + activemodel (= 4.1.12)
  267 + activerecord (= 4.1.12)
  268 + activesupport (= 4.1.12)
269 269 bundler (>= 1.3.0, < 2.0)
270   - railties (= 4.1.11)
  270 + railties (= 4.1.12)
271 271 sprockets-rails (~> 2.0)
272 272 rails_12factor (0.0.3)
273 273 rails_serve_static_assets
... ... @@ -276,9 +276,9 @@ GEM
276 276 rails (> 3.1)
277 277 rails_serve_static_assets (0.0.4)
278 278 rails_stdout_logging (0.0.3)
279   - railties (4.1.11)
280   - actionpack (= 4.1.11)
281   - activesupport (= 4.1.11)
  279 + railties (4.1.12)
  280 + actionpack (= 4.1.12)
  281 + activesupport (= 4.1.12)
282 282 rake (>= 0.8.7)
283 283 thor (>= 0.18.1, < 2.0)
284 284 raindrops (0.13.0)
... ...