Mercurial > rsstweet
annotate Gemfile.lock @ 184:a35c2733552f
Update gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 31 May 2019 09:45:02 +0900 |
parents | bd6d0fbc2c7a |
children | f67f3ad50270 |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
184 | 4 actionpack (5.2.3) |
5 actionview (= 5.2.3) | |
6 activesupport (= 5.2.3) | |
89 | 7 rack (~> 2.0) |
127 | 8 rack-test (>= 0.6.3) |
89 | 9 rails-dom-testing (~> 2.0) |
54 | 10 rails-html-sanitizer (~> 1.0, >= 1.0.2) |
184 | 11 actionview (5.2.3) |
12 activesupport (= 5.2.3) | |
0 | 13 builder (~> 3.1) |
124 | 14 erubi (~> 1.4) |
89 | 15 rails-dom-testing (~> 2.0) |
120 | 16 rails-html-sanitizer (~> 1.0, >= 1.0.3) |
184 | 17 activesupport (5.2.3) |
72 | 18 concurrent-ruby (~> 1.0, >= 1.0.2) |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
19 i18n (>= 0.7, < 2) |
0 | 20 minitest (~> 5.1) |
21 tzinfo (~> 1.1) | |
184 | 22 addressable (2.6.0) |
127 | 23 public_suffix (>= 2.0.2, < 4.0) |
184 | 24 async (1.17.1) |
25 console (~> 1.0) | |
180 | 26 nio4r (~> 2.3) |
27 timers (~> 4.1) | |
184 | 28 async-container (0.10.2) |
180 | 29 async (~> 1.0) |
30 async-io (~> 1.4) | |
184 | 31 process-group |
32 async-http (0.41.2) | |
33 async (~> 1.14) | |
34 async-io (~> 1.18) | |
35 protocol-http (~> 0.5.0) | |
36 protocol-http1 (~> 0.7.0) | |
37 protocol-http2 (~> 0.3.0) | |
38 async-io (1.23.1) | |
39 async (~> 1.14) | |
10 | 40 buftok (0.2.0) |
184 | 41 build-environment (1.10.1) |
115 | 42 builder (3.2.3) |
184 | 43 concurrent-ruby (1.1.5) |
44 console (1.2.4) | |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
45 crass (1.0.4) |
155 | 46 domain_name (0.5.20180417) |
56 | 47 unf (>= 0.0.5, < 1.0.0) |
111 | 48 equalizer (0.0.11) |
184 | 49 erubi (1.8.0) |
50 falcon (0.31.0) | |
51 async (~> 1.13) | |
52 async-container (~> 0.10.0) | |
53 async-http (~> 0.41.0) | |
54 async-io (~> 1.22) | |
55 build-environment (~> 1.6) | |
180 | 56 localhost (~> 1.1) |
57 rack (>= 1.0) | |
184 | 58 samovar (~> 2.1) |
155 | 59 http (3.3.0) |
56 | 60 addressable (~> 2.3) |
61 http-cookie (~> 1.0) | |
155 | 62 http-form_data (~> 2.0) |
10 | 63 http_parser.rb (~> 0.6.0) |
105 | 64 http-cookie (1.0.3) |
56 | 65 domain_name (~> 0.5) |
155 | 66 http-form_data (2.1.1) |
10 | 67 http_parser.rb (0.6.0) |
26 | 68 http_parser.rb (0.6.0-java) |
184 | 69 i18n (1.6.0) |
133 | 70 concurrent-ruby (~> 1.0) |
149 | 71 idn-ruby (0.1.0) |
184 | 72 localhost (1.1.6) |
181 | 73 loofah (2.2.3) |
129 | 74 crass (~> 1.0.2) |
35 | 75 nokogiri (>= 1.5.9) |
180 | 76 mapping (1.1.1) |
10 | 77 memoizable (0.4.2) |
78 thread_safe (~> 0.3, >= 0.3.1) | |
181 | 79 method_source (0.9.2) |
184 | 80 mini_portile2 (2.4.0) |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
81 minitest (5.11.3) |
184 | 82 multipart-post (2.1.1) |
56 | 83 naught (1.1.0) |
184 | 84 newrelic_rpm (6.4.0.356) |
180 | 85 nio4r (2.3.1) |
184 | 86 nokogiri (1.10.3) |
87 mini_portile2 (~> 2.4.0) | |
88 nokogiri (1.10.3-java) | |
89 nokogiri (1.10.3-x86-mingw32) | |
90 mini_portile2 (~> 2.4.0) | |
91 process-group (1.1.0) | |
92 protocol-hpack (1.0.0) | |
93 protocol-http (0.5.0) | |
94 protocol-http1 (0.7.0) | |
95 protocol-http (~> 0.5) | |
96 protocol-http2 (0.3.0) | |
97 protocol-hpack (~> 1.0) | |
98 protocol-http (~> 0.2) | |
99 public_suffix (3.1.0) | |
100 puma (3.12.1) | |
101 puma (3.12.1-java) | |
102 rack (2.0.7) | |
155 | 103 rack-test (1.1.0) |
127 | 104 rack (>= 1.0, < 3) |
105 rails-dom-testing (2.0.3) | |
106 activesupport (>= 4.2.0) | |
107 nokogiri (>= 1.6) | |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
108 rails-html-sanitizer (1.0.4) |
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
109 loofah (~> 2.2, >= 2.2.2) |
184 | 110 railties (5.2.3) |
111 actionpack (= 5.2.3) | |
112 activesupport (= 5.2.3) | |
72 | 113 method_source |
0 | 114 rake (>= 0.8.7) |
173 | 115 thor (>= 0.19.0, < 2.0) |
183 | 116 rake (12.3.2) |
184 | 117 redis (4.1.2) |
133 | 118 redis-actionpack (5.0.2) |
110 | 119 actionpack (>= 4.0, < 6) |
120 redis-rack (>= 1, < 3) | |
133 | 121 redis-store (>= 1.1.0, < 2) |
155 | 122 redis-activesupport (5.0.7) |
110 | 123 activesupport (>= 3, < 6) |
133 | 124 redis-store (>= 1.3, < 2) |
181 | 125 redis-rack (2.0.5) |
123 | 126 rack (>= 1.5, < 3) |
133 | 127 redis-store (>= 1.2, < 2) |
123 | 128 redis-rails (5.0.2) |
129 redis-actionpack (>= 5.0, < 6) | |
130 redis-activesupport (>= 5.0, < 6) | |
131 redis-store (>= 1.2, < 2) | |
179 | 132 redis-store (1.6.0) |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
133 redis (>= 2.2, < 5) |
184 | 134 samovar (2.1.1) |
135 console (~> 1.0) | |
180 | 136 mapping (~> 1.0) |
46 | 137 simple_oauth (0.3.1) |
181 | 138 thor (0.20.3) |
120 | 139 thread_safe (0.3.6) |
140 thread_safe (0.3.6-java) | |
184 | 141 timers (4.3.0) |
133 | 142 twitter (6.2.0) |
143 addressable (~> 2.3) | |
10 | 144 buftok (~> 0.2.0) |
133 | 145 equalizer (~> 0.0.11) |
146 http (~> 3.0) | |
147 http-form_data (~> 2.0) | |
10 | 148 http_parser.rb (~> 0.6.0) |
133 | 149 memoizable (~> 0.4.0) |
150 multipart-post (~> 2.0) | |
151 naught (~> 1.0) | |
152 simple_oauth (~> 0.3.0) | |
181 | 153 twitter-text (3.0.0) |
149 | 154 idn-ruby |
10 | 155 unf (~> 0.1.0) |
151 | 156 tzinfo (1.2.5) |
0 | 157 thread_safe (~> 0.1) |
10 | 158 unf (0.1.4) |
159 unf_ext | |
26 | 160 unf (0.1.4-java) |
184 | 161 unf_ext (0.0.7.6) |
0 | 162 |
163 PLATFORMS | |
26 | 164 java |
0 | 165 ruby |
26 | 166 x86-mingw32 |
0 | 167 |
168 DEPENDENCIES | |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
169 actionpack (~> 5.2.0) |
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
170 actionview (~> 5.2.0) |
180 | 171 falcon |
59 | 172 newrelic_rpm |
83 | 173 puma |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
174 railties (~> 5.2.0) |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
175 redis |
110 | 176 redis-rails |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
177 redis-store |
10 | 178 twitter |
179 twitter-text | |
53 | 180 |
181 BUNDLED WITH | |
184 | 182 1.17.2 |