comparison Gemfile.lock @ 226:cf3ebc67dab1

Use rails builtin redis cache
author nanaya <me@nanaya.pro>
date Tue, 25 Jan 2022 02:39:04 +0900
parents 657d99f51749
children 2a4ed5b73c73
comparison
equal deleted inserted replaced
225:782fece93768 226:cf3ebc67dab1
92 rake (>= 12.2) 92 rake (>= 12.2)
93 thor (~> 1.0) 93 thor (~> 1.0)
94 zeitwerk (~> 2.5) 94 zeitwerk (~> 2.5)
95 rake (13.0.6) 95 rake (13.0.6)
96 redis (4.5.1) 96 redis (4.5.1)
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)
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)
110 redis-store (>= 1.2, < 2)
111 redis-store (1.9.0)
112 redis (>= 4, < 5)
113 simple_oauth (0.3.1) 97 simple_oauth (0.3.1)
114 thor (1.2.1) 98 thor (1.2.1)
115 thread_safe (0.3.6) 99 thread_safe (0.3.6)
116 thread_safe (0.3.6-java) 100 thread_safe (0.3.6-java)
117 twitter (7.0.0) 101 twitter (7.0.0)
146 actionview (~> 7.0.1) 130 actionview (~> 7.0.1)
147 newrelic_rpm 131 newrelic_rpm
148 puma 132 puma
149 railties (~> 7.0.1) 133 railties (~> 7.0.1)
150 redis 134 redis
151 redis-rails
152 redis-store
153 twitter 135 twitter
154 twitter-text 136 twitter-text
155 137
156 BUNDLED WITH 138 BUNDLED WITH
157 2.3.3 139 2.3.3