infopark_component_cache 5.0.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7cb2659c5a59a94d67be303f88cec9755fabfeeb94bc1d0cf7c57b9b2883bfe
4
- data.tar.gz: 4ebb74e0ec3d30ec22bd4bc89557a7d290e86c235bb594cfbfca70b742b9dc2e
3
+ metadata.gz: 854a80cd380ced3369e6e235a3f2b0b4f6294c505185e364f6df3ab98fd84770
4
+ data.tar.gz: bdaf20344ec72f8a3e634b23858dfb42966c4ea2ad5ad056adabc76777865278
5
5
  SHA512:
6
- metadata.gz: 3e27519e1535c99bdbcff850a0c2d94f02704a8c3d735e99d4995f22253bcbb7ae0fe16f59f63768c901dd97235b0991c44b1116007428d6be7f46c3e72a1429
7
- data.tar.gz: 33bbcc86d2a19d6cfeab589ed3d9bbb1071bc2c4e88250d30c36fb0565101520ac5defff0814547f07c03ebf9c54f72bb2465bb06a79c15b49ec7af5da1cfb96
6
+ metadata.gz: 86b129215d6449920fd06ff8dffb988dcb7b00b1652b24d3e1c90cf387224b964481903974e2b19b8e43d26b574ebe7d098381afc5a4dff9b92321829afaa0c1
7
+ data.tar.gz: a839995c1384817a78f05ddfdfa04a01290c230a89ff1187ef6ea29f74301a8a3e7ebab4e0ce91ac8e381e7c12850bf3739b7f283d4650566ef4199927e6714a
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.2
1
+ 3.4.9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
21
+ ## 5.0.3.1
22
+
23
+ ### Fix
24
+
25
+ - Add support for new version of fiona_connector
26
+
3
27
  ## 5.0.3
4
28
 
5
29
  ### Fix
data/Gemfile CHANGED
@@ -3,4 +3,5 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in infopark_component_cache.gemspec
4
4
  gemspec
5
5
 
6
- gem "rails", ">= 5.0", "< 7.0"
6
+ gem "rails", ">= 7.0", "< 9.0"
7
+ gem "sprockets-rails"
data/Gemfile.lock CHANGED
@@ -1,225 +1,310 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infopark_component_cache (5.0.3)
5
- infopark_fiona_connector (~> 7.0.1.6.1.6.rc1)
6
- rails (>= 5.0, < 8.0)
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
- actioncable (6.1.6.1)
12
- actionpack (= 6.1.6.1)
13
- activesupport (= 6.1.6.1)
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
- actionmailbox (6.1.6.1)
17
- actionpack (= 6.1.6.1)
18
- activejob (= 6.1.6.1)
19
- activerecord (= 6.1.6.1)
20
- activestorage (= 6.1.6.1)
21
- activesupport (= 6.1.6.1)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.6.1)
24
- actionpack (= 6.1.6.1)
25
- actionview (= 6.1.6.1)
26
- activejob (= 6.1.6.1)
27
- activesupport (= 6.1.6.1)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.6.1)
31
- actionview (= 6.1.6.1)
32
- activesupport (= 6.1.6.1)
33
- rack (~> 2.0, >= 2.0.9)
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.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.6.1)
38
- actionpack (= 6.1.6.1)
39
- activerecord (= 6.1.6.1)
40
- activestorage (= 6.1.6.1)
41
- activesupport (= 6.1.6.1)
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 (6.1.6.1)
44
- activesupport (= 6.1.6.1)
51
+ actionview (8.1.3.1)
52
+ activesupport (= 8.1.3.1)
45
53
  builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.6.1)
50
- activesupport (= 6.1.6.1)
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 (6.1.6.1)
53
- activesupport (= 6.1.6.1)
54
- activerecord (6.1.6.1)
55
- activemodel (= 6.1.6.1)
56
- activesupport (= 6.1.6.1)
57
- activestorage (6.1.6.1)
58
- actionpack (= 6.1.6.1)
59
- activejob (= 6.1.6.1)
60
- activerecord (= 6.1.6.1)
61
- activesupport (= 6.1.6.1)
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
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.6.1)
65
- concurrent-ruby (~> 1.0, >= 1.0.2)
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
- tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
- ast (2.4.2)
71
- builder (3.2.4)
72
- byebug (11.1.3)
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.1.10)
75
- crass (1.0.6)
76
- diff-lcs (1.5.0)
77
- erubi (1.11.0)
78
- faraday (2.13.4)
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)
79
101
  faraday-net_http (>= 2.0, < 3.5)
