redis_web_manager 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +97 -92
- data/lib/redis_web_manager/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbdfc7a3bf3dce8653e098e69e9eb6af33608eb00c809c0ba957b84981692015
|
4
|
+
data.tar.gz: '072092fdfbff43aa555692e970e32cff44f93b715308c71c77c37f8007eb362f'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ff8a104b47f8447370702b1284e07f3301a09584642e5f849c4dca77d8083c3830621fb9157bb66e50d154ec0aa7e0ae729bf9d91534a5198eeb623bc5dd16d
|
7
|
+
data.tar.gz: fe871e15548ea121bf4dddc3d4d0301b7f546897ea8832115117c991fcd396d7881ebd1fff16afd7daa01cbc9c46607254c53fa7e1b81f086e569280163de572
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
redis_web_manager (0.3.
|
4
|
+
redis_web_manager (0.3.6)
|
5
5
|
pagy (~> 3.8)
|
6
6
|
rails (>= 5.2, < 7)
|
7
7
|
redis (>= 4.1.0, < 5)
|
@@ -9,63 +9,67 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (6.
|
13
|
-
actionpack (= 6.
|
12
|
+
actioncable (6.1.1)
|
13
|
+
actionpack (= 6.1.1)
|
14
|
+
activesupport (= 6.1.1)
|
14
15
|
nio4r (~> 2.0)
|
15
16
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.
|
17
|
-
actionpack (= 6.
|
18
|
-
activejob (= 6.
|
19
|
-
activerecord (= 6.
|
20
|
-
activestorage (= 6.
|
21
|
-
activesupport (= 6.
|
17
|
+
actionmailbox (6.1.1)
|
18
|
+
actionpack (= 6.1.1)
|
19
|
+
activejob (= 6.1.1)
|
20
|
+
activerecord (= 6.1.1)
|
21
|
+
activestorage (= 6.1.1)
|
22
|
+
activesupport (= 6.1.1)
|
22
23
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.
|
24
|
-
actionpack (= 6.
|
25
|
-
actionview (= 6.
|
26
|
-
activejob (= 6.
|
24
|
+
actionmailer (6.1.1)
|
25
|
+
actionpack (= 6.1.1)
|
26
|
+
actionview (= 6.1.1)
|
27
|
+
activejob (= 6.1.1)
|
28
|
+
activesupport (= 6.1.1)
|
27
29
|
mail (~> 2.5, >= 2.5.4)
|
28
30
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.
|
30
|
-
actionview (= 6.
|
31
|
-
activesupport (= 6.
|
32
|
-
rack (~> 2.0, >= 2.0.
|
31
|
+
actionpack (6.1.1)
|
32
|
+
actionview (= 6.1.1)
|
33
|
+
activesupport (= 6.1.1)
|
34
|
+
rack (~> 2.0, >= 2.0.9)
|
33
35
|
rack-test (>= 0.6.3)
|
34
36
|
rails-dom-testing (~> 2.0)
|
35
37
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.
|
37
|
-
actionpack (= 6.
|
38
|
-
activerecord (= 6.
|
39
|
-
activestorage (= 6.
|
40
|
-
activesupport (= 6.
|
38
|
+
actiontext (6.1.1)
|
39
|
+
actionpack (= 6.1.1)
|
40
|
+
activerecord (= 6.1.1)
|
41
|
+
activestorage (= 6.1.1)
|
42
|
+
activesupport (= 6.1.1)
|
41
43
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.
|
43
|
-
activesupport (= 6.
|
44
|
+
actionview (6.1.1)
|
45
|
+
activesupport (= 6.1.1)
|
44
46
|
builder (~> 3.1)
|
45
47
|
erubi (~> 1.4)
|
46
48
|
rails-dom-testing (~> 2.0)
|
47
49
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.
|
49
|
-
activesupport (= 6.
|
50
|
+
activejob (6.1.1)
|
51
|
+
activesupport (= 6.1.1)
|
50
52
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.
|
52
|
-
activesupport (= 6.
|
53
|
-
activerecord (6.
|
54
|
-
activemodel (= 6.
|
55
|
-
activesupport (= 6.
|
56
|
-
activestorage (6.
|
57
|
-
actionpack (= 6.
|
58
|
-
activejob (= 6.
|
59
|
-
activerecord (= 6.
|
53
|
+
activemodel (6.1.1)
|
54
|
+
activesupport (= 6.1.1)
|
55
|
+
activerecord (6.1.1)
|
56
|
+
activemodel (= 6.1.1)
|
57
|
+
activesupport (= 6.1.1)
|
58
|
+
activestorage (6.1.1)
|
59
|
+
actionpack (= 6.1.1)
|
60
|
+
activejob (= 6.1.1)
|
61
|
+
activerecord (= 6.1.1)
|
62
|
+
activesupport (= 6.1.1)
|
60
63
|
marcel (~> 0.3.1)
|
61
|
-
|
64
|
+
mimemagic (~> 0.3.2)
|
65
|
+
activesupport (6.1.1)
|
62
66
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
63
|
-
i18n (>=
|
64
|
-
minitest (
|
65
|
-
tzinfo (~>
|
66
|
-
zeitwerk (~> 2.
|
67
|
+
i18n (>= 1.6, < 2)
|
68
|
+
minitest (>= 5.1)
|
69
|
+
tzinfo (~> 2.0)
|
70
|
+
zeitwerk (~> 2.3)
|
67
71
|
builder (3.2.4)
|
68
|
-
concurrent-ruby (1.1.
|
72
|
+
concurrent-ruby (1.1.8)
|
69
73
|
coveralls (0.8.23)
|
70
74
|
json (>= 1.8, < 3)
|
71
75
|
simplecov (~> 0.16.1)
|
@@ -74,14 +78,14 @@ GEM
|
|
74
78
|
tins (~> 1.6)
|
75
79
|
crass (1.0.6)
|
76
80
|
diff-lcs (1.4.4)
|
77
|
-
docile (1.3.
|
78
|
-
erubi (1.
|
81
|
+
docile (1.3.5)
|
82
|
+
erubi (1.10.0)
|
79
83
|
globalid (0.4.2)
|
80
84
|
activesupport (>= 4.2.0)
|
81
|
-
i18n (1.8.
|
85
|
+
i18n (1.8.7)
|
82
86
|
concurrent-ruby (~> 1.0)
|
83
|
-
json (2.
|
84
|
-
loofah (2.
|
87
|
+
json (2.5.1)
|
88
|
+
loofah (2.9.0)
|
85
89
|
crass (~> 1.0.2)
|
86
90
|
nokogiri (>= 1.5.9)
|
87
91
|
mail (2.7.1)
|
@@ -91,60 +95,62 @@ GEM
|
|
91
95
|
method_source (1.0.0)
|
92
96
|
mimemagic (0.3.5)
|
93
97
|
mini_mime (1.0.2)
|
94
|
-
mini_portile2 (2.
|
95
|
-
minitest (5.14.
|
96
|
-
nio4r (2.5.
|
97
|
-
nokogiri (1.
|
98
|
-
mini_portile2 (~> 2.
|
99
|
-
|
98
|
+
mini_portile2 (2.5.0)
|
99
|
+
minitest (5.14.3)
|
100
|
+
nio4r (2.5.4)
|
101
|
+
nokogiri (1.11.1)
|
102
|
+
mini_portile2 (~> 2.5.0)
|
103
|
+
racc (~> 1.4)
|
104
|
+
pagy (3.10.0)
|
105
|
+
racc (1.5.2)
|
100
106
|
rack (2.2.3)
|
101
107
|
rack-test (1.1.0)
|
102
108
|
rack (>= 1.0, < 3)
|
103
|
-
rails (6.
|
104
|
-
actioncable (= 6.
|
105
|
-
actionmailbox (= 6.
|
106
|
-
actionmailer (= 6.
|
107
|
-
actionpack (= 6.
|
108
|
-
actiontext (= 6.
|
109
|
-
actionview (= 6.
|
110
|
-
activejob (= 6.
|
111
|
-
activemodel (= 6.
|
112
|
-
activerecord (= 6.
|
113
|
-
activestorage (= 6.
|
114
|
-
activesupport (= 6.
|
115
|
-
bundler (>= 1.
|
116
|
-
railties (= 6.
|
109
|
+
rails (6.1.1)
|
110
|
+
actioncable (= 6.1.1)
|
111
|
+
actionmailbox (= 6.1.1)
|
112
|
+
actionmailer (= 6.1.1)
|
113
|
+
actionpack (= 6.1.1)
|
114
|
+
actiontext (= 6.1.1)
|
115
|
+
actionview (= 6.1.1)
|
116
|
+
activejob (= 6.1.1)
|
117
|
+
activemodel (= 6.1.1)
|
118
|
+
activerecord (= 6.1.1)
|
119
|
+
activestorage (= 6.1.1)
|
120
|
+
activesupport (= 6.1.1)
|
121
|
+
bundler (>= 1.15.0)
|
122
|
+
railties (= 6.1.1)
|
117
123
|
sprockets-rails (>= 2.0.0)
|
118
124
|
rails-dom-testing (2.0.3)
|
119
125
|
activesupport (>= 4.2.0)
|
120
126
|
nokogiri (>= 1.6)
|
121
127
|
rails-html-sanitizer (1.3.0)
|
122
128
|
loofah (~> 2.3)
|
123
|
-
railties (6.
|
124
|
-
actionpack (= 6.
|
125
|
-
activesupport (= 6.
|
129
|
+
railties (6.1.1)
|
130
|
+
actionpack (= 6.1.1)
|
131
|
+
activesupport (= 6.1.1)
|
126
132
|
method_source
|
127
133
|
rake (>= 0.8.7)
|
128
|
-
thor (
|
129
|
-
rake (13.0.
|
130
|
-
redis (4.
|
131
|
-
rspec-core (3.
|
132
|
-
rspec-support (~> 3.
|
133
|
-
rspec-expectations (3.
|
134
|
+
thor (~> 1.0)
|
135
|
+
rake (13.0.3)
|
136
|
+
redis (4.2.5)
|
137
|
+
rspec-core (3.10.1)
|
138
|
+
rspec-support (~> 3.10.0)
|
139
|
+
rspec-expectations (3.10.1)
|
134
140
|
diff-lcs (>= 1.2.0, < 2.0)
|
135
|
-
rspec-support (~> 3.
|
136
|
-
rspec-mocks (3.
|
141
|
+
rspec-support (~> 3.10.0)
|
142
|
+
rspec-mocks (3.10.1)
|
137
143
|
diff-lcs (>= 1.2.0, < 2.0)
|
138
|
-
rspec-support (~> 3.
|
139
|
-
rspec-rails (4.0.
|
144
|
+
rspec-support (~> 3.10.0)
|
145
|
+
rspec-rails (4.0.2)
|
140
146
|
actionpack (>= 4.2)
|
141
147
|
activesupport (>= 4.2)
|
142
148
|
railties (>= 4.2)
|
143
|
-
rspec-core (~> 3.
|
144
|
-
rspec-expectations (~> 3.
|
145
|
-
rspec-mocks (~> 3.
|
146
|
-
rspec-support (~> 3.
|
147
|
-
rspec-support (3.
|
149
|
+
rspec-core (~> 3.10)
|
150
|
+
rspec-expectations (~> 3.10)
|
151
|
+
rspec-mocks (~> 3.10)
|
152
|
+
rspec-support (~> 3.10)
|
153
|
+
rspec-support (3.10.1)
|
148
154
|
simplecov (0.16.1)
|
149
155
|
docile (~> 1.1)
|
150
156
|
json (>= 1.8, < 3)
|
@@ -153,23 +159,22 @@ GEM
|
|
153
159
|
sprockets (4.0.2)
|
154
160
|
concurrent-ruby (~> 1.0)
|
155
161
|
rack (> 1, < 3)
|
156
|
-
sprockets-rails (3.2.
|
162
|
+
sprockets-rails (3.2.2)
|
157
163
|
actionpack (>= 4.0)
|
158
164
|
activesupport (>= 4.0)
|
159
165
|
sprockets (>= 3.0.0)
|
160
166
|
sync (0.5.0)
|
161
167
|
term-ansicolor (1.7.1)
|
162
168
|
tins (~> 1.0)
|
163
|
-
thor (1.0
|
164
|
-
|
165
|
-
tins (1.25.0)
|
169
|
+
thor (1.1.0)
|
170
|
+
tins (1.28.0)
|
166
171
|
sync
|
167
|
-
tzinfo (
|
168
|
-
|
169
|
-
websocket-driver (0.7.
|
172
|
+
tzinfo (2.0.4)
|
173
|
+
concurrent-ruby (~> 1.0)
|
174
|
+
websocket-driver (0.7.3)
|
170
175
|
websocket-extensions (>= 0.1.0)
|
171
176
|
websocket-extensions (0.1.5)
|
172
|
-
zeitwerk (2.
|
177
|
+
zeitwerk (2.4.2)
|
173
178
|
|
174
179
|
PLATFORMS
|
175
180
|
ruby
|