Mercurial > rsstweet
comparison Gemfile.lock @ 224:657d99f51749
Update gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 23 Jan 2022 05:18:49 +0900 |
parents | ad6264cca788 |
children | cf3ebc67dab1 |
comparison
equal
deleted
inserted
replaced
223:ad6264cca788 | 224:657d99f51749 |
---|---|
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 | |
29 GEM | 1 GEM |
30 remote: https://rubygems.org/ | 2 remote: https://rubygems.org/ |
31 specs: | 3 specs: |
32 actionpack (7.0.1) | 4 actionpack (7.0.1) |
33 actionview (= 7.0.1) | 5 actionview (= 7.0.1) |
120 rake (>= 12.2) | 92 rake (>= 12.2) |
121 thor (~> 1.0) | 93 thor (~> 1.0) |
122 zeitwerk (~> 2.5) | 94 zeitwerk (~> 2.5) |
123 rake (13.0.6) | 95 rake (13.0.6) |
124 redis (4.5.1) | 96 redis (4.5.1) |
125 redis-rack (2.1.3) | 97 redis-actionpack (5.3.0) |
98 actionpack (>= 5, < 8) | |
99 redis-rack (>= 2.1.0, < 3) | |
100 redis-store (>= 1.1.0, < 2) | |
101 redis-activesupport (5.3.0) | |
102 activesupport (>= 3, < 8) | |
103 redis-store (>= 1.3, < 2) | |
104 redis-rack (2.1.4) | |
126 rack (>= 2.0.8, < 3) | 105 rack (>= 2.0.8, < 3) |
106 redis-store (>= 1.2, < 2) | |
107 redis-rails (5.0.2) | |
108 redis-actionpack (>= 5.0, < 6) | |
109 redis-activesupport (>= 5.0, < 6) | |
127 redis-store (>= 1.2, < 2) | 110 redis-store (>= 1.2, < 2) |
128 redis-store (1.9.0) | 111 redis-store (1.9.0) |
129 redis (>= 4, < 5) | 112 redis (>= 4, < 5) |
130 simple_oauth (0.3.1) | 113 simple_oauth (0.3.1) |
131 thor (1.2.1) | 114 thor (1.2.1) |
163 actionview (~> 7.0.1) | 146 actionview (~> 7.0.1) |
164 newrelic_rpm | 147 newrelic_rpm |
165 puma | 148 puma |
166 railties (~> 7.0.1) | 149 railties (~> 7.0.1) |
167 redis | 150 redis |
168 redis-actionpack! | 151 redis-rails |
169 redis-activesupport! | |
170 redis-rails! | |
171 redis-store | 152 redis-store |
172 twitter | 153 twitter |
173 twitter-text | 154 twitter-text |
174 | 155 |
175 BUNDLED WITH | 156 BUNDLED WITH |