Mercurial > rsstweet
comparison Gemfile.lock @ 223:ad6264cca788
Update to rails 7
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 15 Jan 2022 02:39:53 +0900 |
parents | fefe9b0a603d |
children | 657d99f51749 |
comparison
equal
deleted
inserted
replaced
222:fefe9b0a603d | 223:ad6264cca788 |
---|---|
1 GIT | |
2 remote: https://github.com/redis-store/redis-actionpack.git | |
3 revision: daf349101adfb395654be687d46c0f5c0c734e99 | |
4 branch: master | |
5 specs: | |
6 redis-actionpack (5.2.0) | |
7 actionpack (>= 5, < 8) | |
8 redis-rack (>= 2.1.0, < 3) | |
9 redis-store (>= 1.1.0, < 2) | |
10 | |
11 GIT | |
12 remote: https://github.com/redis-store/redis-activesupport.git | |
13 revision: 355f947fd335c1ae7bff10daf813574adc07857d | |
14 branch: master | |
15 specs: | |
16 redis-activesupport (5.2.1) | |
17 activesupport (>= 3, < 8) | |
18 redis-store (>= 1.3, < 2) | |
19 | |
20 GIT | |
21 remote: https://github.com/redis-store/redis-rails.git | |
22 revision: 0c12c0e09ebe04da85ecd233a2488d618ab36c9a | |
23 branch: master | |
24 specs: | |
25 redis-rails (5.0.2) | |
26 redis-actionpack (>= 3.0, < 6) | |
27 redis-activesupport (>= 3.0, < 6) | |
28 | |
1 GEM | 29 GEM |
2 remote: https://rubygems.org/ | 30 remote: https://rubygems.org/ |
3 specs: | 31 specs: |
4 actionpack (6.1.4.1) | 32 actionpack (7.0.1) |
5 actionview (= 6.1.4.1) | 33 actionview (= 7.0.1) |
6 activesupport (= 6.1.4.1) | 34 activesupport (= 7.0.1) |
7 rack (~> 2.0, >= 2.0.9) | 35 rack (~> 2.0, >= 2.2.0) |
8 rack-test (>= 0.6.3) | 36 rack-test (>= 0.6.3) |
9 rails-dom-testing (~> 2.0) | 37 rails-dom-testing (~> 2.0) |
10 rails-html-sanitizer (~> 1.0, >= 1.2.0) | 38 rails-html-sanitizer (~> 1.0, >= 1.2.0) |
11 actionview (6.1.4.1) | 39 actionview (7.0.1) |
12 activesupport (= 6.1.4.1) | 40 activesupport (= 7.0.1) |
13 builder (~> 3.1) | 41 builder (~> 3.1) |
14 erubi (~> 1.4) | 42 erubi (~> 1.4) |
15 rails-dom-testing (~> 2.0) | 43 rails-dom-testing (~> 2.0) |
16 rails-html-sanitizer (~> 1.1, >= 1.2.0) | 44 rails-html-sanitizer (~> 1.1, >= 1.2.0) |
17 activesupport (6.1.4.1) | 45 activesupport (7.0.1) |
18 concurrent-ruby (~> 1.0, >= 1.0.2) | 46 concurrent-ruby (~> 1.0, >= 1.0.2) |
19 i18n (>= 1.6, < 2) | 47 i18n (>= 1.6, < 2) |
20 minitest (>= 5.1) | 48 minitest (>= 5.1) |
21 tzinfo (~> 2.0) | 49 tzinfo (~> 2.0) |
22 zeitwerk (~> 2.3) | |
23 addressable (2.8.0) | 50 addressable (2.8.0) |
24 public_suffix (>= 2.0.2, < 5.0) | 51 public_suffix (>= 2.0.2, < 5.0) |
25 async (1.30.1) | |
26 console (~> 1.10) | |
27 nio4r (~> 2.3) | |
28 timers (~> 4.1) | |
29 async-container (0.16.12) | |
30 async | |
31 async-io | |
32 async-http (0.56.5) | |
33 async (>= 1.25) | |
34 async-io (>= 1.28) | |
35 async-pool (>= 0.2) | |
36 protocol-http (~> 0.22.0) | |
37 protocol-http1 (~> 0.14.0) | |
38 protocol-http2 (~> 0.14.0) | |
39 async-http-cache (0.4.2) | |
40 async-http (~> 0.56) | |
41 async-io (1.32.2) | |
42 async | |
43 async-pool (0.3.8) | |
44 async (>= 1.25) | |
45 buftok (0.2.0) | 52 buftok (0.2.0) |
46 build-environment (1.13.0) | |
47 builder (3.2.4) | 53 builder (3.2.4) |
48 concurrent-ruby (1.1.9) | 54 concurrent-ruby (1.1.9) |
49 console (1.13.1) | |
50 fiber-local | |
51 crass (1.0.6) | 55 crass (1.0.6) |
52 domain_name (0.5.20190701) | 56 domain_name (0.5.20190701) |
53 unf (>= 0.0.5, < 1.0.0) | 57 unf (>= 0.0.5, < 1.0.0) |
54 equalizer (0.0.11) | 58 equalizer (0.0.11) |
55 erubi (1.10.0) | 59 erubi (1.10.0) |
56 falcon (0.39.2) | 60 ffi (1.15.5) |
57 async | 61 ffi (1.15.5-java) |
58 async-container (~> 0.16.0) | 62 ffi (1.15.5-x86-mingw32) |
59 async-http (~> 0.56.0) | |
60 async-http-cache (~> 0.4.0) | |
61 async-io (~> 1.22) | |
62 build-environment (~> 1.13) | |
63 bundler | |
64 localhost (~> 1.1) | |
65 process-metrics (~> 0.2.0) | |
66 rack (>= 1.0) | |
67 samovar (~> 2.1) | |
68 ffi (1.15.3) | |
69 ffi (1.15.3-java) | |
70 ffi (1.15.3-x86-mingw32) | |
71 ffi-compiler (1.0.1) | 63 ffi-compiler (1.0.1) |
72 ffi (>= 1.0.0) | 64 ffi (>= 1.0.0) |
73 rake | 65 rake |
74 fiber-local (1.0.0) | |
75 http (4.4.1) | 66 http (4.4.1) |
76 addressable (~> 2.3) | 67 addressable (~> 2.3) |
77 http-cookie (~> 1.0) | 68 http-cookie (~> 1.0) |
78 http-form_data (~> 2.2) | 69 http-form_data (~> 2.2) |
79 http-parser (~> 1.2.0) | 70 http-parser (~> 1.2.0) |
82 http-form_data (2.3.0) | 73 http-form_data (2.3.0) |
83 http-parser (1.2.3) | 74 http-parser (1.2.3) |
84 ffi-compiler (>= 1.0, < 2.0) | 75 ffi-compiler (>= 1.0, < 2.0) |
85 http_parser.rb (0.6.0) | 76 http_parser.rb (0.6.0) |
86 http_parser.rb (0.6.0-java) | 77 http_parser.rb (0.6.0-java) |
87 i18n (1.8.10) | 78 i18n (1.8.11) |
88 concurrent-ruby (~> 1.0) | 79 concurrent-ruby (~> 1.0) |
89 idn-ruby (0.1.2) | 80 idn-ruby (0.1.4) |
90 localhost (1.1.8) | 81 loofah (2.13.0) |
91 loofah (2.12.0) | |
92 crass (~> 1.0.2) | 82 crass (~> 1.0.2) |
93 nokogiri (>= 1.5.9) | 83 nokogiri (>= 1.5.9) |
94 mapping (1.1.1) | |
95 memoizable (0.4.2) | 84 memoizable (0.4.2) |
96 thread_safe (~> 0.3, >= 0.3.1) | 85 thread_safe (~> 0.3, >= 0.3.1) |
97 method_source (1.0.0) | 86 method_source (1.0.0) |
98 mini_portile2 (2.6.1) | 87 mini_portile2 (2.7.1) |
99 minitest (5.14.4) | 88 minitest (5.15.0) |
100 multipart-post (2.1.1) | 89 multipart-post (2.1.1) |
101 naught (1.1.0) | 90 naught (1.1.0) |
102 newrelic_rpm (7.2.0) | 91 newrelic_rpm (8.3.0) |
103 nio4r (2.5.8) | 92 nio4r (2.5.8) |
104 nio4r (2.5.8-java) | 93 nio4r (2.5.8-java) |
105 nokogiri (1.12.3) | 94 nokogiri (1.13.1) |
106 mini_portile2 (~> 2.6.1) | 95 mini_portile2 (~> 2.7.0) |
107 racc (~> 1.4) | 96 racc (~> 1.4) |
108 nokogiri (1.12.3-java) | 97 nokogiri (1.13.1-java) |
109 racc (~> 1.4) | 98 racc (~> 1.4) |
110 nokogiri (1.12.3-x86-mingw32) | 99 nokogiri (1.13.1-x86-mingw32) |
111 racc (~> 1.4) | 100 racc (~> 1.4) |
112 process-metrics (0.2.1) | |
113 console (~> 1.8) | |
114 samovar (~> 2.1) | |
115 protocol-hpack (1.4.2) | |
116 protocol-http (0.22.5) | |
117 protocol-http1 (0.14.1) | |
118 protocol-http (~> 0.22) | |
119 protocol-http2 (0.14.2) | |
120 protocol-hpack (~> 1.4) | |
121 protocol-http (~> 0.18) | |
122 public_suffix (4.0.6) | 101 public_suffix (4.0.6) |
123 puma (5.4.0) | 102 puma (5.5.2) |
124 nio4r (~> 2.0) | 103 nio4r (~> 2.0) |
125 puma (5.4.0-java) | 104 puma (5.5.2-java) |
126 nio4r (~> 2.0) | 105 nio4r (~> 2.0) |
127 racc (1.5.2) | 106 racc (1.6.0) |
128 racc (1.5.2-java) | 107 racc (1.6.0-java) |
129 rack (2.2.3) | 108 rack (2.2.3) |
130 rack-test (1.1.0) | 109 rack-test (1.1.0) |
131 rack (>= 1.0, < 3) | 110 rack (>= 1.0, < 3) |
132 rails-dom-testing (2.0.3) | 111 rails-dom-testing (2.0.3) |
133 activesupport (>= 4.2.0) | 112 activesupport (>= 4.2.0) |
134 nokogiri (>= 1.6) | 113 nokogiri (>= 1.6) |
135 rails-html-sanitizer (1.4.1) | 114 rails-html-sanitizer (1.4.2) |
136 loofah (~> 2.3) | 115 loofah (~> 2.3) |
137 railties (6.1.4.1) | 116 railties (7.0.1) |
138 actionpack (= 6.1.4.1) | 117 actionpack (= 7.0.1) |
139 activesupport (= 6.1.4.1) | 118 activesupport (= 7.0.1) |
140 method_source | 119 method_source |
141 rake (>= 0.13) | 120 rake (>= 12.2) |
142 thor (~> 1.0) | 121 thor (~> 1.0) |
122 zeitwerk (~> 2.5) | |
143 rake (13.0.6) | 123 rake (13.0.6) |
144 redis (4.4.0) | 124 redis (4.5.1) |
145 redis-actionpack (5.2.0) | |
146 actionpack (>= 5, < 7) | |
147 redis-rack (>= 2.1.0, < 3) | |
148 redis-store (>= 1.1.0, < 2) | |
149 redis-activesupport (5.2.1) | |
150 activesupport (>= 3, < 7) | |
151 redis-store (>= 1.3, < 2) | |
152 redis-rack (2.1.3) | 125 redis-rack (2.1.3) |
153 rack (>= 2.0.8, < 3) | 126 rack (>= 2.0.8, < 3) |
154 redis-store (>= 1.2, < 2) | 127 redis-store (>= 1.2, < 2) |
155 redis-rails (5.0.2) | |
156 redis-actionpack (>= 5.0, < 6) | |
157 redis-activesupport (>= 5.0, < 6) | |
158 redis-store (>= 1.2, < 2) | |
159 redis-store (1.9.0) | 128 redis-store (1.9.0) |
160 redis (>= 4, < 5) | 129 redis (>= 4, < 5) |
161 samovar (2.1.4) | |
162 console (~> 1.0) | |
163 mapping (~> 1.0) | |
164 simple_oauth (0.3.1) | 130 simple_oauth (0.3.1) |
165 thor (1.1.0) | 131 thor (1.2.1) |
166 thread_safe (0.3.6) | 132 thread_safe (0.3.6) |
167 thread_safe (0.3.6-java) | 133 thread_safe (0.3.6-java) |
168 timers (4.3.3) | |
169 twitter (7.0.0) | 134 twitter (7.0.0) |
170 addressable (~> 2.3) | 135 addressable (~> 2.3) |
171 buftok (~> 0.2.0) | 136 buftok (~> 0.2.0) |
172 equalizer (~> 0.0.11) | 137 equalizer (~> 0.0.11) |
173 http (~> 4.0) | 138 http (~> 4.0) |
183 tzinfo (2.0.4) | 148 tzinfo (2.0.4) |
184 concurrent-ruby (~> 1.0) | 149 concurrent-ruby (~> 1.0) |
185 unf (0.1.4) | 150 unf (0.1.4) |
186 unf_ext | 151 unf_ext |
187 unf (0.1.4-java) | 152 unf (0.1.4-java) |
188 unf_ext (0.0.7.7) | 153 unf_ext (0.0.8) |
189 unf_ext (0.0.7.7-x86-mingw32) | 154 zeitwerk (2.5.3) |
190 zeitwerk (2.4.2) | |
191 | 155 |
192 PLATFORMS | 156 PLATFORMS |
193 java | 157 java |
194 ruby | 158 ruby |
195 x86-mingw32 | 159 x86-mingw32 |
196 | 160 |
197 DEPENDENCIES | 161 DEPENDENCIES |
198 actionpack (~> 6.1.0) | 162 actionpack (~> 7.0.1) |
199 actionview (~> 6.1.0) | 163 actionview (~> 7.0.1) |
200 falcon | |
201 newrelic_rpm | 164 newrelic_rpm |
202 puma | 165 puma |
203 railties (~> 6.1.0) | 166 railties (~> 7.0.1) |
204 redis | 167 redis |
205 redis-rails | 168 redis-actionpack! |
169 redis-activesupport! | |
170 redis-rails! | |
206 redis-store | 171 redis-store |
207 twitter | 172 twitter |
208 twitter-text | 173 twitter-text |
209 | 174 |
210 BUNDLED WITH | 175 BUNDLED WITH |
211 2.1.4 | 176 2.3.3 |