80
102
  json
81
103
  logger
82
- faraday-net_http (3.4.1)
83
- net-http (>= 0.5.0)
84
- globalid (1.0.0)
85
- activesupport (>= 5.0)
104
+ faraday-net_http (3.4.4)
105
+ net-http (~> 0.5)
106
+ globalid (1.4.0)
107
+ activesupport (>= 6.1)
86
108
  helpful_configuration (0.1.0)
87
- i18n (1.12.0)
109
+ i18n (1.15.2)
88
110
  concurrent-ruby (~> 1.0)
89
- infopark_fiona_connector (7.0.1.6.1.6.rc3)
90
- activerecord (>= 5.2, < 7.0)
111
+ infopark_fiona_connector (7.1.0)
112
+ activerecord (>= 7.0, < 9.0)
91
113
  helpful_configuration (~> 0.1.0)
92
114
  json (~> 2.3)
93
115
  maruku (~> 0.7)
94
116
  mime-types (~> 3.1)
117
+ mysql2 (~> 0.5, < 0.5.7)
95
118
  mysql_blob_streaming (~> 2.5)
96
- rails (>= 5.2, < 7.0)
97
- rake (~> 12.3)
119
+ rails (>= 7.0, < 9.0)
120
+ rake (~> 13.0)
98
121
  rsolr (~> 2.1.0s)
99
- json (2.6.2)
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)
100
131
  logger (1.7.0)
101
- loofah (2.18.0)
132
+ loofah (2.25.2)
102
133
  crass (~> 1.0.2)
103
- nokogiri (>= 1.5.9)
104
- mail (2.7.1)
134
+ nokogiri (>= 1.12.0)
135
+ mail (2.9.1)
136
+ logger
105
137
  mini_mime (>= 0.1.1)
106
- marcel (1.0.2)
138
+ net-imap
139
+ net-pop
140
+ net-smtp
141
+ marcel (1.2.1)
107
142
  maruku (0.7.3)
108
- method_source (1.0.0)
143
+ method_source (1.1.0)
109
144
  mime-types (3.7.0)
110
145
  logger
111
146
  mime-types-data (~> 3.2025, >= 3.2025.0507)
112
- mime-types-data (3.2025.0805)
113
- mini_mime (1.1.2)
114
- mini_portile2 (2.8.0)
115
- minitest (5.16.3)
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)
116
153
  mysql2 (0.5.6)
117
154
  mysql_blob_streaming (2.5.1)
118
155
  mysql2 (~> 0.5, >= 0.5.5)
119
- net-http (0.6.0)
120
- uri
121
- nio4r (2.5.8)
122
- nokogiri (1.13.8)
123
- mini_portile2 (~> 2.8.0)
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)
124
170
  racc (~> 1.4)
125
- parallel (1.22.1)
126
- parser (3.1.2.1)
171
+ parallel (2.1.0)
172
+ parser (3.3.12.0)
127
173
  ast (~> 2.4.1)
128
- pry (0.13.1)
174
+ racc
175
+ pp (0.6.4)
176
+ prettyprint
177
+ prettyprint (0.2.0)
178
+ prism (1.9.0)
179
+ pry (0.16.0)
129
180
  coderay (~> 1.1)
130
181
  method_source (~> 1.0)
131
- pry-byebug (3.9.0)
132
- byebug (~> 11.0)
133
- pry (~> 0.13.0)
134
- racc (1.6.0)
135
- rack (2.2.4)
136
- rack-test (2.0.2)
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)
137
192
  rack (>= 1.3)
