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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a83b6d0e2eda9dda8db76ae9bae3286c9c71067ea3dc7246bcdc36258485803
4
- data.tar.gz: e8d789bfb9c6641e18ca989bd982db3f5dd12f1c26c17112ce16eaeea2794c7b
3
+ metadata.gz: 854a80cd380ced3369e6e235a3f2b0b4f6294c505185e364f6df3ab98fd84770
4
+ data.tar.gz: bdaf20344ec72f8a3e634b23858dfb42966c4ea2ad5ad056adabc76777865278
5
5
  SHA512:
6
- metadata.gz: 5fac7317158931c81dd82e3edfdc59efef08efd572ebc4a38b423becebd17aba5cffcc16fe26e8385de2264564db11ed86f09d51e65a48dd0fa7a520d836da58
7
- data.tar.gz: bbf8b646ca6cbf682e3a4a1a86a93a8fa27f345c4046c4139bc57f18aa964c464bb615bfc34c9863a4ccd394adeaaf2649c67664b015170339bc601f4926c3ab
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,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
@@ -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,219 +1,310 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infopark_component_cache (5.0.1)
5
- infopark_fiona_connector (~> 7.0.1.6.1.6.rc1)
6
- rails (>= 5.0, < 7.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.5.2)
79
- faraday-net_http (>= 2.0, < 3.1)
80
- ruby2_keywords (>= 0.0.4)
81
- faraday-net_http (3.0.0)
82
- globalid (1.0.0)
83
- activesupport (>= 5.0)
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.12.0)
109
+ i18n (1.15.2)
86
110
  concurrent-ruby (~> 1.0)
87
- infopark_fiona_connector (7.0.1.6.1.6.rc1)
88
- activerecord (>= 5.2, < 7.0)
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 (>= 5.2, < 7.0)
95
- rake (~> 12.3)
119
+ rails (>= 7.0, < 9.0)
120
+ rake (~> 13.0)
96
121
  rsolr (~> 2.1.0s)
97
- json (2.6.2)
98
- loofah (2.18.0)
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.5.9)
101
- mail (2.7.1)
134
+ nokogiri (>= 1.12.0)
135
+ mail (2.9.1)
136
+ logger
102
137
  mini_mime (>= 0.1.1)
103
- marcel (1.0.2)
138
+ net-imap
139
+ net-pop
140
+ net-smtp
141
+ marcel (1.2.1)
104
142
  maruku (0.7.3)
105
- method_source (1.0.0)
106
- mime-types (3.4.1)
107
- mime-types-data (~> 3.2015)
108
- mime-types-data (3.2022.0105)
109
- mini_mime (1.1.2)
110
- mini_portile2 (2.8.0)
111
- minitest (5.16.3)
112
- mysql2 (0.5.4)
113
- mysql_blob_streaming (2.5.0)
114
- mysql2 (>= 0.4.4, < 0.6.0)
115
- nio4r (2.5.8)
116
- nokogiri (1.13.8)
117
- mini_portile2 (~> 2.8.0)
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.22.1)
120
- parser (3.1.2.1)
171
+ parallel (2.1.0)
172
+ parser (3.3.12.0)
121
173
  ast (~> 2.4.1)
122
- 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)
123
180
  coderay (~> 1.1)
124
181
  method_source (~> 1.0)
125
- pry-byebug (3.9.0)
126
- byebug (~> 11.0)
127
- pry (~> 0.13.0)
128
- racc (1.6.0)
129
- rack (2.2.4)
130
- 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)
131
192
  rack (>= 1.3)
132
- rails (6.1.6.1)
133
- actioncable (= 6.1.6.1)
134
- actionmailbox (= 6.1.6.1)
135
- actionmailer (= 6.1.6.1)
136
- actionpack (= 6.1.6.1)
137
- actiontext (= 6.1.6.1)
138
- actionview (= 6.1.6.1)
139
- activejob (= 6.1.6.1)
140
- activemodel (= 6.1.6.1)
141
- activerecord (= 6.1.6.1)
142
- activestorage (= 6.1.6.1)
143
- 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)
144
207
  bundler (>= 1.15.0)
145
- railties (= 6.1.6.1)
146
- sprockets-rails (>= 2.0.0)
147
- rails-dom-testing (2.0.3)
148
- activesupport (>= 4.2.0)
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.4.3)
151
- loofah (~> 2.3)
152
- railties (6.1.6.1)
153
- actionpack (= 6.1.6.1)
154
- activesupport (= 6.1.6.1)
155
- 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)
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 (12.3.3)
160
- regexp_parser (2.5.0)
161
- 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)
162
239
  rsolr (2.1.0)
163
240
  builder (>= 2.1.2)
164
241
  faraday (>= 0.9.0)
165
- rspec-core (3.11.0)
166
- rspec-support (~> 3.11.0)
167
- rspec-expectations (3.11.0)
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.11.0)
170
- rspec-mocks (3.11.1)
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.11.0)
173
- rspec-rails (5.1.2)
174
- actionpack (>= 5.2)
175
- activesupport (>= 5.2)
176
- railties (>= 5.2)
177
- rspec-core (~> 3.10)
178
- rspec-expectations (~> 3.10)
179
- rspec-mocks (~> 3.10)
180
- rspec-support (~> 3.10)
181
- rspec-support (3.11.0)
182
- 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)
183
260
  json (~> 2.3)
184
- parallel (~> 1.10)
185
- 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)
186
265
  rainbow (>= 2.2.2, < 4.0)
187
- regexp_parser (>= 1.8, < 3.0)
188
- rexml (>= 3.2.5, < 4.0)
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 (>= 1.4.0, < 3.0)
192
- rubocop-ast (1.21.0)
193
- parser (>= 3.1.1.0)
194
- rubocop-performance (1.14.2)
195
- rubocop (>= 1.7.0, < 2.0)
196
- rubocop-ast (>= 0.4.0)
197
- rubocop-rspec (2.11.1)
198
- rubocop (~> 1.19)
199
- ruby-progressbar (1.11.0)
200
- ruby2_keywords (0.0.5)
201
- 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)
202
284
  concurrent-ruby (~> 1.0)
203
- rack (> 1, < 3)
204
- sprockets-rails (3.4.2)
205
- actionpack (>= 5.2)
206
- 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)
207
290
  sprockets (>= 3.0.0)
208
- sqlite3 (1.4.4)
209
- thor (1.2.1)
210
- 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)
211
297
  concurrent-ruby (~> 1.0)
212
- unicode-display_width (2.2.0)
213
- 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
214
305
  websocket-extensions (>= 0.1.0)
215
306
  websocket-extensions (0.1.5)
216
- zeitwerk (2.6.0)
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 (>= 5.0, < 7.0)
225
- rspec-rails (~> 5.1)
315
+ rails (>= 7.0, < 9.0)
316
+ rspec-rails (~> 7.0)
226
317
  rubocop
227
318
  rubocop-performance
228
319
  rubocop-rspec
229
- sqlite3 (~> 1.3, >= 1.3.6)
320
+ sprockets-rails
321
+ sqlite3 (~> 2.1)
230
322
 
231
323
  BUNDLED WITH
232
- 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
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.1".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.1
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,20 +15,20 @@ 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
@@ -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"