cached_resource 6.0.0 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,149 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cached_resource (5.3.0)
5
- activeresource (>= 4.0)
6
- activesupport (>= 4.0)
7
- nilio (>= 1.0)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actioncable (5.0.2)
13
- actionpack (= 5.0.2)
14
- nio4r (>= 1.2, < 3.0)
15
- websocket-driver (~> 0.6.1)
16
- actionmailer (5.0.2)
17
- actionpack (= 5.0.2)
18
- actionview (= 5.0.2)
19
- activejob (= 5.0.2)
20
- mail (~> 2.5, >= 2.5.4)
21
- rails-dom-testing (~> 2.0)
22
- actionpack (5.0.2)
23
- actionview (= 5.0.2)
24
- activesupport (= 5.0.2)
25
- rack (~> 2.0)
26
- rack-test (~> 0.6.3)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.0.2)
30
- activesupport (= 5.0.2)
31
- builder (~> 3.1)
32
- erubis (~> 2.7.0)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.0.2)
36
- activesupport (= 5.0.2)
37
- globalid (>= 0.3.6)
38
- activemodel (5.0.2)
39
- activesupport (= 5.0.2)
40
- activemodel-serializers-xml (1.0.2)
41
- activemodel (> 5.x)
42
- activesupport (> 5.x)
43
- builder (~> 3.1)
44
- activerecord (5.0.2)
45
- activemodel (= 5.0.2)
46
- activesupport (= 5.0.2)
47
- arel (~> 7.0)
48
- activeresource (5.1.1)
49
- activemodel (>= 5.0, < 7)
50
- activemodel-serializers-xml (~> 1.0)
51
- activesupport (>= 5.0, < 7)
52
- activesupport (5.0.2)
53
- concurrent-ruby (~> 1.0, >= 1.0.2)
54
- i18n (~> 0.7)
55
- minitest (~> 5.1)
56
- tzinfo (~> 1.1)
57
- appraisal (2.2.0)
58
- bundler
59
- rake
60
- thor (>= 0.14.0)
61
- arel (7.1.4)
62
- builder (3.2.3)
63
- concurrent-ruby (1.0.5)
64
- diff-lcs (1.3)
65
- erubis (2.7.0)
66
- globalid (0.4.0)
67
- activesupport (>= 4.2.0)
68
- i18n (0.8.4)
69
- loofah (2.0.3)
70
- nokogiri (>= 1.5.9)
71
- mail (2.6.6)
72
- mime-types (>= 1.16, < 4)
73
- method_source (0.8.2)
74
- mime-types (3.1)
75
- mime-types-data (~> 3.2015)
76
- mime-types-data (3.2016.0521)
77
- mini_portile2 (2.2.0)
78
- minitest (5.10.2)
79
- nilio (1.0.0)
80
- nio4r (2.1.0)
81
- nokogiri (1.8.0)
82
- mini_portile2 (~> 2.2.0)
83
- rack (2.0.3)
84
- rack-test (0.6.3)
85
- rack (>= 1.0)
86
- rails (5.0.2)
87
- actioncable (= 5.0.2)
88
- actionmailer (= 5.0.2)
89
- actionpack (= 5.0.2)
90
- actionview (= 5.0.2)
91
- activejob (= 5.0.2)
92
- activemodel (= 5.0.2)
93
- activerecord (= 5.0.2)
94
- activesupport (= 5.0.2)
95
- bundler (>= 1.3.0, < 2.0)
96
- railties (= 5.0.2)
97
- sprockets-rails (>= 2.0.0)
98
- rails-dom-testing (2.0.3)
99
- activesupport (>= 4.2.0)
100
- nokogiri (>= 1.6)
101
- rails-html-sanitizer (1.0.3)
102
- loofah (~> 2.0)
103
- railties (5.0.2)
104
- actionpack (= 5.0.2)
105
- activesupport (= 5.0.2)
106
- method_source
107
- rake (>= 0.8.7)
108
- thor (>= 0.18.1, < 2.0)
109
- rake (12.0.0)
110
- rspec (3.6.0)
111
- rspec-core (~> 3.6.0)
112
- rspec-expectations (~> 3.6.0)
113
- rspec-mocks (~> 3.6.0)
114
- rspec-core (3.6.0)
115
- rspec-support (~> 3.6.0)
116
- rspec-expectations (3.6.0)
117
- diff-lcs (>= 1.2.0, < 2.0)
118
- rspec-support (~> 3.6.0)
119
- rspec-mocks (3.6.0)
120
- diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.6.0)
122
- rspec-support (3.6.0)
123
- sprockets (3.7.1)
124
- concurrent-ruby (~> 1.0)
125
- rack (> 1, < 3)
126
- sprockets-rails (3.2.0)
127
- actionpack (>= 4.0)
128
- activesupport (>= 4.0)
129
- sprockets (>= 3.0.0)
130
- thor (0.19.4)
131
- thread_safe (0.3.6)
132
- tzinfo (1.2.3)
133
- thread_safe (~> 0.1)
134
- websocket-driver (0.6.5)
135
- websocket-extensions (>= 0.1.0)
136
- websocket-extensions (0.1.2)
137
-
138
- PLATFORMS
139
- ruby
140
-
141
- DEPENDENCIES
142
- appraisal
143
- cached_resource!
144
- rails (~> 5.0.0)
145
- rake
146
- rspec
147
-
148
- BUNDLED WITH
149
- 1.17.3
@@ -1,149 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cached_resource (5.3.0)
5
- activeresource (>= 4.0)
6
- activesupport (>= 4.0)
7
- nilio (>= 1.0)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actioncable (5.1.2)
13
- actionpack (= 5.1.2)
14
- nio4r (~> 2.0)
15
- websocket-driver (~> 0.6.1)
16
- actionmailer (5.1.2)
17
- actionpack (= 5.1.2)
18
- actionview (= 5.1.2)
19
- activejob (= 5.1.2)
20
- mail (~> 2.5, >= 2.5.4)
21
- rails-dom-testing (~> 2.0)
22
- actionpack (5.1.2)
23
- actionview (= 5.1.2)
24
- activesupport (= 5.1.2)
25
- rack (~> 2.0)
26
- rack-test (~> 0.6.3)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.1.2)
30
- activesupport (= 5.1.2)
31
- builder (~> 3.1)
32
- erubi (~> 1.4)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.1.2)
36
- activesupport (= 5.1.2)
37
- globalid (>= 0.3.6)
38
- activemodel (5.1.2)
39
- activesupport (= 5.1.2)
40
- activemodel-serializers-xml (1.0.2)
41
- activemodel (> 5.x)
42
- activesupport (> 5.x)
43
- builder (~> 3.1)
44
- activerecord (5.1.2)
45
- activemodel (= 5.1.2)
46
- activesupport (= 5.1.2)
47
- arel (~> 8.0)
48
- activeresource (5.1.1)
49
- activemodel (>= 5.0, < 7)
50
- activemodel-serializers-xml (~> 1.0)
51
- activesupport (>= 5.0, < 7)
52
- activesupport (5.1.2)
53
- concurrent-ruby (~> 1.0, >= 1.0.2)
54
- i18n (~> 0.7)
55
- minitest (~> 5.1)
56
- tzinfo (~> 1.1)
57
- appraisal (2.2.0)
58
- bundler
59
- rake
60
- thor (>= 0.14.0)
61
- arel (8.0.0)
62
- builder (3.2.3)
63
- concurrent-ruby (1.0.5)
64
- diff-lcs (1.3)
65
- erubi (1.6.0)
66
- globalid (0.4.0)
67
- activesupport (>= 4.2.0)
68
- i18n (0.8.4)
69
- loofah (2.0.3)
70
- nokogiri (>= 1.5.9)
71
- mail (2.6.6)
72
- mime-types (>= 1.16, < 4)
73
- method_source (0.8.2)
74
- mime-types (3.1)
75
- mime-types-data (~> 3.2015)
76
- mime-types-data (3.2016.0521)
77
- mini_portile2 (2.2.0)
78
- minitest (5.10.2)
79
- nilio (1.0.0)
80
- nio4r (2.1.0)
81
- nokogiri (1.8.0)
82
- mini_portile2 (~> 2.2.0)
83
- rack (2.0.3)
84
- rack-test (0.6.3)
85
- rack (>= 1.0)
86
- rails (5.1.2)
87
- actioncable (= 5.1.2)
88
- actionmailer (= 5.1.2)
89
- actionpack (= 5.1.2)
90
- actionview (= 5.1.2)
91
- activejob (= 5.1.2)
92
- activemodel (= 5.1.2)
93
- activerecord (= 5.1.2)
94
- activesupport (= 5.1.2)
95
- bundler (>= 1.3.0, < 2.0)
96
- railties (= 5.1.2)
97
- sprockets-rails (>= 2.0.0)
98
- rails-dom-testing (2.0.3)
99
- activesupport (>= 4.2.0)
100
- nokogiri (>= 1.6)
101
- rails-html-sanitizer (1.0.3)
102
- loofah (~> 2.0)
103
- railties (5.1.2)
104
- actionpack (= 5.1.2)
105
- activesupport (= 5.1.2)
106
- method_source
107
- rake (>= 0.8.7)
108
- thor (>= 0.18.1, < 2.0)
109
- rake (12.0.0)
110
- rspec (3.6.0)
111
- rspec-core (~> 3.6.0)
112
- rspec-expectations (~> 3.6.0)
113
- rspec-mocks (~> 3.6.0)
114
- rspec-core (3.6.0)
115
- rspec-support (~> 3.6.0)
116
- rspec-expectations (3.6.0)
117
- diff-lcs (>= 1.2.0, < 2.0)
118
- rspec-support (~> 3.6.0)
119
- rspec-mocks (3.6.0)
120
- diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.6.0)
122
- rspec-support (3.6.0)
123
- sprockets (3.7.1)
124
- concurrent-ruby (~> 1.0)
125
- rack (> 1, < 3)
126
- sprockets-rails (3.2.0)
127
- actionpack (>= 4.0)
128
- activesupport (>= 4.0)
129
- sprockets (>= 3.0.0)
130
- thor (0.19.4)
131
- thread_safe (0.3.6)
132
- tzinfo (1.2.3)
133
- thread_safe (~> 0.1)
134
- websocket-driver (0.6.5)
135
- websocket-extensions (>= 0.1.0)
136
- websocket-extensions (0.1.2)
137
-
138
- PLATFORMS
139
- ruby
140
-
141
- DEPENDENCIES
142
- appraisal
143
- cached_resource!
144
- rails (~> 5.1.0)
145
- rake
146
- rspec
147
-
148
- BUNDLED WITH
149
- 1.17.3
@@ -1,172 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cached_resource (5.3.0)
5
- activeresource (>= 4.0)
6
- activesupport (>= 4.0)
7
- nilio (>= 1.0)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actioncable (6.0.4.1)
13
- actionpack (= 6.0.4.1)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.0.4.1)
17
- actionpack (= 6.0.4.1)
18
- activejob (= 6.0.4.1)
19
- activerecord (= 6.0.4.1)
20
- activestorage (= 6.0.4.1)
21
- activesupport (= 6.0.4.1)
22
- mail (>= 2.7.1)
23
- actionmailer (6.0.4.1)
24
- actionpack (= 6.0.4.1)
25
- actionview (= 6.0.4.1)
26
- activejob (= 6.0.4.1)
27
- mail (~> 2.5, >= 2.5.4)
28
- rails-dom-testing (~> 2.0)
29
- actionpack (6.0.4.1)
30
- actionview (= 6.0.4.1)
31
- activesupport (= 6.0.4.1)
32
- rack (~> 2.0, >= 2.0.8)
33
- rack-test (>= 0.6.3)
34
- rails-dom-testing (~> 2.0)
35
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.0.4.1)
37
- actionpack (= 6.0.4.1)
38
- activerecord (= 6.0.4.1)
39
- activestorage (= 6.0.4.1)
40
- activesupport (= 6.0.4.1)
41
- nokogiri (>= 1.8.5)
42
- actionview (6.0.4.1)
43
- activesupport (= 6.0.4.1)
44
- builder (~> 3.1)
45
- erubi (~> 1.4)
46
- rails-dom-testing (~> 2.0)
47
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.0.4.1)
49
- activesupport (= 6.0.4.1)
50
- globalid (>= 0.3.6)
51
- activemodel (6.0.4.1)
52
- activesupport (= 6.0.4.1)
53
- activemodel-serializers-xml (1.0.2)
54
- activemodel (> 5.x)
55
- activesupport (> 5.x)
56
- builder (~> 3.1)
57
- activerecord (6.0.4.1)
58
- activemodel (= 6.0.4.1)
59
- activesupport (= 6.0.4.1)
60
- activeresource (5.1.1)
61
- activemodel (>= 5.0, < 7)
62
- activemodel-serializers-xml (~> 1.0)
63
- activesupport (>= 5.0, < 7)
64
- activestorage (6.0.4.1)
65
- actionpack (= 6.0.4.1)
66
- activejob (= 6.0.4.1)
67
- activerecord (= 6.0.4.1)
68
- marcel (~> 1.0.0)
69
- activesupport (6.0.4.1)
70
- concurrent-ruby (~> 1.0, >= 1.0.2)
71
- i18n (>= 0.7, < 2)
72
- minitest (~> 5.1)
73
- tzinfo (~> 1.1)
74
- zeitwerk (~> 2.2, >= 2.2.2)
75
- appraisal (2.4.1)
76
- bundler
77
- rake
78
- thor (>= 0.14.0)
79
- builder (3.2.4)
80
- concurrent-ruby (1.1.9)
81
- crass (1.0.6)
82
- diff-lcs (1.4.4)
83
- erubi (1.10.0)
84
- globalid (0.5.2)
85
- activesupport (>= 5.0)
86
- i18n (1.8.11)
87
- concurrent-ruby (~> 1.0)
88
- loofah (2.12.0)
89
- crass (~> 1.0.2)
90
- nokogiri (>= 1.5.9)
91
- mail (2.7.1)
92
- mini_mime (>= 0.1.1)
93
- marcel (1.0.2)
94
- method_source (1.0.0)
95
- mini_mime (1.1.2)
96
- minitest (5.14.4)
97
- nilio (1.0.0)
98
- nio4r (2.5.8)
99
- nokogiri (1.12.5-x86_64-linux)
100
- racc (~> 1.4)
101
- racc (1.6.0)
102
- rack (2.2.3)
103
- rack-test (1.1.0)
104
- rack (>= 1.0, < 3)
105
- rails (6.0.4.1)
106
- actioncable (= 6.0.4.1)
107
- actionmailbox (= 6.0.4.1)
108
- actionmailer (= 6.0.4.1)
109
- actionpack (= 6.0.4.1)
110
- actiontext (= 6.0.4.1)
111
- actionview (= 6.0.4.1)
112
- activejob (= 6.0.4.1)
113
- activemodel (= 6.0.4.1)
114
- activerecord (= 6.0.4.1)
115
- activestorage (= 6.0.4.1)
116
- activesupport (= 6.0.4.1)
117
- bundler (>= 1.3.0)
118
- railties (= 6.0.4.1)
119
- sprockets-rails (>= 2.0.0)
120
- rails-dom-testing (2.0.3)
121
- activesupport (>= 4.2.0)
122
- nokogiri (>= 1.6)
123
- rails-html-sanitizer (1.4.2)
124
- loofah (~> 2.3)
125
- railties (6.0.4.1)
126
- actionpack (= 6.0.4.1)
127
- activesupport (= 6.0.4.1)
128
- method_source
129
- rake (>= 0.8.7)
130
- thor (>= 0.20.3, < 2.0)
131
- rake (13.0.6)
132
- rspec (3.10.0)
133
- rspec-core (~> 3.10.0)
134
- rspec-expectations (~> 3.10.0)
135
- rspec-mocks (~> 3.10.0)
136
- rspec-core (3.10.1)
137
- rspec-support (~> 3.10.0)
138
- rspec-expectations (3.10.1)
139
- diff-lcs (>= 1.2.0, < 2.0)
140
- rspec-support (~> 3.10.0)
141
- rspec-mocks (3.10.2)
142
- diff-lcs (>= 1.2.0, < 2.0)
143
- rspec-support (~> 3.10.0)
144
- rspec-support (3.10.3)
145
- sprockets (4.0.2)
146
- concurrent-ruby (~> 1.0)
147
- rack (> 1, < 3)
148
- sprockets-rails (3.2.2)
149
- actionpack (>= 4.0)
150
- activesupport (>= 4.0)
151
- sprockets (>= 3.0.0)
152
- thor (1.1.0)
153
- thread_safe (0.3.6)
154
- tzinfo (1.2.9)
155
- thread_safe (~> 0.1)
156
- websocket-driver (0.7.5)
157
- websocket-extensions (>= 0.1.0)
158
- websocket-extensions (0.1.5)
159
- zeitwerk (2.5.1)
160
-
161
- PLATFORMS
162
- ruby
163
-
164
- DEPENDENCIES
165
- appraisal
166
- cached_resource!
167
- rails (~> 6.0.0)
168
- rake
169
- rspec
170
-
171
- BUNDLED WITH
172
- 1.17.3
@@ -1,175 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cached_resource (5.3.0)
5
- activeresource (>= 4.0)
6
- activesupport (>= 4.0)
7
- nilio (>= 1.0)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- actioncable (6.1.4.1)
13
- actionpack (= 6.1.4.1)
14
- activesupport (= 6.1.4.1)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- actionmailbox (6.1.4.1)
18
- actionpack (= 6.1.4.1)
19
- activejob (= 6.1.4.1)
20
- activerecord (= 6.1.4.1)
21
- activestorage (= 6.1.4.1)
22
- activesupport (= 6.1.4.1)
23
- mail (>= 2.7.1)
24
- actionmailer (6.1.4.1)
25
- actionpack (= 6.1.4.1)
26
- actionview (= 6.1.4.1)
27
- activejob (= 6.1.4.1)
28
- activesupport (= 6.1.4.1)
29
- mail (~> 2.5, >= 2.5.4)
30
- rails-dom-testing (~> 2.0)
31
- actionpack (6.1.4.1)
32
- actionview (= 6.1.4.1)
33
- activesupport (= 6.1.4.1)
34
- rack (~> 2.0, >= 2.0.9)
35
- rack-test (>= 0.6.3)
36
- rails-dom-testing (~> 2.0)
37
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
- actiontext (6.1.4.1)
39
- actionpack (= 6.1.4.1)
40
- activerecord (= 6.1.4.1)
41
- activestorage (= 6.1.4.1)
42
- activesupport (= 6.1.4.1)
43
- nokogiri (>= 1.8.5)
44
- actionview (6.1.4.1)
45
- activesupport (= 6.1.4.1)
46
- builder (~> 3.1)
47
- erubi (~> 1.4)
48
- rails-dom-testing (~> 2.0)
49
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (6.1.4.1)
51
- activesupport (= 6.1.4.1)
52
- globalid (>= 0.3.6)
53
- activemodel (6.1.4.1)
54
- activesupport (= 6.1.4.1)
55
- activemodel-serializers-xml (1.0.2)
56
- activemodel (> 5.x)
57
- activesupport (> 5.x)
58
- builder (~> 3.1)
59
- activerecord (6.1.4.1)
60
- activemodel (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- activeresource (5.1.1)
63
- activemodel (>= 5.0, < 7)
64
- activemodel-serializers-xml (~> 1.0)
65
- activesupport (>= 5.0, < 7)
66
- activestorage (6.1.4.1)
67
- actionpack (= 6.1.4.1)
68
- activejob (= 6.1.4.1)
69
- activerecord (= 6.1.4.1)
70
- activesupport (= 6.1.4.1)
71
- marcel (~> 1.0.0)
72
- mini_mime (>= 1.1.0)
73
- activesupport (6.1.4.1)
74
- concurrent-ruby (~> 1.0, >= 1.0.2)
75
- i18n (>= 1.6, < 2)
76
- minitest (>= 5.1)
77
- tzinfo (~> 2.0)
78
- zeitwerk (~> 2.3)
79
- appraisal (2.4.1)
80
- bundler
81
- rake
82
- thor (>= 0.14.0)
83
- builder (3.2.4)
84
- concurrent-ruby (1.1.9)
85
- crass (1.0.6)
86
- diff-lcs (1.4.4)
87
- erubi (1.10.0)
88
- globalid (0.5.2)
89
- activesupport (>= 5.0)
90
- i18n (1.8.11)
91
- concurrent-ruby (~> 1.0)
92
- loofah (2.12.0)
93
- crass (~> 1.0.2)
94
- nokogiri (>= 1.5.9)
95
- mail (2.7.1)
96
- mini_mime (>= 0.1.1)
97
- marcel (1.0.2)
98
- method_source (1.0.0)
99
- mini_mime (1.1.2)
100
- minitest (5.14.4)
101
- nilio (1.0.0)
102
- nio4r (2.5.8)
103
- nokogiri (1.12.5-x86_64-linux)
104
- racc (~> 1.4)
105
- racc (1.6.0)
106
- rack (2.2.3)
107
- rack-test (1.1.0)
108
- rack (>= 1.0, < 3)
109
- rails (6.1.4.1)
110
- actioncable (= 6.1.4.1)
111
- actionmailbox (= 6.1.4.1)
112
- actionmailer (= 6.1.4.1)
113
- actionpack (= 6.1.4.1)
114
- actiontext (= 6.1.4.1)
115
- actionview (= 6.1.4.1)
116
- activejob (= 6.1.4.1)
117
- activemodel (= 6.1.4.1)
118
- activerecord (= 6.1.4.1)
119
- activestorage (= 6.1.4.1)
120
- activesupport (= 6.1.4.1)
121
- bundler (>= 1.15.0)
122
- railties (= 6.1.4.1)
123
- sprockets-rails (>= 2.0.0)
124
- rails-dom-testing (2.0.3)
125
- activesupport (>= 4.2.0)
126
- nokogiri (>= 1.6)
127
- rails-html-sanitizer (1.4.2)
128
- loofah (~> 2.3)
129
- railties (6.1.4.1)
130
- actionpack (= 6.1.4.1)
131
- activesupport (= 6.1.4.1)
132
- method_source
133
- rake (>= 0.13)
134
- thor (~> 1.0)
135
- rake (13.0.6)
136
- rspec (3.10.0)
137
- rspec-core (~> 3.10.0)
138
- rspec-expectations (~> 3.10.0)
139
- rspec-mocks (~> 3.10.0)
140
- rspec-core (3.10.1)
141
- rspec-support (~> 3.10.0)
142
- rspec-expectations (3.10.1)
143
- diff-lcs (>= 1.2.0, < 2.0)
144
- rspec-support (~> 3.10.0)
145
- rspec-mocks (3.10.2)
146
- diff-lcs (>= 1.2.0, < 2.0)
147
- rspec-support (~> 3.10.0)
148
- rspec-support (3.10.3)
149
- sprockets (4.0.2)
150
- concurrent-ruby (~> 1.0)
151
- rack (> 1, < 3)
152
- sprockets-rails (3.2.2)
153
- actionpack (>= 4.0)
154
- activesupport (>= 4.0)
155
- sprockets (>= 3.0.0)
156
- thor (1.1.0)
157
- tzinfo (2.0.4)
158
- concurrent-ruby (~> 1.0)
159
- websocket-driver (0.7.5)
160
- websocket-extensions (>= 0.1.0)
161
- websocket-extensions (0.1.5)
162
- zeitwerk (2.5.1)
163
-
164
- PLATFORMS
165
- ruby
166
-
167
- DEPENDENCIES
168
- appraisal
169
- cached_resource!
170
- rails (~> 6.1.0)
171
- rake
172
- rspec
173
-
174
- BUNDLED WITH
175
- 1.17.3