138
- rails (6.1.6.1)
139
- actioncable (= 6.1.6.1)
140
- actionmailbox (= 6.1.6.1)
141
- actionmailer (= 6.1.6.1)
142
- actionpack (= 6.1.6.1)
143
- actiontext (= 6.1.6.1)
144
- actionview (= 6.1.6.1)
145
- activejob (= 6.1.6.1)
146
- activemodel (= 6.1.6.1)
147
- activerecord (= 6.1.6.1)
148
- activestorage (= 6.1.6.1)
149
- activesupport (= 6.1.6.1)
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)
150
207
  bundler (>= 1.15.0)
151
- railties (= 6.1.6.1)
152
- sprockets-rails (>= 2.0.0)
153
- rails-dom-testing (2.0.3)
154
- activesupport (>= 4.2.0)
208
+ railties (= 8.1.3.1)
209
+ rails-dom-testing (2.3.0)
210
+ activesupport (>= 5.0.0)
211
+ minitest
155
212
  nokogiri (>= 1.6)
156
- rails-html-sanitizer (1.4.3)
157
- loofah (~> 2.3)
158
- railties (6.1.6.1)
159
- actionpack (= 6.1.6.1)
160
- activesupport (= 6.1.6.1)
161
- method_source
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)
162
221
  rake (>= 12.2)
163
- thor (~> 1.0)
222
+ thor (~> 1.0, >= 1.2.2)
223
+ tsort (>= 0.2)
224
+ zeitwerk (~> 2.6)
164
225
  rainbow (3.1.1)
165
- rake (12.3.3)
166
- regexp_parser (2.5.0)
167
- rexml (3.2.5)
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)
168
239
  rsolr (2.1.0)
169
240
  builder (>= 2.1.2)
170
241
  faraday (>= 0.9.0)
171
- rspec-core (3.11.0)
172
- rspec-support (~> 3.11.0)
173
- rspec-expectations (3.11.0)
242
+ rspec-core (3.13.6)
243
+ rspec-support (~> 3.13.0)
244
+ rspec-expectations (3.13.5)
174
245
  diff-lcs (>= 1.2.0, < 2.0)
175
- rspec-support (~> 3.11.0)
176
- rspec-mocks (3.11.1)
246
+ rspec-support (~> 3.13.0)
247
+ rspec-mocks (3.13.8)
177
248
  diff-lcs (>= 1.2.0, < 2.0)
178
- rspec-support (~> 3.11.0)
179
- rspec-rails (5.1.2)
180
- actionpack (>= 5.2)
181
- activesupport (>= 5.2)
182
- railties (>= 5.2)
183
- rspec-core (~> 3.10)
184
- rspec-expectations (~> 3.10)
185
- rspec-mocks (~> 3.10)
186
- rspec-support (~> 3.10)
187
- rspec-support (3.11.0)
188
- rubocop (1.35.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)
189
260
  json (~> 2.3)
190
- parallel (~> 1.10)
191
- parser (>= 3.1.2.1)
261
+ language_server-protocol (~> 3.17.0.2)
262
+ lint_roller (~> 1.1.0)
263
+ parallel (>= 1.10)
264
+ parser (>= 3.3.0.2)
192
265
  rainbow (>= 2.2.2, < 4.0)
193
- regexp_parser (>= 1.8, < 3.0)
194
- rexml (>= 3.2.5, < 4.0)
195
- rubocop-ast (>= 1.20.1, < 2.0)
266
+ regexp_parser (>= 2.9.3, < 3.0)
267
+ rubocop-ast (>= 1.49.0, < 2.0)
196
268
  ruby-progressbar (~> 1.7)
197
- unicode-display_width (>= 1.4.0, < 3.0)
198
- rubocop-ast (1.21.0)
199
- parser (>= 3.1.1.0)
200
- rubocop-performance (1.14.2)
201
- rubocop (>= 1.7.0, < 2.0)
202
- rubocop-ast (>= 0.4.0)
203
- rubocop-rspec (2.11.1)
204
- rubocop (~> 1.19)
205
- ruby-progressbar (1.11.0)
206
- sprockets (4.1.1)
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)
207
284
  concurrent-ruby (~> 1.0)
208
- rack (> 1, < 3)
209
- sprockets-rails (3.4.2)
210
- actionpack (>= 5.2)
211
- activesupport (>= 5.2)
285
+ logger
286
+ rack (>= 2.2.4, < 4)
287
+ sprockets-rails (3.5.2)
288
+ actionpack (>= 6.1)
289
+ activesupport (>= 6.1)
212
290
  sprockets (>= 3.0.0)
