Mercurial > rsstweet
annotate Gemfile.lock @ 181:fb6d9f8f23ab
Update gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 17 Nov 2018 00:30:52 +0900 |
parents | 0c101c8169e4 |
children | bd6d0fbc2c7a |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
173 | 4 actionpack (5.2.1) |
5 actionview (= 5.2.1) | |
6 activesupport (= 5.2.1) | |
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) |
173 | 11 actionview (5.2.1) |
12 activesupport (= 5.2.1) | |
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) |
173 | 17 activesupport (5.2.1) |
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) | |
127 | 22 addressable (2.5.2) |
23 public_suffix (>= 2.0.2, < 4.0) | |
180 | 24 async (1.10.3) |
25 nio4r (~> 2.3) | |
26 timers (~> 4.1) | |
181 | 27 async-container (0.8.1) |
180 | 28 async (~> 1.0) |
29 async-io (~> 1.4) | |
181 | 30 async-http (0.37.2) |
180 | 31 async (~> 1.6) |
32 async-io (~> 1.16) | |
181 | 33 http-protocol (~> 0.10) |
34 async-io (1.16.4) | |
180 | 35 async (~> 1.3) |
10 | 36 buftok (0.2.0) |
115 | 37 builder (3.2.3) |
181 | 38 concurrent-ruby (1.1.3) |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
39 crass (1.0.4) |
155 | 40 domain_name (0.5.20180417) |
56 | 41 unf (>= 0.0.5, < 1.0.0) |
111 | 42 equalizer (0.0.11) |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
43 erubi (1.7.1) |
181 | 44 falcon (0.19.4) |
45 async-container (~> 0.8.0) | |
46 async-http (~> 0.37.2) | |
180 | 47 async-io (~> 1.9) |
181 | 48 http-protocol (~> 0.10.0) |
180 | 49 localhost (~> 1.1) |
50 rack (>= 1.0) | |
51 samovar (~> 1.3) | |
155 | 52 http (3.3.0) |
56 | 53 addressable (~> 2.3) |
54 http-cookie (~> 1.0) | |
155 | 55 http-form_data (~> 2.0) |
10 | 56 http_parser.rb (~> 0.6.0) |
105 | 57 http-cookie (1.0.3) |
56 | 58 domain_name (~> 0.5) |
155 | 59 http-form_data (2.1.1) |
180 | 60 http-hpack (0.1.1) |
181 | 61 http-protocol (0.10.1) |
180 | 62 http-hpack (~> 0.1.0) |
10 | 63 http_parser.rb (0.6.0) |
26 | 64 http_parser.rb (0.6.0-java) |
181 | 65 i18n (1.1.1) |
133 | 66 concurrent-ruby (~> 1.0) |
149 | 67 idn-ruby (0.1.0) |
180 | 68 localhost (1.1.4) |
181 | 69 loofah (2.2.3) |
129 | 70 crass (~> 1.0.2) |
35 | 71 nokogiri (>= 1.5.9) |
180 | 72 mapping (1.1.1) |
10 | 73 memoizable (0.4.2) |
74 thread_safe (~> 0.3, >= 0.3.1) | |
181 | 75 method_source (0.9.2) |
129 | 76 mini_portile2 (2.3.0) |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
77 minitest (5.11.3) |
10 | 78 multipart-post (2.0.0) |
56 | 79 naught (1.1.0) |
181 | 80 newrelic_rpm (5.5.0.348) |
180 | 81 nio4r (2.3.1) |
179 | 82 nokogiri (1.8.5) |
129 | 83 mini_portile2 (~> 2.3.0) |
179 | 84 nokogiri (1.8.5-java) |
85 nokogiri (1.8.5-x86-mingw32) | |
129 | 86 mini_portile2 (~> 2.3.0) |
179 | 87 public_suffix (3.0.3) |
155 | 88 puma (3.12.0) |
89 puma (3.12.0-java) | |
181 | 90 rack (2.0.6) |
155 | 91 rack-test (1.1.0) |
127 | 92 rack (>= 1.0, < 3) |
93 rails-dom-testing (2.0.3) | |
94 activesupport (>= 4.2.0) | |
95 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
|
96 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
|
97 loofah (~> 2.2, >= 2.2.2) |
173 | 98 railties (5.2.1) |
99 actionpack (= 5.2.1) | |
100 activesupport (= 5.2.1) | |
72 | 101 method_source |
0 | 102 rake (>= 0.8.7) |
173 | 103 thor (>= 0.19.0, < 2.0) |
181 | 104 rainbow (3.0.0) |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
105 rake (12.3.1) |
181 | 106 redis (4.0.3) |
133 | 107 redis-actionpack (5.0.2) |
110 | 108 actionpack (>= 4.0, < 6) |
109 redis-rack (>= 1, < 3) | |
133 | 110 redis-store (>= 1.1.0, < 2) |
155 | 111 redis-activesupport (5.0.7) |
110 | 112 activesupport (>= 3, < 6) |
133 | 113 redis-store (>= 1.3, < 2) |
181 | 114 redis-rack (2.0.5) |
123 | 115 rack (>= 1.5, < 3) |
133 | 116 redis-store (>= 1.2, < 2) |
123 | 117 redis-rails (5.0.2) |
118 redis-actionpack (>= 5.0, < 6) | |
119 redis-activesupport (>= 5.0, < 6) | |
120 redis-store (>= 1.2, < 2) | |
179 | 121 redis-store (1.6.0) |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
122 redis (>= 2.2, < 5) |
181 | 123 samovar (1.9.1) |
180 | 124 mapping (~> 1.0) |
181 | 125 rainbow (>= 2.0, < 4.0) |
46 | 126 simple_oauth (0.3.1) |
181 | 127 thor (0.20.3) |
120 | 128 thread_safe (0.3.6) |
129 thread_safe (0.3.6-java) | |
181 | 130 timers (4.2.0) |
133 | 131 twitter (6.2.0) |
132 addressable (~> 2.3) | |
10 | 133 buftok (~> 0.2.0) |
133 | 134 equalizer (~> 0.0.11) |
135 http (~> 3.0) | |
136 http-form_data (~> 2.0) | |
10 | 137 http_parser.rb (~> 0.6.0) |
133 | 138 memoizable (~> 0.4.0) |
139 multipart-post (~> 2.0) | |
140 naught (~> 1.0) | |
141 simple_oauth (~> 0.3.0) | |
181 | 142 twitter-text (3.0.0) |
149 | 143 idn-ruby |
10 | 144 unf (~> 0.1.0) |
151 | 145 tzinfo (1.2.5) |
0 | 146 thread_safe (~> 0.1) |
10 | 147 unf (0.1.4) |
148 unf_ext | |
26 | 149 unf (0.1.4-java) |
151 | 150 unf_ext (0.0.7.5) |
151 unf_ext (0.0.7.5-x86-mingw32) | |
0 | 152 |
153 PLATFORMS | |
26 | 154 java |
0 | 155 ruby |
26 | 156 x86-mingw32 |
0 | 157 |
158 DEPENDENCIES | |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
159 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
|
160 actionview (~> 5.2.0) |
180 | 161 falcon |
59 | 162 newrelic_rpm |
83 | 163 puma |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
151
diff
changeset
|
164 railties (~> 5.2.0) |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
165 redis |
110 | 166 redis-rails |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
167 redis-store |
10 | 168 twitter |
169 twitter-text | |
53 | 170 |
171 BUNDLED WITH | |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
149
diff
changeset
|
172 1.16.1 |