rrx_config 0.1.2 → 8.0.2
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/Gemfile.lock +174 -151
- data/lib/rrx_config/version.rb +3 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba650e09fb361ebc29d50a3c2dcbe17fd692bd434d6492b748746c202f7c83dc
|
|
4
|
+
data.tar.gz: d25e1b6d5cd84e069afa82bd63fed199db52a278f6e2df87e220218dba3c2c1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 745f888446aa6ce5bf1e5776c8cd68272e41611c3476f925ee50f4cc7706914dfeab2aee7e7c9dc44d3e96db6c7bad3f5bbe3a0f4c72a08058068e9280e9ec0e
|
|
7
|
+
data.tar.gz: 35f62a0c68439f9fba3a45d838e5daa3508ed3d9d20e52ae3e070379c7f02a787d88fad3ac00d26dd3c86b44bed58b8970e0600e3b33128e1df064b25b937a6e
|
data/Gemfile.lock
CHANGED
|
@@ -1,167 +1,183 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rrx_config (0.
|
|
4
|
+
rrx_config (8.0.2)
|
|
5
5
|
activesupport
|
|
6
6
|
railties
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
actionpack (
|
|
12
|
-
actionview (=
|
|
13
|
-
activesupport (=
|
|
11
|
+
actionpack (8.0.2)
|
|
12
|
+
actionview (= 8.0.2)
|
|
13
|
+
activesupport (= 8.0.2)
|
|
14
14
|
nokogiri (>= 1.8.5)
|
|
15
|
-
racc
|
|
16
15
|
rack (>= 2.2.4)
|
|
17
16
|
rack-session (>= 1.0.1)
|
|
18
17
|
rack-test (>= 0.6.3)
|
|
19
18
|
rails-dom-testing (~> 2.2)
|
|
20
19
|
rails-html-sanitizer (~> 1.6)
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
useragent (~> 0.16)
|
|
21
|
+
actionview (8.0.2)
|
|
22
|
+
activesupport (= 8.0.2)
|
|
23
23
|
builder (~> 3.1)
|
|
24
24
|
erubi (~> 1.11)
|
|
25
25
|
rails-dom-testing (~> 2.2)
|
|
26
26
|
rails-html-sanitizer (~> 1.6)
|
|
27
|
-
active_record_query_trace (1.8.
|
|
27
|
+
active_record_query_trace (1.8.3)
|
|
28
28
|
activerecord (>= 6.0.0)
|
|
29
|
-
activemodel (
|
|
30
|
-
activesupport (=
|
|
31
|
-
activerecord (
|
|
32
|
-
activemodel (=
|
|
33
|
-
activesupport (=
|
|
29
|
+
activemodel (8.0.2)
|
|
30
|
+
activesupport (= 8.0.2)
|
|
31
|
+
activerecord (8.0.2)
|
|
32
|
+
activemodel (= 8.0.2)
|
|
33
|
+
activesupport (= 8.0.2)
|
|
34
34
|
timeout (>= 0.4.0)
|
|
35
|
-
activesupport (
|
|
35
|
+
activesupport (8.0.2)
|
|
36
36
|
base64
|
|
37
|
+
benchmark (>= 0.3)
|
|
37
38
|
bigdecimal
|
|
38
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
39
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
39
40
|
connection_pool (>= 2.2.5)
|
|
40
41
|
drb
|
|
41
42
|
i18n (>= 1.6, < 2)
|
|
43
|
+
logger (>= 1.4.2)
|
|
42
44
|
minitest (>= 5.1)
|
|
43
|
-
|
|
44
|
-
tzinfo (~> 2.0)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
aws-
|
|
50
|
-
aws-
|
|
45
|
+
securerandom (>= 0.3)
|
|
46
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
47
|
+
uri (>= 0.13.1)
|
|
48
|
+
addressable (2.8.7)
|
|
49
|
+
public_suffix (>= 2.0.2, < 7.0)
|
|
50
|
+
ast (2.4.3)
|
|
51
|
+
aws-eventstream (1.4.0)
|
|
52
|
+
aws-partitions (1.1131.0)
|
|
53
|
+
aws-sdk-core (3.226.3)
|
|
51
54
|
aws-eventstream (~> 1, >= 1.3.0)
|
|
52
|
-
aws-partitions (~> 1, >= 1.
|
|
53
|
-
aws-sigv4 (~> 1.
|
|
55
|
+
aws-partitions (~> 1, >= 1.992.0)
|
|
56
|
+
aws-sigv4 (~> 1.9)
|
|
57
|
+
base64
|
|
54
58
|
jmespath (~> 1, >= 1.6.1)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
aws-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
aws-
|
|
61
|
-
|
|
59
|
+
logger
|
|
60
|
+
aws-sdk-rds (1.283.0)
|
|
61
|
+
aws-sdk-core (~> 3, >= 3.225.0)
|
|
62
|
+
aws-sigv4 (~> 1.5)
|
|
63
|
+
aws-sdk-secretsmanager (1.116.0)
|
|
64
|
+
aws-sdk-core (~> 3, >= 3.225.0)
|
|
65
|
+
aws-sigv4 (~> 1.5)
|
|
66
|
+
aws-sigv4 (1.12.1)
|
|
62
67
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
63
|
-
base64 (0.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
+
base64 (0.3.0)
|
|
69
|
+
benchmark (0.4.1)
|
|
70
|
+
bigdecimal (3.2.2)
|
|
71
|
+
binding_of_caller (1.0.1)
|
|
72
|
+
debug_inspector (>= 1.2.0)
|
|
73
|
+
bootsnap (1.18.6)
|
|
68
74
|
msgpack (~> 1.2)
|
|
69
|
-
builder (3.
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
connection_pool (2.4.1)
|
|
75
|
+
builder (3.3.0)
|
|
76
|
+
concurrent-ruby (1.3.5)
|
|
77
|
+
connection_pool (2.5.3)
|
|
73
78
|
crass (1.0.6)
|
|
74
|
-
|
|
79
|
+
date (3.4.1)
|
|
80
|
+
debug (1.11.0)
|
|
75
81
|
irb (~> 1.10)
|
|
76
82
|
reline (>= 0.3.8)
|
|
77
83
|
debug_inspector (1.2.0)
|
|
78
|
-
diff-lcs (1.
|
|
79
|
-
drb (2.2.
|
|
80
|
-
|
|
81
|
-
erubi (1.
|
|
82
|
-
factory_bot (6.4
|
|
83
|
-
activesupport (>=
|
|
84
|
-
factory_bot_rails (6.
|
|
85
|
-
factory_bot (~> 6.
|
|
86
|
-
railties (>=
|
|
87
|
-
ffi (1.
|
|
88
|
-
i18n (1.14.
|
|
84
|
+
diff-lcs (1.6.2)
|
|
85
|
+
drb (2.2.3)
|
|
86
|
+
erb (5.0.2)
|
|
87
|
+
erubi (1.13.1)
|
|
88
|
+
factory_bot (6.5.4)
|
|
89
|
+
activesupport (>= 6.1.0)
|
|
90
|
+
factory_bot_rails (6.5.0)
|
|
91
|
+
factory_bot (~> 6.5)
|
|
92
|
+
railties (>= 6.1.0)
|
|
93
|
+
ffi (1.17.2-x86_64-linux-gnu)
|
|
94
|
+
i18n (1.14.7)
|
|
89
95
|
concurrent-ruby (~> 1.0)
|
|
90
|
-
io-console (0.
|
|
91
|
-
irb (1.
|
|
92
|
-
|
|
93
|
-
|
|
96
|
+
io-console (0.8.1)
|
|
97
|
+
irb (1.15.2)
|
|
98
|
+
pp (>= 0.6.0)
|
|
99
|
+
rdoc (>= 4.0.0)
|
|
100
|
+
reline (>= 0.4.2)
|
|
94
101
|
jmespath (1.6.2)
|
|
95
|
-
json (2.
|
|
96
|
-
json-schema (
|
|
97
|
-
addressable (
|
|
98
|
-
|
|
99
|
-
|
|
102
|
+
json (2.13.0)
|
|
103
|
+
json-schema (5.2.1)
|
|
104
|
+
addressable (~> 2.8)
|
|
105
|
+
bigdecimal (~> 3.1)
|
|
106
|
+
language_server-protocol (3.17.0.5)
|
|
107
|
+
lint_roller (1.1.0)
|
|
108
|
+
listen (3.9.0)
|
|
100
109
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
101
110
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
102
|
-
|
|
111
|
+
logger (1.7.0)
|
|
112
|
+
loofah (2.24.1)
|
|
103
113
|
crass (~> 1.0.2)
|
|
104
114
|
nokogiri (>= 1.12.0)
|
|
105
|
-
minitest (5.
|
|
106
|
-
msgpack (1.
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
nokogiri (1.16.0-x86_64-linux)
|
|
115
|
+
minitest (5.25.5)
|
|
116
|
+
msgpack (1.8.0)
|
|
117
|
+
mysql2 (0.5.6)
|
|
118
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
|
110
119
|
racc (~> 1.4)
|
|
111
|
-
parallel (1.
|
|
112
|
-
parser (3.
|
|
120
|
+
parallel (1.27.0)
|
|
121
|
+
parser (3.3.8.0)
|
|
113
122
|
ast (~> 2.4.1)
|
|
114
123
|
racc
|
|
115
|
-
|
|
116
|
-
|
|
124
|
+
pp (0.6.2)
|
|
125
|
+
prettyprint
|
|
126
|
+
prettyprint (0.2.0)
|
|
127
|
+
prism (1.4.0)
|
|
128
|
+
proc_to_ast (0.2.0)
|
|
117
129
|
parser
|
|
130
|
+
rouge
|
|
118
131
|
unparser
|
|
119
|
-
psych (5.
|
|
132
|
+
psych (5.2.6)
|
|
133
|
+
date
|
|
120
134
|
stringio
|
|
121
|
-
public_suffix (
|
|
122
|
-
racc (1.
|
|
123
|
-
rack (3.
|
|
124
|
-
rack-session (2.
|
|
135
|
+
public_suffix (6.0.2)
|
|
136
|
+
racc (1.8.1)
|
|
137
|
+
rack (3.1.16)
|
|
138
|
+
rack-session (2.1.1)
|
|
139
|
+
base64 (>= 0.1.0)
|
|
125
140
|
rack (>= 3.0.0)
|
|
126
|
-
rack-test (2.
|
|
141
|
+
rack-test (2.2.0)
|
|
127
142
|
rack (>= 1.3)
|
|
128
|
-
rackup (2.1
|
|
143
|
+
rackup (2.2.1)
|
|
129
144
|
rack (>= 3)
|
|
130
|
-
|
|
131
|
-
rails-dom-testing (2.2.0)
|
|
145
|
+
rails-dom-testing (2.3.0)
|
|
132
146
|
activesupport (>= 5.0.0)
|
|
133
147
|
minitest
|
|
134
148
|
nokogiri (>= 1.6)
|
|
135
|
-
rails-html-sanitizer (1.6.
|
|
149
|
+
rails-html-sanitizer (1.6.2)
|
|
136
150
|
loofah (~> 2.21)
|
|
137
|
-
nokogiri (
|
|
138
|
-
railties (
|
|
139
|
-
actionpack (=
|
|
140
|
-
activesupport (=
|
|
141
|
-
irb
|
|
151
|
+
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)
|
|
152
|
+
railties (8.0.2)
|
|
153
|
+
actionpack (= 8.0.2)
|
|
154
|
+
activesupport (= 8.0.2)
|
|
155
|
+
irb (~> 1.13)
|
|
142
156
|
rackup (>= 1.0.0)
|
|
143
157
|
rake (>= 12.2)
|
|
144
158
|
thor (~> 1.0, >= 1.2.2)
|
|
145
159
|
zeitwerk (~> 2.6)
|
|
146
160
|
rainbow (3.1.1)
|
|
147
|
-
rake (13.
|
|
161
|
+
rake (13.3.0)
|
|
148
162
|
rb-fsevent (0.11.2)
|
|
149
|
-
rb-inotify (0.
|
|
163
|
+
rb-inotify (0.11.1)
|
|
150
164
|
ffi (~> 1.0)
|
|
151
|
-
rdoc (6.
|
|
165
|
+
rdoc (6.14.2)
|
|
166
|
+
erb
|
|
152
167
|
psych (>= 4.0.0)
|
|
153
|
-
regexp_parser (2.
|
|
154
|
-
reline (0.
|
|
168
|
+
regexp_parser (2.10.0)
|
|
169
|
+
reline (0.6.1)
|
|
155
170
|
io-console (~> 0.5)
|
|
156
|
-
|
|
157
|
-
rrx_dev (0.
|
|
171
|
+
rouge (4.5.2)
|
|
172
|
+
rrx_dev (8.0.2)
|
|
158
173
|
active_record_query_trace
|
|
159
|
-
activesupport (~>
|
|
174
|
+
activesupport (~> 8.0.2)
|
|
160
175
|
bootsnap
|
|
161
176
|
debug
|
|
177
|
+
factory_bot
|
|
162
178
|
factory_bot_rails
|
|
163
179
|
listen
|
|
164
|
-
railties (~>
|
|
180
|
+
railties (~> 8.0.2)
|
|
165
181
|
rake (>= 13.0)
|
|
166
182
|
rspec (>= 3.0)
|
|
167
183
|
rspec-parameterized
|
|
@@ -171,76 +187,83 @@ GEM
|
|
|
171
187
|
rubocop-rails
|
|
172
188
|
spring
|
|
173
189
|
thor
|
|
174
|
-
rspec (3.
|
|
175
|
-
rspec-core (~> 3.
|
|
176
|
-
rspec-expectations (~> 3.
|
|
177
|
-
rspec-mocks (~> 3.
|
|
178
|
-
rspec-core (3.
|
|
179
|
-
rspec-support (~> 3.
|
|
180
|
-
rspec-expectations (3.
|
|
190
|
+
rspec (3.13.1)
|
|
191
|
+
rspec-core (~> 3.13.0)
|
|
192
|
+
rspec-expectations (~> 3.13.0)
|
|
193
|
+
rspec-mocks (~> 3.13.0)
|
|
194
|
+
rspec-core (3.13.5)
|
|
195
|
+
rspec-support (~> 3.13.0)
|
|
196
|
+
rspec-expectations (3.13.5)
|
|
181
197
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
182
|
-
rspec-support (~> 3.
|
|
183
|
-
rspec-mocks (3.
|
|
198
|
+
rspec-support (~> 3.13.0)
|
|
199
|
+
rspec-mocks (3.13.5)
|
|
184
200
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
185
|
-
rspec-support (~> 3.
|
|
186
|
-
rspec-parameterized (
|
|
187
|
-
rspec-parameterized-core (<
|
|
188
|
-
rspec-parameterized-table_syntax (<
|
|
189
|
-
rspec-parameterized-core (
|
|
201
|
+
rspec-support (~> 3.13.0)
|
|
202
|
+
rspec-parameterized (2.0.0)
|
|
203
|
+
rspec-parameterized-core (>= 2, < 3)
|
|
204
|
+
rspec-parameterized-table_syntax (>= 2, < 3)
|
|
205
|
+
rspec-parameterized-core (2.0.0)
|
|
190
206
|
parser
|
|
191
|
-
|
|
207
|
+
prism
|
|
208
|
+
proc_to_ast (>= 0.2.0)
|
|
192
209
|
rspec (>= 2.13, < 4)
|
|
193
210
|
unparser
|
|
194
|
-
rspec-parameterized-table_syntax (
|
|
211
|
+
rspec-parameterized-table_syntax (2.0.0)
|
|
195
212
|
binding_of_caller
|
|
196
|
-
rspec-parameterized-core (<
|
|
197
|
-
rspec-rails (
|
|
198
|
-
actionpack (>=
|
|
199
|
-
activesupport (>=
|
|
200
|
-
railties (>=
|
|
201
|
-
rspec-core (~> 3.
|
|
202
|
-
rspec-expectations (~> 3.
|
|
203
|
-
rspec-mocks (~> 3.
|
|
204
|
-
rspec-support (~> 3.
|
|
205
|
-
rspec-support (3.
|
|
206
|
-
rswag-specs (2.
|
|
207
|
-
activesupport (>=
|
|
208
|
-
json-schema (>= 2.2, <
|
|
209
|
-
railties (>=
|
|
213
|
+
rspec-parameterized-core (>= 2, < 3)
|
|
214
|
+
rspec-rails (8.0.1)
|
|
215
|
+
actionpack (>= 7.2)
|
|
216
|
+
activesupport (>= 7.2)
|
|
217
|
+
railties (>= 7.2)
|
|
218
|
+
rspec-core (~> 3.13)
|
|
219
|
+
rspec-expectations (~> 3.13)
|
|
220
|
+
rspec-mocks (~> 3.13)
|
|
221
|
+
rspec-support (~> 3.13)
|
|
222
|
+
rspec-support (3.13.4)
|
|
223
|
+
rswag-specs (2.16.0)
|
|
224
|
+
activesupport (>= 5.2, < 8.1)
|
|
225
|
+
json-schema (>= 2.2, < 6.0)
|
|
226
|
+
railties (>= 5.2, < 8.1)
|
|
210
227
|
rspec-core (>= 2.14)
|
|
211
|
-
rubocop (1.
|
|
228
|
+
rubocop (1.78.0)
|
|
212
229
|
json (~> 2.3)
|
|
213
|
-
language_server-protocol (
|
|
230
|
+
language_server-protocol (~> 3.17.0.2)
|
|
231
|
+
lint_roller (~> 1.1.0)
|
|
214
232
|
parallel (~> 1.10)
|
|
215
|
-
parser (>= 3.
|
|
233
|
+
parser (>= 3.3.0.2)
|
|
216
234
|
rainbow (>= 2.2.2, < 4.0)
|
|
217
|
-
regexp_parser (>=
|
|
218
|
-
|
|
219
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
|
235
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
236
|
+
rubocop-ast (>= 1.45.1, < 2.0)
|
|
220
237
|
ruby-progressbar (~> 1.7)
|
|
221
|
-
unicode-display_width (>= 2.4.0, <
|
|
222
|
-
rubocop-ast (1.
|
|
223
|
-
parser (>= 3.
|
|
224
|
-
|
|
238
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
239
|
+
rubocop-ast (1.46.0)
|
|
240
|
+
parser (>= 3.3.7.2)
|
|
241
|
+
prism (~> 1.4)
|
|
242
|
+
rubocop-rails (2.32.0)
|
|
225
243
|
activesupport (>= 4.2.0)
|
|
244
|
+
lint_roller (~> 1.1)
|
|
226
245
|
rack (>= 1.1)
|
|
227
|
-
rubocop (>= 1.
|
|
228
|
-
rubocop-ast (>= 1.
|
|
246
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
247
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
229
248
|
ruby-progressbar (1.13.0)
|
|
230
|
-
|
|
231
|
-
spring (4.
|
|
232
|
-
sqlite3 (
|
|
233
|
-
stringio (3.1.
|
|
234
|
-
thor (1.
|
|
235
|
-
timeout (0.4.
|
|
249
|
+
securerandom (0.4.1)
|
|
250
|
+
spring (4.3.0)
|
|
251
|
+
sqlite3 (2.7.3-x86_64-linux-gnu)
|
|
252
|
+
stringio (3.1.7)
|
|
253
|
+
thor (1.4.0)
|
|
254
|
+
timeout (0.4.3)
|
|
236
255
|
tzinfo (2.0.6)
|
|
237
256
|
concurrent-ruby (~> 1.0)
|
|
238
|
-
unicode-display_width (
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
257
|
+
unicode-display_width (3.1.4)
|
|
258
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
259
|
+
unicode-emoji (4.0.4)
|
|
260
|
+
unparser (0.8.0)
|
|
261
|
+
diff-lcs (~> 1.6)
|
|
262
|
+
parser (>= 3.3.0)
|
|
263
|
+
prism (>= 1.4)
|
|
264
|
+
uri (1.0.3)
|
|
265
|
+
useragent (0.16.11)
|
|
266
|
+
zeitwerk (2.7.3)
|
|
244
267
|
|
|
245
268
|
PLATFORMS
|
|
246
269
|
x86_64-linux
|
|
@@ -250,7 +273,7 @@ DEPENDENCIES
|
|
|
250
273
|
aws-sdk-secretsmanager
|
|
251
274
|
mysql2
|
|
252
275
|
rrx_config!
|
|
253
|
-
rrx_dev
|
|
276
|
+
rrx_dev (~> 8.0.2)
|
|
254
277
|
sqlite3
|
|
255
278
|
|
|
256
279
|
BUNDLED WITH
|
data/lib/rrx_config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rrx_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 8.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Drew
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -84,16 +84,16 @@ dependencies:
|
|
|
84
84
|
name: rrx_dev
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- - "
|
|
87
|
+
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version:
|
|
89
|
+
version: 8.0.2
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- - "
|
|
94
|
+
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version:
|
|
96
|
+
version: 8.0.2
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: sqlite3
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
|
-
rubygems_version: 3.4.
|
|
163
|
+
rubygems_version: 3.4.19
|
|
164
164
|
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: Ruby on Rails support for environment-base configuration
|