infopark_component_cache 5.0.3.1 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +18 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +262 -170
- data/infopark_component_cache.gemspec +4 -4
- data/lib/infopark_component_cache/version.rb +1 -1
- data/spec/dummy/config/application.rb +0 -5
- data/spec/dummy/config/environments/test.rb +1 -1
- data/spec/dummy/config/initializers/secret_token.rb +1 -1
- data/spec/dummy/db/cms.sqlite3 +0 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- metadata +12 -22
- data/spec/dummy/config/initializers/session_store.rb +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 854a80cd380ced3369e6e235a3f2b0b4f6294c505185e364f6df3ab98fd84770
|
|
4
|
+
data.tar.gz: bdaf20344ec72f8a3e634b23858dfb42966c4ea2ad5ad056adabc76777865278
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86b129215d6449920fd06ff8dffb988dcb7b00b1652b24d3e1c90cf387224b964481903974e2b19b8e43d26b574ebe7d098381afc5a4dff9b92321829afaa0c1
|
|
7
|
+
data.tar.gz: a839995c1384817a78f05ddfdfa04a01290c230a89ff1187ef6ea29f74301a8a3e7ebab4e0ce91ac8e381e7c12850bf3739b7f283d4650566ef4199927e6714a
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.4.9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Infopark ComponentCache Changelog
|
|
2
2
|
|
|
3
|
+
## 5.1.0
|
|
4
|
+
|
|
5
|
+
### New
|
|
6
|
+
|
|
7
|
+
- Ruby 3.4 compatibility (requires Ruby >= 3.2)
|
|
8
|
+
- Rails 8 compatibility
|
|
9
|
+
|
|
10
|
+
### Breaking
|
|
11
|
+
|
|
12
|
+
- Drop support for Rails 5 and 6 (requires Rails >= 7.0)
|
|
13
|
+
- Drop support for Ruby < 3.2
|
|
14
|
+
|
|
15
|
+
### Updated
|
|
16
|
+
|
|
17
|
+
- infopark_fiona_connector ~> 7.0
|
|
18
|
+
- sqlite3 ~> 2.1
|
|
19
|
+
- rspec-rails ~> 7.0
|
|
20
|
+
|
|
3
21
|
## 5.0.3.1
|
|
4
22
|
|
|
5
23
|
### Fix
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,219 +1,310 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
infopark_component_cache (5.0
|
|
5
|
-
infopark_fiona_connector (~> 7.0
|
|
6
|
-
rails (>=
|
|
4
|
+
infopark_component_cache (5.1.0)
|
|
5
|
+
infopark_fiona_connector (~> 7.0)
|
|
6
|
+
rails (>= 7.0, < 9.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
action_text-trix (2.1.19)
|
|
12
|
+
railties
|
|
13
|
+
actioncable (8.1.3.1)
|
|
14
|
+
actionpack (= 8.1.3.1)
|
|
15
|
+
activesupport (= 8.1.3.1)
|
|
14
16
|
nio4r (~> 2.0)
|
|
15
17
|
websocket-driver (>= 0.6.1)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
18
|
+
zeitwerk (~> 2.6)
|
|
19
|
+
actionmailbox (8.1.3.1)
|
|
20
|
+
actionpack (= 8.1.3.1)
|
|
21
|
+
activejob (= 8.1.3.1)
|
|
22
|
+
activerecord (= 8.1.3.1)
|
|
23
|
+
activestorage (= 8.1.3.1)
|
|
24
|
+
activesupport (= 8.1.3.1)
|
|
25
|
+
mail (>= 2.8.0)
|
|
26
|
+
actionmailer (8.1.3.1)
|
|
27
|
+
actionpack (= 8.1.3.1)
|
|
28
|
+
actionview (= 8.1.3.1)
|
|
29
|
+
activejob (= 8.1.3.1)
|
|
30
|
+
activesupport (= 8.1.3.1)
|
|
31
|
+
mail (>= 2.8.0)
|
|
32
|
+
rails-dom-testing (~> 2.2)
|
|
33
|
+
actionpack (8.1.3.1)
|
|
34
|
+
actionview (= 8.1.3.1)
|
|
35
|
+
activesupport (= 8.1.3.1)
|
|
36
|
+
nokogiri (>= 1.8.5)
|
|
37
|
+
rack (>= 2.2.4)
|
|
38
|
+
rack-session (>= 1.0.1)
|
|
34
39
|
rack-test (>= 0.6.3)
|
|
35
|
-
rails-dom-testing (~> 2.
|
|
36
|
-
rails-html-sanitizer (~> 1.
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
rails-dom-testing (~> 2.2)
|
|
41
|
+
rails-html-sanitizer (~> 1.6)
|
|
42
|
+
useragent (~> 0.16)
|
|
43
|
+
actiontext (8.1.3.1)
|
|
44
|
+
action_text-trix (~> 2.1.15)
|
|
45
|
+
actionpack (= 8.1.3.1)
|
|
46
|
+
activerecord (= 8.1.3.1)
|
|
47
|
+
activestorage (= 8.1.3.1)
|
|
48
|
+
activesupport (= 8.1.3.1)
|
|
49
|
+
globalid (>= 0.6.0)
|
|
42
50
|
nokogiri (>= 1.8.5)
|
|
43
|
-
actionview (
|
|
44
|
-
activesupport (=
|
|
51
|
+
actionview (8.1.3.1)
|
|
52
|
+
activesupport (= 8.1.3.1)
|
|
45
53
|
builder (~> 3.1)
|
|
46
|
-
erubi (~> 1.
|
|
47
|
-
rails-dom-testing (~> 2.
|
|
48
|
-
rails-html-sanitizer (~> 1.
|
|
49
|
-
activejob (
|
|
50
|
-
activesupport (=
|
|
54
|
+
erubi (~> 1.11)
|
|
55
|
+
rails-dom-testing (~> 2.2)
|
|
56
|
+
rails-html-sanitizer (~> 1.6)
|
|
57
|
+
activejob (8.1.3.1)
|
|
58
|
+
activesupport (= 8.1.3.1)
|
|
51
59
|
globalid (>= 0.3.6)
|
|
52
|
-
activemodel (
|
|
53
|
-
activesupport (=
|
|
54
|
-
activerecord (
|
|
55
|
-
activemodel (=
|
|
56
|
-
activesupport (=
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
activemodel (8.1.3.1)
|
|
61
|
+
activesupport (= 8.1.3.1)
|
|
62
|
+
activerecord (8.1.3.1)
|
|
63
|
+
activemodel (= 8.1.3.1)
|
|
64
|
+
activesupport (= 8.1.3.1)
|
|
65
|
+
timeout (>= 0.4.0)
|
|
66
|
+
activestorage (8.1.3.1)
|
|
67
|
+
actionpack (= 8.1.3.1)
|
|
68
|
+
activejob (= 8.1.3.1)
|
|
69
|
+
activerecord (= 8.1.3.1)
|
|
70
|
+
activesupport (= 8.1.3.1)
|
|
62
71
|
marcel (~> 1.0)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
72
|
+
activesupport (8.1.3.1)
|
|
73
|
+
base64
|
|
74
|
+
bigdecimal
|
|
75
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
76
|
+
connection_pool (>= 2.2.5)
|
|
77
|
+
drb
|
|
66
78
|
i18n (>= 1.6, < 2)
|
|
79
|
+
json
|
|
80
|
+
logger (>= 1.4.2)
|
|
67
81
|
minitest (>= 5.1)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
82
|
+
securerandom (>= 0.3)
|
|
83
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
84
|
+
uri (>= 0.13.1)
|
|
85
|
+
ast (2.4.3)
|
|
86
|
+
base64 (0.3.0)
|
|
87
|
+
bigdecimal (4.1.2)
|
|
88
|
+
builder (3.3.0)
|
|
89
|
+
byebug (13.0.0)
|
|
90
|
+
reline (>= 0.6.0)
|
|
73
91
|
coderay (1.1.3)
|
|
74
|
-
concurrent-ruby (1.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
92
|
+
concurrent-ruby (1.3.8)
|
|
93
|
+
connection_pool (3.0.2)
|
|
94
|
+
crass (1.0.7)
|
|
95
|
+
date (3.5.1)
|
|
96
|
+
diff-lcs (1.6.2)
|
|
97
|
+
drb (2.2.3)
|
|
98
|
+
erb (6.0.7)
|
|
99
|
+
erubi (1.13.1)
|
|
100
|
+
faraday (2.14.3)
|
|
101
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
102
|
+
json
|
|
103
|
+
logger
|
|
104
|
+
faraday-net_http (3.4.4)
|
|
105
|
+
net-http (~> 0.5)
|
|
106
|
+
globalid (1.4.0)
|
|
107
|
+
activesupport (>= 6.1)
|
|
84
108
|
helpful_configuration (0.1.0)
|
|
85
|
-
i18n (1.
|
|
109
|
+
i18n (1.15.2)
|
|
86
110
|
concurrent-ruby (~> 1.0)
|
|
87
|
-
infopark_fiona_connector (7.
|
|
88
|
-
activerecord (>=
|
|
111
|
+
infopark_fiona_connector (7.1.0)
|
|
112
|
+
activerecord (>= 7.0, < 9.0)
|
|
89
113
|
helpful_configuration (~> 0.1.0)
|
|
90
114
|
json (~> 2.3)
|
|
91
115
|
maruku (~> 0.7)
|
|
92
116
|
mime-types (~> 3.1)
|
|
117
|
+
mysql2 (~> 0.5, < 0.5.7)
|
|
93
118
|
mysql_blob_streaming (~> 2.5)
|
|
94
|
-
rails (>=
|
|
95
|
-
rake (~>
|
|
119
|
+
rails (>= 7.0, < 9.0)
|
|
120
|
+
rake (~> 13.0)
|
|
96
121
|
rsolr (~> 2.1.0s)
|
|
97
|
-
|
|
98
|
-
|
|
122
|
+
io-console (0.8.2)
|
|
123
|
+
irb (1.18.0)
|
|
124
|
+
pp (>= 0.6.0)
|
|
125
|
+
prism (>= 1.3.0)
|
|
126
|
+
rdoc (>= 4.0.0)
|
|
127
|
+
reline (>= 0.4.2)
|
|
128
|
+
json (2.21.2)
|
|
129
|
+
language_server-protocol (3.17.0.6)
|
|
130
|
+
lint_roller (1.1.0)
|
|
131
|
+
logger (1.7.0)
|
|
132
|
+
loofah (2.25.2)
|
|
99
133
|
crass (~> 1.0.2)
|
|
100
|
-
nokogiri (>= 1.
|
|
101
|
-
mail (2.
|
|
134
|
+
nokogiri (>= 1.12.0)
|
|
135
|
+
mail (2.9.1)
|
|
136
|
+
logger
|
|
102
137
|
mini_mime (>= 0.1.1)
|
|
103
|
-
|
|
138
|
+
net-imap
|
|
139
|
+
net-pop
|
|
140
|
+
net-smtp
|
|
141
|
+
marcel (1.2.1)
|
|
104
142
|
maruku (0.7.3)
|
|
105
|
-
method_source (1.
|
|
106
|
-
mime-types (3.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
143
|
+
method_source (1.1.0)
|
|
144
|
+
mime-types (3.7.0)
|
|
145
|
+
logger
|
|
146
|
+
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
147
|
+
mime-types-data (3.2026.0701)
|
|
148
|
+
mini_mime (1.1.5)
|
|
149
|
+
mini_portile2 (2.8.9)
|
|
150
|
+
minitest (6.0.6)
|
|
151
|
+
drb (~> 2.0)
|
|
152
|
+
prism (~> 1.5)
|
|
153
|
+
mysql2 (0.5.6)
|
|
154
|
+
mysql_blob_streaming (2.5.1)
|
|
155
|
+
mysql2 (~> 0.5, >= 0.5.5)
|
|
156
|
+
net-http (0.9.1)
|
|
157
|
+
uri (>= 0.11.1)
|
|
158
|
+
net-imap (0.6.6)
|
|
159
|
+
date
|
|
160
|
+
net-protocol
|
|
161
|
+
net-pop (0.1.2)
|
|
162
|
+
net-protocol
|
|
163
|
+
net-protocol (0.2.2)
|
|
164
|
+
timeout
|
|
165
|
+
net-smtp (0.5.1)
|
|
166
|
+
net-protocol
|
|
167
|
+
nio4r (2.7.5)
|
|
168
|
+
nokogiri (1.19.4)
|
|
169
|
+
mini_portile2 (~> 2.8.2)
|
|
118
170
|
racc (~> 1.4)
|
|
119
|
-
parallel (1.
|
|
120
|
-
parser (3.
|
|
171
|
+
parallel (2.1.0)
|
|
172
|
+
parser (3.3.12.0)
|
|
121
173
|
ast (~> 2.4.1)
|
|
122
|
-
|
|
174
|
+
racc
|
|
175
|
+
pp (0.6.4)
|
|
176
|
+
prettyprint
|
|
177
|
+
prettyprint (0.2.0)
|
|
178
|
+
prism (1.9.0)
|
|
179
|
+
pry (0.16.0)
|
|
123
180
|
coderay (~> 1.1)
|
|
124
181
|
method_source (~> 1.0)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
rack
|
|
182
|
+
reline (>= 0.6.0)
|
|
183
|
+
pry-byebug (3.12.0)
|
|
184
|
+
byebug (~> 13.0)
|
|
185
|
+
pry (>= 0.13, < 0.17)
|
|
186
|
+
racc (1.8.1)
|
|
187
|
+
rack (3.2.6)
|
|
188
|
+
rack-session (2.1.2)
|
|
189
|
+
base64 (>= 0.1.0)
|
|
190
|
+
rack (>= 3.0.0)
|
|
191
|
+
rack-test (2.2.0)
|
|
131
192
|
rack (>= 1.3)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
193
|
+
rackup (2.3.1)
|
|
194
|
+
rack (>= 3)
|
|
195
|
+
rails (8.1.3.1)
|
|
196
|
+
actioncable (= 8.1.3.1)
|
|
197
|
+
actionmailbox (= 8.1.3.1)
|
|
198
|
+
actionmailer (= 8.1.3.1)
|
|
199
|
+
actionpack (= 8.1.3.1)
|
|
200
|
+
actiontext (= 8.1.3.1)
|
|
201
|
+
actionview (= 8.1.3.1)
|
|
202
|
+
activejob (= 8.1.3.1)
|
|
203
|
+
activemodel (= 8.1.3.1)
|
|
204
|
+
activerecord (= 8.1.3.1)
|
|
205
|
+
activestorage (= 8.1.3.1)
|
|
206
|
+
activesupport (= 8.1.3.1)
|
|
144
207
|
bundler (>= 1.15.0)
|
|
145
|
-
railties (=
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
208
|
+
railties (= 8.1.3.1)
|
|
209
|
+
rails-dom-testing (2.3.0)
|
|
210
|
+
activesupport (>= 5.0.0)
|
|
211
|
+
minitest
|
|
149
212
|
nokogiri (>= 1.6)
|
|
150
|
-
rails-html-sanitizer (1.
|
|
151
|
-
loofah (~> 2.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
213
|
+
rails-html-sanitizer (1.7.1)
|
|
214
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
215
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
216
|
+
railties (8.1.3.1)
|
|
217
|
+
actionpack (= 8.1.3.1)
|
|
218
|
+
activesupport (= 8.1.3.1)
|
|
219
|
+
irb (~> 1.13)
|
|
220
|
+
rackup (>= 1.0.0)
|
|
156
221
|
rake (>= 12.2)
|
|
157
|
-
thor (~> 1.0)
|
|
222
|
+
thor (~> 1.0, >= 1.2.2)
|
|
223
|
+
tsort (>= 0.2)
|
|
224
|
+
zeitwerk (~> 2.6)
|
|
158
225
|
rainbow (3.1.1)
|
|
159
|
-
rake (
|
|
160
|
-
|
|
161
|
-
|
|
226
|
+
rake (13.4.2)
|
|
227
|
+
rbs (4.1.2)
|
|
228
|
+
logger
|
|
229
|
+
prism (>= 1.6.0)
|
|
230
|
+
tsort
|
|
231
|
+
rdoc (8.0.0)
|
|
232
|
+
erb
|
|
233
|
+
prism (>= 1.6.0)
|
|
234
|
+
rbs (>= 4.0.0)
|
|
235
|
+
tsort
|
|
236
|
+
regexp_parser (2.12.0)
|
|
237
|
+
reline (0.6.3)
|
|
238
|
+
io-console (~> 0.5)
|
|
162
239
|
rsolr (2.1.0)
|
|
163
240
|
builder (>= 2.1.2)
|
|
164
241
|
faraday (>= 0.9.0)
|
|
165
|
-
rspec-core (3.
|
|
166
|
-
rspec-support (~> 3.
|
|
167
|
-
rspec-expectations (3.
|
|
242
|
+
rspec-core (3.13.6)
|
|
243
|
+
rspec-support (~> 3.13.0)
|
|
244
|
+
rspec-expectations (3.13.5)
|
|
168
245
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
169
|
-
rspec-support (~> 3.
|
|
170
|
-
rspec-mocks (3.
|
|
246
|
+
rspec-support (~> 3.13.0)
|
|
247
|
+
rspec-mocks (3.13.8)
|
|
171
248
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
172
|
-
rspec-support (~> 3.
|
|
173
|
-
rspec-rails (
|
|
174
|
-
actionpack (>=
|
|
175
|
-
activesupport (>=
|
|
176
|
-
railties (>=
|
|
177
|
-
rspec-core (~> 3.
|
|
178
|
-
rspec-expectations (~> 3.
|
|
179
|
-
rspec-mocks (~> 3.
|
|
180
|
-
rspec-support (~> 3.
|
|
181
|
-
rspec-support (3.
|
|
182
|
-
rubocop (1.
|
|
249
|
+
rspec-support (~> 3.13.0)
|
|
250
|
+
rspec-rails (7.1.1)
|
|
251
|
+
actionpack (>= 7.0)
|
|
252
|
+
activesupport (>= 7.0)
|
|
253
|
+
railties (>= 7.0)
|
|
254
|
+
rspec-core (~> 3.13)
|
|
255
|
+
rspec-expectations (~> 3.13)
|
|
256
|
+
rspec-mocks (~> 3.13)
|
|
257
|
+
rspec-support (~> 3.13)
|
|
258
|
+
rspec-support (3.13.7)
|
|
259
|
+
rubocop (1.89.0)
|
|
183
260
|
json (~> 2.3)
|
|
184
|
-
|
|
185
|
-
|
|
261
|
+
language_server-protocol (~> 3.17.0.2)
|
|
262
|
+
lint_roller (~> 1.1.0)
|
|
263
|
+
parallel (>= 1.10)
|
|
264
|
+
parser (>= 3.3.0.2)
|
|
186
265
|
rainbow (>= 2.2.2, < 4.0)
|
|
187
|
-
regexp_parser (>=
|
|
188
|
-
|
|
189
|
-
rubocop-ast (>= 1.20.1, < 2.0)
|
|
266
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
267
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
190
268
|
ruby-progressbar (~> 1.7)
|
|
191
|
-
unicode-display_width (>=
|
|
192
|
-
rubocop-ast (1.
|
|
193
|
-
parser (>= 3.
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
rubocop (
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
269
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
270
|
+
rubocop-ast (1.50.0)
|
|
271
|
+
parser (>= 3.3.7.2)
|
|
272
|
+
prism (~> 1.7)
|
|
273
|
+
rubocop-performance (1.26.1)
|
|
274
|
+
lint_roller (~> 1.1)
|
|
275
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
276
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
277
|
+
rubocop-rspec (3.10.2)
|
|
278
|
+
lint_roller (~> 1.1)
|
|
279
|
+
regexp_parser (>= 2.0)
|
|
280
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
281
|
+
ruby-progressbar (1.13.0)
|
|
282
|
+
securerandom (0.4.1)
|
|
283
|
+
sprockets (4.2.2)
|
|
202
284
|
concurrent-ruby (~> 1.0)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
285
|
+
logger
|
|
286
|
+
rack (>= 2.2.4, < 4)
|
|
287
|
+
sprockets-rails (3.5.2)
|
|
288
|
+
actionpack (>= 6.1)
|
|
289
|
+
activesupport (>= 6.1)
|
|
207
290
|
sprockets (>= 3.0.0)
|
|
208
|
-
sqlite3 (
|
|
209
|
-
|
|
210
|
-
|
|
291
|
+
sqlite3 (2.9.5)
|
|
292
|
+
mini_portile2 (~> 2.8.0)
|
|
293
|
+
thor (1.5.0)
|
|
294
|
+
timeout (0.6.1)
|
|
295
|
+
tsort (0.2.0)
|
|
296
|
+
tzinfo (2.0.6)
|
|
211
297
|
concurrent-ruby (~> 1.0)
|
|
212
|
-
unicode-display_width (
|
|
213
|
-
|
|
298
|
+
unicode-display_width (3.2.0)
|
|
299
|
+
unicode-emoji (~> 4.1)
|
|
300
|
+
unicode-emoji (4.2.0)
|
|
301
|
+
uri (1.1.1)
|
|
302
|
+
useragent (0.16.11)
|
|
303
|
+
websocket-driver (0.8.2)
|
|
304
|
+
base64
|
|
214
305
|
websocket-extensions (>= 0.1.0)
|
|
215
306
|
websocket-extensions (0.1.5)
|
|
216
|
-
zeitwerk (2.
|
|
307
|
+
zeitwerk (2.8.3)
|
|
217
308
|
|
|
218
309
|
PLATFORMS
|
|
219
310
|
ruby
|
|
@@ -221,12 +312,13 @@ PLATFORMS
|
|
|
221
312
|
DEPENDENCIES
|
|
222
313
|
infopark_component_cache!
|
|
223
314
|
pry-byebug (~> 3.9)
|
|
224
|
-
rails (>=
|
|
225
|
-
rspec-rails (~>
|
|
315
|
+
rails (>= 7.0, < 9.0)
|
|
316
|
+
rspec-rails (~> 7.0)
|
|
226
317
|
rubocop
|
|
227
318
|
rubocop-performance
|
|
228
319
|
rubocop-rspec
|
|
229
|
-
|
|
320
|
+
sprockets-rails
|
|
321
|
+
sqlite3 (~> 2.1)
|
|
230
322
|
|
|
231
323
|
BUNDLED WITH
|
|
232
|
-
2.
|
|
324
|
+
2.5.23
|
|
@@ -14,17 +14,17 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.require_paths = ["lib"]
|
|
17
|
-
gem.required_ruby_version = ">= 2
|
|
17
|
+
gem.required_ruby_version = ">= 3.2"
|
|
18
18
|
gem.metadata["rubygems_mfa_required"] = "true"
|
|
19
19
|
|
|
20
|
-
gem.add_dependency "rails", [">=
|
|
20
|
+
gem.add_dependency "rails", [">= 7.0", "< 9.0"]
|
|
21
21
|
|
|
22
22
|
gem.add_dependency "infopark_fiona_connector", "~> 7.0"
|
|
23
23
|
|
|
24
24
|
gem.add_development_dependency "pry-byebug", "~> 3.9"
|
|
25
|
-
gem.add_development_dependency "rspec-rails", "~>
|
|
25
|
+
gem.add_development_dependency "rspec-rails", "~> 7.0"
|
|
26
26
|
gem.add_development_dependency "rubocop"
|
|
27
27
|
gem.add_development_dependency "rubocop-performance"
|
|
28
28
|
gem.add_development_dependency "rubocop-rspec"
|
|
29
|
-
gem.add_development_dependency "sqlite3", "~>
|
|
29
|
+
gem.add_development_dependency "sqlite3", "~> 2.1"
|
|
30
30
|
end
|
|
@@ -3,7 +3,6 @@ require File.expand_path("boot", __dir__)
|
|
|
3
3
|
# Pick the frameworks you want:
|
|
4
4
|
require "active_record/railtie"
|
|
5
5
|
require "action_controller/railtie"
|
|
6
|
-
require "sprockets/railtie"
|
|
7
6
|
|
|
8
7
|
Bundler.require(*Rails.groups)
|
|
9
8
|
require "infopark_component_cache"
|
|
@@ -13,9 +12,5 @@ module Dummy
|
|
|
13
12
|
config.encoding = "utf-8"
|
|
14
13
|
config.filter_parameters += [:password]
|
|
15
14
|
config.active_support.escape_html_entities_in_json = true
|
|
16
|
-
if Rails::VERSION::MAJOR >= 5 && Rails::VERSION::MINOR == 2
|
|
17
|
-
config.active_record.sqlite3.represent_boolean_as_integer = true
|
|
18
|
-
end
|
|
19
|
-
config.autoloader = :zeitwerk
|
|
20
15
|
end
|
|
21
16
|
end
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Dummy::Application.config.
|
|
1
|
+
Dummy::Application.config.secret_key_base = "4806ad3606eea6388c0428912c8c8b37266f29c4c45fa5ecd233316cd5b6a0016aea879cfa603059a7c00296daef192955e26ae3298830bd904c8ff6a791feb1"
|
data/spec/dummy/db/cms.sqlite3
CHANGED
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infopark_component_cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0
|
|
4
|
+
version: 5.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomasz Przedmojski, sveninfo
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -16,20 +15,20 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
18
|
+
version: '7.0'
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
21
|
+
version: '9.0'
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
28
|
+
version: '7.0'
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
31
|
+
version: '9.0'
|
|
33
32
|
- !ruby/object:Gem::Dependency
|
|
34
33
|
name: infopark_fiona_connector
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -64,14 +63,14 @@ dependencies:
|
|
|
64
63
|
requirements:
|
|
65
64
|
- - "~>"
|
|
66
65
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: '
|
|
66
|
+
version: '7.0'
|
|
68
67
|
type: :development
|
|
69
68
|
prerelease: false
|
|
70
69
|
version_requirements: !ruby/object:Gem::Requirement
|
|
71
70
|
requirements:
|
|
72
71
|
- - "~>"
|
|
73
72
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '
|
|
73
|
+
version: '7.0'
|
|
75
74
|
- !ruby/object:Gem::Dependency
|
|
76
75
|
name: rubocop
|
|
77
76
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -120,20 +119,14 @@ dependencies:
|
|
|
120
119
|
requirements:
|
|
121
120
|
- - "~>"
|
|
122
121
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: '1
|
|
124
|
-
- - ">="
|
|
125
|
-
- !ruby/object:Gem::Version
|
|
126
|
-
version: 1.3.6
|
|
122
|
+
version: '2.1'
|
|
127
123
|
type: :development
|
|
128
124
|
prerelease: false
|
|
129
125
|
version_requirements: !ruby/object:Gem::Requirement
|
|
130
126
|
requirements:
|
|
131
127
|
- - "~>"
|
|
132
128
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: '1
|
|
134
|
-
- - ">="
|
|
135
|
-
- !ruby/object:Gem::Version
|
|
136
|
-
version: 1.3.6
|
|
129
|
+
version: '2.1'
|
|
137
130
|
description: Easy and intelligent fragment caching for RailsConnector projects
|
|
138
131
|
email:
|
|
139
132
|
- tomasz.przedmojski@infopark.de
|
|
@@ -191,7 +184,6 @@ files:
|
|
|
191
184
|
- spec/dummy/config/environments/development.rb
|
|
192
185
|
- spec/dummy/config/environments/test.rb
|
|
193
186
|
- spec/dummy/config/initializers/secret_token.rb
|
|
194
|
-
- spec/dummy/config/initializers/session_store.rb
|
|
195
187
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
196
188
|
- spec/dummy/config/routes.rb
|
|
197
189
|
- spec/dummy/db/cms.sqlite3
|
|
@@ -213,7 +205,6 @@ licenses:
|
|
|
213
205
|
- LGPL-3.0
|
|
214
206
|
metadata:
|
|
215
207
|
rubygems_mfa_required: 'true'
|
|
216
|
-
post_install_message:
|
|
217
208
|
rdoc_options: []
|
|
218
209
|
require_paths:
|
|
219
210
|
- lib
|
|
@@ -221,15 +212,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
221
212
|
requirements:
|
|
222
213
|
- - ">="
|
|
223
214
|
- !ruby/object:Gem::Version
|
|
224
|
-
version: '2
|
|
215
|
+
version: '3.2'
|
|
225
216
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
226
217
|
requirements:
|
|
227
218
|
- - ">="
|
|
228
219
|
- !ruby/object:Gem::Version
|
|
229
220
|
version: '0'
|
|
230
221
|
requirements: []
|
|
231
|
-
rubygems_version: 3.
|
|
232
|
-
signing_key:
|
|
222
|
+
rubygems_version: 3.6.9
|
|
233
223
|
specification_version: 4
|
|
234
224
|
summary: Fragment caching with automatic dependency resolution and cache invalidation.
|
|
235
225
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Dummy::Application.config.session_store :cookie_store, key: "_dummy_session"
|