comparison Gemfile.lock @ 468:802dcd44188e

Now with webpacker
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 20:23:09 +0900
parents fd3078b4d355
children 68231013b01b
comparison
equal deleted inserted replaced
467:fd3078b4d355 468:802dcd44188e
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 remote: https://rails-assets.org/
4 specs: 3 specs:
5 actioncable (6.0.0) 4 actioncable (6.0.2.1)
6 actionpack (= 6.0.0) 5 actionpack (= 6.0.2.1)
7 nio4r (~> 2.0) 6 nio4r (~> 2.0)
8 websocket-driver (>= 0.6.1) 7 websocket-driver (>= 0.6.1)
9 actionmailbox (6.0.0) 8 actionmailbox (6.0.2.1)
10 actionpack (= 6.0.0) 9 actionpack (= 6.0.2.1)
11 activejob (= 6.0.0) 10 activejob (= 6.0.2.1)
12 activerecord (= 6.0.0) 11 activerecord (= 6.0.2.1)
13 activestorage (= 6.0.0) 12 activestorage (= 6.0.2.1)
14 activesupport (= 6.0.0) 13 activesupport (= 6.0.2.1)
15 mail (>= 2.7.1) 14 mail (>= 2.7.1)
16 actionmailer (6.0.0) 15 actionmailer (6.0.2.1)
17 actionpack (= 6.0.0) 16 actionpack (= 6.0.2.1)
18 actionview (= 6.0.0) 17 actionview (= 6.0.2.1)
19 activejob (= 6.0.0) 18 activejob (= 6.0.2.1)
20 mail (~> 2.5, >= 2.5.4) 19 mail (~> 2.5, >= 2.5.4)
21 rails-dom-testing (~> 2.0) 20 rails-dom-testing (~> 2.0)
22 actionpack (6.0.0) 21 actionpack (6.0.2.1)
23 actionview (= 6.0.0) 22 actionview (= 6.0.2.1)
24 activesupport (= 6.0.0) 23 activesupport (= 6.0.2.1)
25 rack (~> 2.0) 24 rack (~> 2.0, >= 2.0.8)
26 rack-test (>= 0.6.3) 25 rack-test (>= 0.6.3)
27 rails-dom-testing (~> 2.0) 26 rails-dom-testing (~> 2.0)
28 rails-html-sanitizer (~> 1.0, >= 1.2.0) 27 rails-html-sanitizer (~> 1.0, >= 1.2.0)
29 actiontext (6.0.0) 28 actiontext (6.0.2.1)
30 actionpack (= 6.0.0) 29 actionpack (= 6.0.2.1)
31 activerecord (= 6.0.0) 30 activerecord (= 6.0.2.1)
32 activestorage (= 6.0.0) 31 activestorage (= 6.0.2.1)
33 activesupport (= 6.0.0) 32 activesupport (= 6.0.2.1)
34 nokogiri (>= 1.8.5) 33 nokogiri (>= 1.8.5)
35 actionview (6.0.0) 34 actionview (6.0.2.1)
36 activesupport (= 6.0.0) 35 activesupport (= 6.0.2.1)
37 builder (~> 3.1) 36 builder (~> 3.1)
38 erubi (~> 1.4) 37 erubi (~> 1.4)
39 rails-dom-testing (~> 2.0) 38 rails-dom-testing (~> 2.0)
40 rails-html-sanitizer (~> 1.1, >= 1.2.0) 39 rails-html-sanitizer (~> 1.1, >= 1.2.0)
41 activejob (6.0.0) 40 activejob (6.0.2.1)
42 activesupport (= 6.0.0) 41 activesupport (= 6.0.2.1)
43 globalid (>= 0.3.6) 42 globalid (>= 0.3.6)
44 activemodel (6.0.0) 43 activemodel (6.0.2.1)
45 activesupport (= 6.0.0) 44 activesupport (= 6.0.2.1)
46 activerecord (6.0.0) 45 activerecord (6.0.2.1)
47 activemodel (= 6.0.0) 46 activemodel (= 6.0.2.1)
48 activesupport (= 6.0.0) 47 activesupport (= 6.0.2.1)
49 activerecord-jdbc-adapter (50.0) 48 activerecord-jdbc-adapter (60.1-java)
50 activerecord (>= 2.2) 49 activerecord (~> 6.0.0)
51 activerecord-jdbcpostgresql-adapter (50.0) 50 activerecord-jdbcpostgresql-adapter (60.1-java)
52 activerecord-jdbc-adapter (~> 50.0) 51 activerecord-jdbc-adapter (= 60.1)
53 jdbc-postgres (>= 9.4, < 43) 52 jdbc-postgres (>= 9.4, < 43)
54 activestorage (6.0.0) 53 activestorage (6.0.2.1)
55 actionpack (= 6.0.0) 54 actionpack (= 6.0.2.1)
56 activejob (= 6.0.0) 55 activejob (= 6.0.2.1)
57 activerecord (= 6.0.0) 56 activerecord (= 6.0.2.1)
58 marcel (~> 0.3.1) 57 marcel (~> 0.3.1)
59 activesupport (6.0.0) 58 activesupport (6.0.2.1)
60 concurrent-ruby (~> 1.0, >= 1.0.2) 59 concurrent-ruby (~> 1.0, >= 1.0.2)
61 i18n (>= 0.7, < 2) 60 i18n (>= 0.7, < 2)
62 minitest (~> 5.1) 61 minitest (~> 5.1)
63 tzinfo (~> 1.1) 62 tzinfo (~> 1.1)
64 zeitwerk (~> 2.1, >= 2.1.8) 63 zeitwerk (~> 2.2)
65 autoprefixer-rails (9.6.5) 64 builder (3.2.4)
66 execjs 65 concurrent-ruby (1.1.6)
67 bootstrap-sass (3.4.1) 66 crass (1.0.6)
68 autoprefixer-rails (>= 5.2.1)
69 sassc (>= 2.0.0)
70 builder (3.2.3)
71 coffee-rails (5.0.0)
72 coffee-script (>= 2.2.0)
73 railties (>= 5.2.0)
74 coffee-script (2.4.1)
75 coffee-script-source
76 execjs
77 coffee-script-source (1.12.2)
78 concurrent-ruby (1.1.5)
79 crass (1.0.5)
80 erubi (1.9.0) 67 erubi (1.9.0)
81 execjs (2.7.0) 68 ffi (1.12.2)
82 ffi (1.11.1) 69 ffi (1.12.2-java)
83 ffi (1.11.1-java)
84 globalid (0.4.2) 70 globalid (0.4.2)
85 activesupport (>= 4.2.0) 71 activesupport (>= 4.2.0)
86 i18n (1.7.0) 72 i18n (1.8.2)
87 concurrent-ruby (~> 1.0) 73 concurrent-ruby (~> 1.0)
88 jdbc-postgres (42.2.6) 74 jdbc-postgres (42.2.6)
89 jquery-rails (4.3.5) 75 jruby-openssl (0.10.4-java)
90 rails-dom-testing (>= 1, < 3) 76 loofah (2.4.0)
91 railties (>= 4.2.0)
92 thor (>= 0.14, < 2.0)
93 jruby-openssl (0.10.2-java)
94 loofah (2.3.0)
95 crass (~> 1.0.2) 77 crass (~> 1.0.2)
96 nokogiri (>= 1.5.9) 78 nokogiri (>= 1.5.9)
97 mail (2.7.1) 79 mail (2.7.1)
98 mini_mime (>= 0.1.1) 80 mini_mime (>= 0.1.1)
99 marcel (0.3.3) 81 marcel (0.3.3)
100 mimemagic (~> 0.3.2) 82 mimemagic (~> 0.3.2)
101 method_source (0.9.2) 83 method_source (0.9.2)
102 mimemagic (0.3.3) 84 mimemagic (0.3.4)
103 mini_mime (1.0.2) 85 mini_mime (1.0.2)
104 mini_portile2 (2.4.0) 86 mini_portile2 (2.4.0)
105 minitest (5.12.2) 87 minitest (5.14.0)
106 newrelic_rpm (6.7.0.359) 88 newrelic_rpm (6.9.0.363)
107 nio4r (2.5.2) 89 nio4r (2.5.2)
108 nio4r (2.5.2-java) 90 nio4r (2.5.2-java)
109 nokogiri (1.10.4) 91 nokogiri (1.10.8)
110 mini_portile2 (~> 2.4.0) 92 mini_portile2 (~> 2.4.0)
111 nokogiri (1.10.4-java) 93 nokogiri (1.10.8-java)
112 pg (1.1.4) 94 pg (1.2.2)
113 puma (4.2.1) 95 puma (4.3.1)
114 nio4r (~> 2.0) 96 nio4r (~> 2.0)
115 puma (4.2.1-java) 97 puma (4.3.1-java)
116 nio4r (~> 2.0) 98 nio4r (~> 2.0)
117 rack (2.0.7) 99 rack (2.2.2)
100 rack-proxy (0.6.5)
101 rack
118 rack-test (1.1.0) 102 rack-test (1.1.0)
119 rack (>= 1.0, < 3) 103 rack (>= 1.0, < 3)
120 rails (6.0.0) 104 rails (6.0.2.1)
121 actioncable (= 6.0.0) 105 actioncable (= 6.0.2.1)
122 actionmailbox (= 6.0.0) 106 actionmailbox (= 6.0.2.1)
123 actionmailer (= 6.0.0) 107 actionmailer (= 6.0.2.1)
124 actionpack (= 6.0.0) 108 actionpack (= 6.0.2.1)
125 actiontext (= 6.0.0) 109 actiontext (= 6.0.2.1)
126 actionview (= 6.0.0) 110 actionview (= 6.0.2.1)
127 activejob (= 6.0.0) 111 activejob (= 6.0.2.1)
128 activemodel (= 6.0.0) 112 activemodel (= 6.0.2.1)
129 activerecord (= 6.0.0) 113 activerecord (= 6.0.2.1)
130 activestorage (= 6.0.0) 114 activestorage (= 6.0.2.1)
131 activesupport (= 6.0.0) 115 activesupport (= 6.0.2.1)
132 bundler (>= 1.3.0) 116 bundler (>= 1.3.0)
133 railties (= 6.0.0) 117 railties (= 6.0.2.1)
134 sprockets-rails (>= 2.0.0) 118 sprockets-rails (>= 2.0.0)
135 rails-assets-commonmark (0.29.0)
136 rails-assets-highlightjs (9.12.0)
137 rails-dom-testing (2.0.3) 119 rails-dom-testing (2.0.3)
138 activesupport (>= 4.2.0) 120 activesupport (>= 4.2.0)
139 nokogiri (>= 1.6) 121 nokogiri (>= 1.6)
140 rails-html-sanitizer (1.3.0) 122 rails-html-sanitizer (1.3.0)
141 loofah (~> 2.3) 123 loofah (~> 2.3)
142 railties (6.0.0) 124 railties (6.0.2.1)
143 actionpack (= 6.0.0) 125 actionpack (= 6.0.2.1)
144 activesupport (= 6.0.0) 126 activesupport (= 6.0.2.1)
145 method_source 127 method_source
146 rake (>= 0.8.7) 128 rake (>= 0.8.7)
147 thor (>= 0.20.3, < 2.0) 129 thor (>= 0.20.3, < 2.0)
148 rake (13.0.0) 130 rake (13.0.1)
149 sass-rails (6.0.0) 131 sass-rails (6.0.0)
150 sassc-rails (~> 2.1, >= 2.1.1) 132 sassc-rails (~> 2.1, >= 2.1.1)
151 sassc (2.2.1) 133 sassc (2.2.1)
152 ffi (~> 1.9) 134 ffi (~> 1.9)
153 sassc-rails (2.1.2) 135 sassc-rails (2.1.2)
164 activesupport (>= 4.0) 146 activesupport (>= 4.0)
165 sprockets (>= 3.0.0) 147 sprockets (>= 3.0.0)
166 therubyrhino (2.1.2) 148 therubyrhino (2.1.2)
167 therubyrhino_jar (>= 1.7.4, < 1.7.9) 149 therubyrhino_jar (>= 1.7.4, < 1.7.9)
168 therubyrhino_jar (1.7.8) 150 therubyrhino_jar (1.7.8)
169 thor (0.20.3) 151 thor (1.0.1)
170 thread_safe (0.3.6) 152 thread_safe (0.3.6)
171 thread_safe (0.3.6-java) 153 thread_safe (0.3.6-java)
172 tilt (2.0.10) 154 tilt (2.0.10)
173 tzinfo (1.2.5) 155 tzinfo (1.2.6)
174 thread_safe (~> 0.1) 156 thread_safe (~> 0.1)
175 uglifier (4.2.0) 157 webpacker (4.2.2)
176 execjs (>= 0.3.0, < 3) 158 activesupport (>= 4.2)
159 rack-proxy (>= 0.6.1)
160 railties (>= 4.2)
177 websocket-driver (0.7.1) 161 websocket-driver (0.7.1)
178 websocket-extensions (>= 0.1.0) 162 websocket-extensions (>= 0.1.0)
179 websocket-driver (0.7.1-java) 163 websocket-driver (0.7.1-java)
180 websocket-extensions (>= 0.1.0) 164 websocket-extensions (>= 0.1.0)
181 websocket-extensions (0.1.4) 165 websocket-extensions (0.1.4)
182 zeitwerk (2.2.0) 166 zeitwerk (2.2.2)
183 167
184 PLATFORMS 168 PLATFORMS
185 java 169 java
186 ruby 170 ruby
187 171
188 DEPENDENCIES 172 DEPENDENCIES
189 activerecord-jdbcpostgresql-adapter 173 activerecord-jdbcpostgresql-adapter
190 bootstrap-sass
191 coffee-rails
192 jquery-rails
193 jruby-openssl 174 jruby-openssl
194 newrelic_rpm 175 newrelic_rpm
195 pg 176 pg
196 puma 177 puma
197 rails (~> 6.0.0) 178 rails (~> 6.0.0)
198 rails-assets-commonmark!
199 rails-assets-highlightjs!
200 sass-rails 179 sass-rails
201 therubyrhino 180 therubyrhino
202 uglifier 181 webpacker
203 182
204 BUNDLED WITH 183 BUNDLED WITH
205 1.17.2 184 1.17.2