213
- sqlite3 (1.4.4)
214
- thor (1.2.1)
215
- tzinfo (2.0.5)
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)
216
297
  concurrent-ruby (~> 1.0)
217
- unicode-display_width (2.2.0)
218
- uri (1.0.3)
219
- websocket-driver (0.7.5)
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
220
305
  websocket-extensions (>= 0.1.0)
221
306
  websocket-extensions (0.1.5)
222
- zeitwerk (2.6.0)
307
+ zeitwerk (2.8.3)
223
308
 
224
309
  PLATFORMS
225
310
  ruby
@@ -227,12 +312,13 @@ PLATFORMS
227
312
  DEPENDENCIES
228
313
  infopark_component_cache!
229
314
  pry-byebug (~> 3.9)
230
- rails (>= 5.0, < 7.0)
231
- rspec-rails (~> 5.1)
315
+ rails (>= 7.0, < 9.0)
316
+ rspec-rails (~> 7.0)
232
317
  rubocop
233
318
  rubocop-performance
234
319
  rubocop-rspec
235
- sqlite3 (~> 1.3, >= 1.3.6)
320
+ sprockets-rails
321
+ sqlite3 (~> 2.1)
236
322
 
237
323
  BUNDLED WITH
238
- 2.3.16
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.6"
17
+ gem.required_ruby_version = ">= 3.2"
18
18
  gem.metadata["rubygems_mfa_required"] = "true"
19
19
 
20
- gem.add_dependency "rails", [">= 5.0", "< 8.0"]
20
+ gem.add_dependency "rails", [">= 7.0", "< 9.0"]
21
21
 
22
- gem.add_dependency "infopark_fiona_connector", "~> 7.0.1.6.1.6.rc1"
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", "~> 5.1"
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", "~> 1.3", ">= 1.3.6"
29
+ gem.add_development_dependency "sqlite3", "~> 2.1"
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module InfoparkComponentCache
2
- VERSION = "5.0.3".freeze
2
+ VERSION = "5.1.0".freeze
3
3
  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,5 +1,5 @@
1
1
  Dummy::Application.configure do
2
2
  config.cache_store = :memory_store
3
3
  config.eager_load = false
4
- config.cache_classes = false
4
+ config.enable_reloading = true
5
5
  end
@@ -1 +1 @@
1
- Dummy::Application.config.secret_token = "4806ad3606eea6388c0428912c8c8b37266f29c4c45fa5ecd233316cd5b6a0016aea879cfa603059a7c00296daef192955e26ae3298830bd904c8ff6a791feb1"
1
+ Dummy::Application.config.secret_key_base = "4806ad3606eea6388c0428912c8c8b37266f29c4c45fa5ecd233316cd5b6a0016aea879cfa603059a7c00296daef192955e26ae3298830bd904c8ff6a791feb1"
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.3
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: 2025-08-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -16,34 +15,34 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '5.0'
18
+ version: '7.0'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '8.0'
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: '5.0'
28
+ version: '7.0'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '8.0'
31
+ version: '9.0'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: infopark_fiona_connector
35
34
  requirement: !ruby/object:Gem::Requirement
36
35
  requirements:
37
36
  - - "~>"
38
37
  - !ruby/object:Gem::Version
39
- version: 7.0.1.6.1.6.rc1
38
+ version: '7.0'
40
39
  type: :runtime
41
40
  prerelease: false
42
41
  version_requirements: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - "~>"
45
44
  - !ruby/object:Gem::Version
46
- version: 7.0.1.6.1.6.rc1
45
+ version: '7.0'
47
46
  - !ruby/object:Gem::Dependency
48
47
  name: pry-byebug
49
48
  requirement: !ruby/object:Gem::Requirement
@@ -64,14 +63,14 @@ dependencies:
64
63
  requirements:
65
64
  - - "~>"
66
65
  - !ruby/object:Gem::Version
67
- version: '5.1'
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: '5.1'
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.3'
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.3'
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.6'
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.3.7
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"