comparison Gemfile.lock @ 398:851432f21603

Nope, failing at redesigning.
author nanaya <me@myconan.net>
date Sun, 06 Sep 2015 03:52:52 +0900
parents 2ad092e60975
children 4bf12ecde0ee
comparison
equal deleted inserted replaced
395:26f8c634052c 398:851432f21603
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 remote: https://rails-assets.org/
3 specs: 4 specs:
4 actionmailer (4.2.1) 5 actionmailer (4.2.4)
5 actionpack (= 4.2.1) 6 actionpack (= 4.2.4)
6 actionview (= 4.2.1) 7 actionview (= 4.2.4)
7 activejob (= 4.2.1) 8 activejob (= 4.2.4)
8 mail (~> 2.5, >= 2.5.4) 9 mail (~> 2.5, >= 2.5.4)
9 rails-dom-testing (~> 1.0, >= 1.0.5) 10 rails-dom-testing (~> 1.0, >= 1.0.5)
10 actionpack (4.2.1) 11 actionpack (4.2.4)
11 actionview (= 4.2.1) 12 actionview (= 4.2.4)
12 activesupport (= 4.2.1) 13 activesupport (= 4.2.4)
13 rack (~> 1.6) 14 rack (~> 1.6)
14 rack-test (~> 0.6.2) 15 rack-test (~> 0.6.2)
15 rails-dom-testing (~> 1.0, >= 1.0.5) 16 rails-dom-testing (~> 1.0, >= 1.0.5)
16 rails-html-sanitizer (~> 1.0, >= 1.0.1) 17 rails-html-sanitizer (~> 1.0, >= 1.0.2)
17 actionview (4.2.1) 18 actionview (4.2.4)
18 activesupport (= 4.2.1) 19 activesupport (= 4.2.4)
19 builder (~> 3.1) 20 builder (~> 3.1)
20 erubis (~> 2.7.0) 21 erubis (~> 2.7.0)
21 rails-dom-testing (~> 1.0, >= 1.0.5) 22 rails-dom-testing (~> 1.0, >= 1.0.5)
22 rails-html-sanitizer (~> 1.0, >= 1.0.1) 23 rails-html-sanitizer (~> 1.0, >= 1.0.2)
23 activejob (4.2.1) 24 activejob (4.2.4)
24 activesupport (= 4.2.1) 25 activesupport (= 4.2.4)
25 globalid (>= 0.3.0) 26 globalid (>= 0.3.0)
26 activemodel (4.2.1) 27 activemodel (4.2.4)
27 activesupport (= 4.2.1) 28 activesupport (= 4.2.4)
28 builder (~> 3.1) 29 builder (~> 3.1)
29 activerecord (4.2.1) 30 activerecord (4.2.4)
30 activemodel (= 4.2.1) 31 activemodel (= 4.2.4)
31 activesupport (= 4.2.1) 32 activesupport (= 4.2.4)
32 arel (~> 6.0) 33 arel (~> 6.0)
33 activesupport (4.2.1) 34 activesupport (4.2.4)
34 i18n (~> 0.7) 35 i18n (~> 0.7)
35 json (~> 1.7, >= 1.7.7) 36 json (~> 1.7, >= 1.7.7)
36 minitest (~> 5.1) 37 minitest (~> 5.1)
37 thread_safe (~> 0.3, >= 0.3.4) 38 thread_safe (~> 0.3, >= 0.3.4)
38 tzinfo (~> 1.1) 39 tzinfo (~> 1.1)
39 arel (6.0.0) 40 arel (6.0.3)
40 autoprefixer-rails (5.2.0) 41 autoprefixer-rails (6.0.0)
41 execjs 42 execjs
42 json 43 json
44 bootstrap-sass (3.3.5.1)
45 autoprefixer-rails (>= 5.0.0.1)
46 sass (>= 3.3.0)
43 builder (3.2.2) 47 builder (3.2.2)
44 coffee-rails (4.1.0) 48 coffee-rails (4.1.0)
45 coffee-script (>= 2.2.0) 49 coffee-script (>= 2.2.0)
46 railties (>= 4.0.0, < 5.0) 50 railties (>= 4.0.0, < 5.0)
47 coffee-script (2.4.1) 51 coffee-script (2.4.1)
48 coffee-script-source 52 coffee-script-source
49 execjs 53 execjs
50 coffee-script-source (1.9.1.1) 54 coffee-script-source (1.9.1.1)
51 erubis (2.7.0) 55 erubis (2.7.0)
52 execjs (2.5.2) 56 execjs (2.6.0)
53 globalid (0.3.5) 57 globalid (0.3.6)
54 activesupport (>= 4.1.0) 58 activesupport (>= 4.1.0)
55 i18n (0.7.0) 59 i18n (0.7.0)
56 jquery-rails (4.0.3) 60 jquery-rails (4.0.5)
57 rails-dom-testing (~> 1.0) 61 rails-dom-testing (~> 1.0)
58 railties (>= 4.2.0) 62 railties (>= 4.2.0)
59 thor (>= 0.14, < 2.0) 63 thor (>= 0.14, < 2.0)
60 json (1.8.3) 64 json (1.8.3)
61 loofah (2.0.2) 65 loofah (2.0.3)
62 nokogiri (>= 1.5.9) 66 nokogiri (>= 1.5.9)
63 mail (2.6.3) 67 mail (2.6.3)
64 mime-types (>= 1.16, < 3) 68 mime-types (>= 1.16, < 3)
65 mime-types (2.6.1) 69 mime-types (2.6.1)
66 mini_portile (0.6.2) 70 mini_portile (0.6.2)
67 minitest (5.7.0) 71 minitest (5.8.0)
68 newrelic_rpm (3.12.0.288) 72 newrelic_rpm (3.13.0.299)
69 nokogiri (1.6.6.2) 73 nokogiri (1.6.6.2)
70 mini_portile (~> 0.6.0) 74 mini_portile (~> 0.6.0)
71 pg (0.18.2) 75 pg (0.18.3)
72 quiet_assets (1.1.0) 76 quiet_assets (1.1.0)
73 railties (>= 3.1, < 5.0) 77 railties (>= 3.1, < 5.0)
74 rack (1.6.1) 78 rack (1.6.4)
75 rack-test (0.6.3) 79 rack-test (0.6.3)
76 rack (>= 1.0) 80 rack (>= 1.0)
77 rails (4.2.1) 81 rails (4.2.4)
78 actionmailer (= 4.2.1) 82 actionmailer (= 4.2.4)
79 actionpack (= 4.2.1) 83 actionpack (= 4.2.4)
80 actionview (= 4.2.1) 84 actionview (= 4.2.4)
81 activejob (= 4.2.1) 85 activejob (= 4.2.4)
82 activemodel (= 4.2.1) 86 activemodel (= 4.2.4)
83 activerecord (= 4.2.1) 87 activerecord (= 4.2.4)
84 activesupport (= 4.2.1) 88 activesupport (= 4.2.4)
85 bundler (>= 1.3.0, < 2.0) 89 bundler (>= 1.3.0, < 2.0)
86 railties (= 4.2.1) 90 railties (= 4.2.4)
87 sprockets-rails 91 sprockets-rails
92 rails-assets-commonmark (0.22.0)
93 rails-assets-highlightjs (8.7.0)
88 rails-deprecated_sanitizer (1.0.3) 94 rails-deprecated_sanitizer (1.0.3)
89 activesupport (>= 4.2.0.alpha) 95 activesupport (>= 4.2.0.alpha)
90 rails-dom-testing (1.0.6) 96 rails-dom-testing (1.0.7)
91 activesupport (>= 4.2.0.beta, < 5.0) 97 activesupport (>= 4.2.0.beta, < 5.0)
92 nokogiri (~> 1.6.0) 98 nokogiri (~> 1.6.0)
93 rails-deprecated_sanitizer (>= 1.0.1) 99 rails-deprecated_sanitizer (>= 1.0.1)
94 rails-html-sanitizer (1.0.2) 100 rails-html-sanitizer (1.0.2)
95 loofah (~> 2.0) 101 loofah (~> 2.0)
96 railties (4.2.1) 102 railties (4.2.4)
97 actionpack (= 4.2.1) 103 actionpack (= 4.2.4)
98 activesupport (= 4.2.1) 104 activesupport (= 4.2.4)
99 rake (>= 0.8.7) 105 rake (>= 0.8.7)
100 thor (>= 0.18.1, < 2.0) 106 thor (>= 0.18.1, < 2.0)
101 rake (10.4.2) 107 rake (10.4.2)
102 sass (3.4.14) 108 sass (3.4.18)
103 sass-rails (5.0.3) 109 sass-rails (5.0.4)
104 railties (>= 4.0.0, < 5.0) 110 railties (>= 4.0.0, < 5.0)
105 sass (~> 3.1) 111 sass (~> 3.1)
106 sprockets (>= 2.8, < 4.0) 112 sprockets (>= 2.8, < 4.0)
107 sprockets-rails (>= 2.0, < 4.0) 113 sprockets-rails (>= 2.0, < 4.0)
108 tilt (~> 1.1) 114 tilt (>= 1.1, < 3)
109 sprockets (3.2.0) 115 sprockets (3.3.4)
110 rack (~> 1.0) 116 rack (~> 1.0)
111 sprockets-rails (2.3.1) 117 sprockets-rails (2.3.2)
112 actionpack (>= 3.0) 118 actionpack (>= 3.0)
113 activesupport (>= 3.0) 119 activesupport (>= 3.0)
114 sprockets (>= 2.8, < 4.0) 120 sprockets (>= 2.8, < 4.0)
115 thor (0.19.1) 121 thor (0.19.1)
116 thread_safe (0.3.5) 122 thread_safe (0.3.5)
117 tilt (1.4.1) 123 tilt (2.0.1)
118 tzinfo (1.2.2) 124 tzinfo (1.2.2)
119 thread_safe (~> 0.1) 125 thread_safe (~> 0.1)
120 uglifier (2.7.1) 126 uglifier (2.7.2)
121 execjs (>= 0.3.0) 127 execjs (>= 0.3.0)
122 json (>= 1.8.0) 128 json (>= 1.8.0)
123 129
124 PLATFORMS 130 PLATFORMS
125 ruby 131 ruby
126 132
127 DEPENDENCIES 133 DEPENDENCIES
128 activerecord-jdbcpostgresql-adapter 134 activerecord-jdbcpostgresql-adapter
129 autoprefixer-rails 135 autoprefixer-rails
136 bootstrap-sass
130 coffee-rails (~> 4.1.0) 137 coffee-rails (~> 4.1.0)
131 jquery-rails 138 jquery-rails
132 jruby-openssl 139 jruby-openssl
133 newrelic_rpm 140 newrelic_rpm
134 pg 141 pg
135 quiet_assets 142 quiet_assets
136 rails (~> 4.2.0) 143 rails (~> 4.2.0)
144 rails-assets-commonmark!
145 rails-assets-highlightjs!
137 sass-rails (~> 5.0) 146 sass-rails (~> 5.0)
138 therubyrhino 147 therubyrhino
139 uglifier (>= 1.3.0) 148 uglifier (>= 1.3.0)
140 149
141 BUNDLED WITH 150 BUNDLED WITH
142 1.10.3 151 1.10.6