comparison Gemfile.lock @ 467:fd3078b4d355

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