comparison Gemfile.lock @ 360:36ad4d9590e3

Update rails.
author edogawaconan <me@myconan.net>
date Mon, 17 Nov 2014 13:01:30 +0900
parents 824ac1165404
children 9d36e15cd5eb
comparison
equal deleted inserted replaced
359:824ac1165404 360:36ad4d9590e3
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actionmailer (4.1.7) 4 actionmailer (4.1.8)
5 actionpack (= 4.1.7) 5 actionpack (= 4.1.8)
6 actionview (= 4.1.7) 6 actionview (= 4.1.8)
7 mail (~> 2.5, >= 2.5.4) 7 mail (~> 2.5, >= 2.5.4)
8 actionpack (4.1.7) 8 actionpack (4.1.8)
9 actionview (= 4.1.7) 9 actionview (= 4.1.8)
10 activesupport (= 4.1.7) 10 activesupport (= 4.1.8)
11 rack (~> 1.5.2) 11 rack (~> 1.5.2)
12 rack-test (~> 0.6.2) 12 rack-test (~> 0.6.2)
13 actionview (4.1.7) 13 actionview (4.1.8)
14 activesupport (= 4.1.7) 14 activesupport (= 4.1.8)
15 builder (~> 3.1) 15 builder (~> 3.1)
16 erubis (~> 2.7.0) 16 erubis (~> 2.7.0)
17 activemodel (4.1.7) 17 activemodel (4.1.8)
18 activesupport (= 4.1.7) 18 activesupport (= 4.1.8)
19 builder (~> 3.1) 19 builder (~> 3.1)
20 activerecord (4.1.7) 20 activerecord (4.1.8)
21 activemodel (= 4.1.7) 21 activemodel (= 4.1.8)
22 activesupport (= 4.1.7) 22 activesupport (= 4.1.8)
23 arel (~> 5.0.0) 23 arel (~> 5.0.0)
24 activerecord-jdbc-adapter (1.3.11) 24 activerecord-jdbc-adapter (1.3.12)
25 activerecord (>= 2.2) 25 activerecord (>= 2.2)
26 activerecord-jdbcpostgresql-adapter (1.3.11) 26 activerecord-jdbcpostgresql-adapter (1.3.12)
27 activerecord-jdbc-adapter (~> 1.3.11) 27 activerecord-jdbc-adapter (~> 1.3.12)
28 jdbc-postgres (>= 9.1) 28 jdbc-postgres (>= 9.1)
29 activesupport (4.1.7) 29 activesupport (4.1.8)
30 i18n (~> 0.6, >= 0.6.9) 30 i18n (~> 0.6, >= 0.6.9)
31 json (~> 1.7, >= 1.7.7) 31 json (~> 1.7, >= 1.7.7)
32 minitest (~> 5.1) 32 minitest (~> 5.1)
33 thread_safe (~> 0.1) 33 thread_safe (~> 0.1)
34 tzinfo (~> 1.1) 34 tzinfo (~> 1.1)
35 arel (5.0.1.20140414130214) 35 arel (5.0.1.20140414130214)
36 bootstrap-sass (3.3.0.1) 36 bootstrap-sass (3.3.1.0)
37 sass (~> 3.2) 37 sass (~> 3.2)
38 builder (3.2.2) 38 builder (3.2.2)
39 coffee-rails (4.0.1) 39 coffee-rails (4.0.1)
40 coffee-script (>= 2.2.0) 40 coffee-script (>= 2.2.0)
41 railties (>= 4.0.0, < 5.0) 41 railties (>= 4.0.0, < 5.0)
59 json (1.8.1-java) 59 json (1.8.1-java)
60 kgio (2.9.2) 60 kgio (2.9.2)
61 mail (2.6.3) 61 mail (2.6.3)
62 mime-types (>= 1.16, < 3) 62 mime-types (>= 1.16, < 3)
63 mime-types (2.4.3) 63 mime-types (2.4.3)
64 minitest (5.4.2) 64 minitest (5.4.3)
65 multi_json (1.10.1) 65 multi_json (1.10.1)
66 newrelic_rpm (3.9.6.257) 66 newrelic_rpm (3.9.7.266)
67 pg (0.17.1) 67 pg (0.17.1)
68 puma (2.9.2) 68 puma (2.9.2)
69 rack (>= 1.1, < 2.0) 69 rack (>= 1.1, < 2.0)
70 puma (2.9.2-java) 70 puma (2.9.2-java)
71 rack (>= 1.1, < 2.0) 71 rack (>= 1.1, < 2.0)
72 quiet_assets (1.0.3) 72 quiet_assets (1.0.3)
73 railties (>= 3.1, < 5.0) 73 railties (>= 3.1, < 5.0)
74 rack (1.5.2) 74 rack (1.5.2)
75 rack-test (0.6.2) 75 rack-test (0.6.2)
76 rack (>= 1.0) 76 rack (>= 1.0)
77 rails (4.1.7) 77 rails (4.1.8)
78 actionmailer (= 4.1.7) 78 actionmailer (= 4.1.8)
79 actionpack (= 4.1.7) 79 actionpack (= 4.1.8)
80 actionview (= 4.1.7) 80 actionview (= 4.1.8)
81 activemodel (= 4.1.7) 81 activemodel (= 4.1.8)
82 activerecord (= 4.1.7) 82 activerecord (= 4.1.8)
83 activesupport (= 4.1.7) 83 activesupport (= 4.1.8)
84 bundler (>= 1.3.0, < 2.0) 84 bundler (>= 1.3.0, < 2.0)
85 railties (= 4.1.7) 85 railties (= 4.1.8)
86 sprockets-rails (~> 2.0) 86 sprockets-rails (~> 2.0)
87 railties (4.1.7) 87 railties (4.1.8)
88 actionpack (= 4.1.7) 88 actionpack (= 4.1.8)
89 activesupport (= 4.1.7) 89 activesupport (= 4.1.8)
90 rake (>= 0.8.7) 90 rake (>= 0.8.7)
91 thor (>= 0.18.1, < 2.0) 91 thor (>= 0.18.1, < 2.0)
92 raindrops (0.13.0) 92 raindrops (0.13.0)
93 rake (10.3.2) 93 rake (10.3.2)
94 sass (3.2.19) 94 sass (3.2.19)